Skip to content

Commit

Permalink
[PATCH] Add CXT48 to modem black list in ac97
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
herbertx authored and Linus Torvalds committed May 5, 2005
1 parent 60d300c commit becf3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/oss/ac97_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit becf3ae

Please sign in to comment.