-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] au1xxx: oss sound support for au1200
au1550 ac97 driver works fine on au1200 too. Comments at the top of file state this code is GPL, so lets mark it as GPL too. Signed-off-by: Domen Puncer <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Domen Puncer
authored and
Linus Torvalds
committed
Jun 25, 2006
1 parent
7d46972
commit bb12b76
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1895,6 +1895,8 @@ static /*const */ struct file_operations au1550_audio_fops = { | |
|
||
MODULE_AUTHOR("Advanced Micro Devices (AMD), [email protected]"); | ||
MODULE_DESCRIPTION("Au1550 AC97 Audio Driver"); | ||
MODULE_LICENSE("GPL"); | ||
|
||
|
||
static int __devinit | ||
au1550_probe(void) | ||
|