diff options
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
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[] = { | |||
1528 | .info = snd_hda_mixer_amp_volume_info, | 1528 | .info = snd_hda_mixer_amp_volume_info, |
1529 | .get = snd_hda_mixer_amp_volume_get, | 1529 | .get = snd_hda_mixer_amp_volume_get, |
1530 | .put = vaio_master_vol_put, | 1530 | .put = vaio_master_vol_put, |
1531 | .tlv = { .c = snd_hda_mixer_amp_tlv }, | ||
1531 | .private_value = HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT), | 1532 | .private_value = HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT), |
1532 | }, | 1533 | }, |
1533 | { | 1534 | { |