diff options
| author | Ariff Abdullah <ariff@FreeBSD.org> | 2006-10-02 20:46:34 +0000 |
|---|---|---|
| committer | Ariff Abdullah <ariff@FreeBSD.org> | 2006-10-02 20:46:34 +0000 |
| commit | 3f630febba2b2beeea513a9881cc20573c0d0770 (patch) | |
| tree | 9a20ff0d9daf7b70c55aac864f4b18110da4e800 /sys/dev/sound | |
| parent | ae0ddac700d0cc3d4d54307d607a92f2d8a67137 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound')
| -rw-r--r-- | sys/dev/sound/pcm/ac97.c | 2 |
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 */ |
