aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/ac97.c
diff options
context:
space:
mode:
authorOrion Hodson <orion@FreeBSD.org>2003-01-13 17:43:49 +0000
committerOrion Hodson <orion@FreeBSD.org>2003-01-13 17:43:49 +0000
commit916aaded053bfbe2c07be0a02077f5e94d062225 (patch)
tree090d62a9cc97e50d1b4cc450899ab016305d67af /sys/dev/sound/pcm/ac97.c
parenta7697e551430288cabf40f13c07d477e87134869 (diff)
downloadsrc-916aaded053bfbe2c07be0a02077f5e94d062225.tar.gz
src-916aaded053bfbe2c07be0a02077f5e94d062225.zip
Add Realtek ALC650 id.
Submitted by: "Mikko S. Hyvarinen" <morphy@morphy.iki.fi> MFC after: 5 days
Notes
Notes: svn path=/head/; revision=109183
Diffstat (limited to 'sys/dev/sound/pcm/ac97.c')
-rw-r--r--sys/dev/sound/pcm/ac97.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
index 427fb98ddabc..0f3c9056e9b1 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -89,6 +89,7 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x414b4d01, 1, "Asahi Kasei AK4542" },
{ 0x414b4d02, 1, "Asahi Kasei AK4543" },
{ 0x414c4710, 0, "Avance Logic ALC200/200P" },
+ { 0x414c4720, 0, "Realtek Semiconductor ALC650" },
{ 0x43525900, 0, "Cirrus Logic CS4297" },
{ 0x43525903, 0, "Cirrus Logic CS4297" },
{ 0x43525913, 0, "Cirrus Logic CS4297A" },