aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-08-17 12:21:36 -0400
committerJaroslav Kysela <perex@suse.cz>2006-09-23 04:41:37 -0400
commitc256652466127872f1b2e510431dc25524ba40ba (patch)
treea7fcb9fb643f70eb2c6702f1a161e92312e9eecf /sound/pci/hda/patch_realtek.c
parente05d696424f21b59eccff35d04938f0d6588cd94 (diff)
[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_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f857e963ff45..79d361260b27 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5540,6 +5540,7 @@ static struct snd_kcontrol_new alc262_fujitsu_mixer[] = {
5540 .info = snd_hda_mixer_amp_volume_info, 5540 .info = snd_hda_mixer_amp_volume_info,
5541 .get = snd_hda_mixer_amp_volume_get, 5541 .get = snd_hda_mixer_amp_volume_get,
5542 .put = alc262_fujitsu_master_vol_put, 5542 .put = alc262_fujitsu_master_vol_put,
5543 .tlv = { .c = snd_hda_mixer_amp_tlv },
5543 .private_value = HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT), 5544 .private_value = HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT),
5544 }, 5545 },
5545 { 5546 {