diff options
author | Domen Puncer <domen.puncer@ultra.si> | 2006-06-25 08:49:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:25 -0400 |
commit | bb12b76e2d795431fa9fd306eb274c69e5054dc7 (patch) | |
tree | 8c10f43c9c0126e6551ccb1cba8f3900f9eb0686 /sound/oss/au1550_ac97.c | |
parent | 7d469722779c9fe0b415163e8fe837440f9c70dc (diff) |
[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 <domen.puncer@ultra.si>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/oss/au1550_ac97.c')
-rw-r--r-- | sound/oss/au1550_ac97.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/oss/au1550_ac97.c b/sound/oss/au1550_ac97.c index 2e009427d633..4cdb86252d67 100644 --- a/sound/oss/au1550_ac97.c +++ b/sound/oss/au1550_ac97.c | |||
@@ -1895,6 +1895,8 @@ static /*const */ struct file_operations au1550_audio_fops = { | |||
1895 | 1895 | ||
1896 | MODULE_AUTHOR("Advanced Micro Devices (AMD), dan@embeddededge.com"); | 1896 | MODULE_AUTHOR("Advanced Micro Devices (AMD), dan@embeddededge.com"); |
1897 | MODULE_DESCRIPTION("Au1550 AC97 Audio Driver"); | 1897 | MODULE_DESCRIPTION("Au1550 AC97 Audio Driver"); |
1898 | MODULE_LICENSE("GPL"); | ||
1899 | |||
1898 | 1900 | ||
1899 | static int __devinit | 1901 | static int __devinit |
1900 | au1550_probe(void) | 1902 | au1550_probe(void) |