[ALSA] Add missing TLV callbacks for HD-audio codecs
Added missing TLV callbacks for HD-audio codec supports. Also cleaned up the tlv callback for ad1986a (no mutex is needed there). Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:

committed by
Jaroslav Kysela

parent
e05d696424
commit
c256652466
@@ -1528,6 +1528,7 @@ static struct snd_kcontrol_new vaio_mixer[] = {
|
||||
.info = snd_hda_mixer_amp_volume_info,
|
||||
.get = snd_hda_mixer_amp_volume_get,
|
||||
.put = vaio_master_vol_put,
|
||||
.tlv = { .c = snd_hda_mixer_amp_tlv },
|
||||
.private_value = HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user