aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2006-10-02 20:46:34 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2006-10-02 20:46:34 +0000
commit3f630febba2b2beeea513a9881cc20573c0d0770 (patch)
tree9a20ff0d9daf7b70c55aac864f4b18110da4e800 /sys
parentae0ddac700d0cc3d4d54307d607a92f2d8a67137 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/pcm/ac97.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
index 5eb80307615e9..9b3380b4d09ba 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -857,6 +857,7 @@ ac97mix_init(struct snd_mixer *m)
switch (codec->id) {
case 0x41445374: /* AD1981B */
+#if 0
mask = 0;
if (codec->mix[SOUND_MIXER_OGAIN].enable)
mask |= SOUND_MASK_OGAIN;
@@ -869,6 +870,7 @@ ac97mix_init(struct snd_mixer *m)
mix_setparentchild(m, SOUND_MIXER_VOLUME, mask);
mix_setrealdev(m, SOUND_MIXER_VOLUME, SOUND_MIXER_NONE);
}
+#endif
break;
case 0x434d4941: /* CMI9738 */
case 0x434d4961: /* CMI9739 */