Commit 75308bb8 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

AC97 Codec Core
- fixed the initial value of AD_MISC register for AD1885.
parent 67641a81
...@@ -683,7 +683,7 @@ int patch_ad1885(ac97_t * ac97) ...@@ -683,7 +683,7 @@ int patch_ad1885(ac97_t * ac97)
snd_ac97_write_cache(ac97, AC97_AD_JACK_SPDIF, jack | 0x0300); snd_ac97_write_cache(ac97, AC97_AD_JACK_SPDIF, jack | 0x0300);
/* set default */ /* set default */
snd_ac97_write_cache(ac97, AC97_AD_MISC, 0); snd_ac97_write_cache(ac97, AC97_AD_MISC, 0x0404);
ac97->build_ops = &patch_ad1885_build_ops; ac97->build_ops = &patch_ad1885_build_ops;
return 0; return 0;
......
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