summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
authorTakashi Iwai2006-08-17 18:21:36 +0200
committerJaroslav Kysela2006-09-23 10:41:37 +0200
commitc256652466127872f1b2e510431dc25524ba40ba (patch)
treea7fcb9fb643f70eb2c6702f1a161e92312e9eecf /sound/pci/hda/patch_sigmatel.c
parent[ALSA] Fix some typos in snd-dummy driver (diff)
downloadkernel-qcow2-linux-c256652466127872f1b2e510431dc25524ba40ba.tar.gz
kernel-qcow2-linux-c256652466127872f1b2e510431dc25524ba40ba.tar.xz
kernel-qcow2-linux-c256652466127872f1b2e510431dc25524ba40ba.zip
[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>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r--sound/pci/hda/patch_sigmatel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 7eaf755b014b..887b52e96ec4 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -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),
},
{