Commit e421da00 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

AC97 Codec Core
Fixed the detection of STAC9708/11 surround control.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e629946a
......@@ -410,6 +410,7 @@ int patch_sigmatel_stac9708(ac97_t * ac97)
unsigned int codec72, codec6c;
ac97->build_ops = &patch_sigmatel_stac9708_ops;
ac97->caps |= 0x10; /* HP (sigmatel surround) support */
codec72 = snd_ac97_read(ac97, AC97_SIGMATEL_BIAS2) & 0x8000;
codec6c = snd_ac97_read(ac97, AC97_SIGMATEL_ANALOG);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment