[alsa-devel] [PATCH] hda: 92hd71xxx disable unmute support for codecs that don't have input amps.
Takashi Iwai
tiwai at suse.de
Mon Jan 26 10:00:37 CET 2009
At Sat, 24 Jan 2009 14:19:31 -0500,
Matthew Ranostay wrote:
>
> @@ -5031,6 +5032,9 @@ again:
> codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
> }
>
> + if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
> + snd_hda_sequence_write(codec, unmute_init);
This sequence should be cached so that it'll be replayed at
suspend/resume.
Could you fix and repost?
thanks,
Takashi
More information about the Alsa-devel
mailing list