diff options
author | scottl <scottl@FreeBSD.org> | 2003-02-27 03:51:43 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2003-02-27 03:51:43 +0000 |
commit | d2eb4692a27e5b54b560eab35d2d7fef786d129f (patch) | |
tree | 435f507546dc63701ddebcf86de09562e415976c /sys/dev | |
parent | dd5737a1e33a31873e0833edb4f2d85866834a7d (diff) | |
download | FreeBSD-src-d2eb4692a27e5b54b560eab35d2d7fef786d129f.zip FreeBSD-src-d2eb4692a27e5b54b560eab35d2d7fef786d129f.tar.gz |
Add the ID for the CS4205 codec found in Dell laptops. Obtained from
the CS4205 spec.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sound/pcm/ac97.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index 6668f8c..1ef4418 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -104,6 +104,7 @@ static struct ac97_codecid ac97codecid[] = { { 0x43525934, 0, "Cirrus Logic CS4299D", 0 }, { 0x43525941, 0, "Cirrus Logic CS4201A", 0 }, { 0x43525951, 0, "Cirrus Logic CS4205A", 0 }, + { 0x4352595b, 0, "Cirrus Logic CS4205", 0 }, { 0x43525961, 0, "Cirrus Logic CS4291A", 0 }, { 0x43585429, 0, "Conexant CX20468", 0 }, { 0x45838308, 0, "ESS Technology ES1921", 0 }, |