[alsa-devel] [PATCH] hda: 92hd71xxx disable unmute support for codecs that don't have input amps.

Matthew Ranostay mranostay at embeddedalley.com
Mon Jan 26 12:51:13 CET 2009


Takashi Iwai wrote:
> 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.
> 
Good catch, can't believe I missed that.

> Could you fix and repost?
> 
Yep.


Thanks,

Matt Ranostay
> 
> thanks,
> 
> Takashi
> 



More information about the Alsa-devel mailing list