diff options
-rw-r--r-- | sound/pci/hda/patch_via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c index e445a4d24778..853d24411d53 100644 --- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c | |||
@@ -1631,7 +1631,7 @@ static int create_ch_ctls(struct hda_codec *codec, const char *pfx, | |||
1631 | if (nid) { | 1631 | if (nid) { |
1632 | sprintf(name, "%s Playback Volume", pfx); | 1632 | sprintf(name, "%s Playback Volume", pfx); |
1633 | err = via_add_control(spec, VIA_CTL_WIDGET_VOL, name, | 1633 | err = via_add_control(spec, VIA_CTL_WIDGET_VOL, name, |
1634 | HDA_COMPOSE_AMP_VAL(dac, chs, 0, HDA_OUTPUT)); | 1634 | HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT)); |
1635 | if (err < 0) | 1635 | if (err < 0) |
1636 | return err; | 1636 | return err; |
1637 | } | 1637 | } |