projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d300c
)
[PATCH] Add CXT48 to modem black list in ac97
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 5 May 2005 23:15:08 +0000
(16:15 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:31 +0000
(16:36 -0700)
The following patch works around the misdetection of the CXT48 codec as a
modem by the OSS ac97 driver.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/ac97_codec.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/oss/ac97_codec.c
b/sound/oss/ac97_codec.c
index 124b1e10a13d959f946446b95d752ba1e869a6d9..3ecef4689f1b23d6a2454f443413c447e2a72bbc 100644
(file)
--- a/
sound/oss/ac97_codec.c
+++ b/
sound/oss/ac97_codec.c
@@
-155,6
+155,7
@@
static const struct {
{0x43525931, "Cirrus Logic CS4299 rev A", &crystal_digital_ops},
{0x43525933, "Cirrus Logic CS4299 rev C", &crystal_digital_ops},
{0x43525934, "Cirrus Logic CS4299 rev D", &crystal_digital_ops},
+ {0x43585430, "CXT48", &default_ops, AC97_DELUDED_MODEM },
{0x43585442, "CXT66", &default_ops, AC97_DELUDED_MODEM },
{0x44543031, "Diamond Technology DT0893", &default_ops},
{0x45838308, "ESS Allegro ES1988", &null_ops},