aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2007-10-29 18:47:27 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2007-10-29 18:47:27 +0000
commit76653841308f708f2fab8b5308dd068411677113 (patch)
tree22e3385b767bb6b502f4ad8b03bc3777459fd736 /sys
parent5aaa6872b4070900541468dd30dcdd7e107d6c79 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/pcm/ac97_patch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97_patch.c b/sys/dev/sound/pcm/ac97_patch.c
index 6e326ca324c8..da6fb1bb3225 100644
--- a/sys/dev/sound/pcm/ac97_patch.c
+++ b/sys/dev/sound/pcm/ac97_patch.c
@@ -60,6 +60,7 @@ void ad1981b_patch(struct ac97_info* codec)
*/
switch (ac97_getsubvendor(codec)) {
case 0x02d91014: /* IBM Thinkcentre */
+ case 0x099c103c: /* HP nx6110 */
ac97_wrcd(codec, AC97_AD_JACK_SPDIF,
ac97_rdcd(codec, AC97_AD_JACK_SPDIF) | 0x0800);
break;