diff options
-rw-r--r-- | sound/usb/mixer_quirks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/mixer_quirks.c b/sound/usb/mixer_quirks.c index 1c3da65f1af1..045a0d9ff8a2 100644 --- a/sound/usb/mixer_quirks.c +++ b/sound/usb/mixer_quirks.c | |||
@@ -594,7 +594,7 @@ static int snd_maudio_ftu_create_volume_ctls(struct usb_mixer_interface *mixer) | |||
594 | in + 1, out + 1); | 594 | in + 1, out + 1); |
595 | err = snd_create_std_mono_ctl(mixer, id, control, | 595 | err = snd_create_std_mono_ctl(mixer, id, control, |
596 | cmask, val_type, name, | 596 | cmask, val_type, name, |
597 | NULL); | 597 | &snd_usb_mixer_vol_tlv); |
598 | if (err < 0) | 598 | if (err < 0) |
599 | return err; | 599 | return err; |
600 | } | 600 | } |
@@ -605,7 +605,7 @@ static int snd_maudio_ftu_create_volume_ctls(struct usb_mixer_interface *mixer) | |||
605 | in - 7, out + 1); | 605 | in - 7, out + 1); |
606 | err = snd_create_std_mono_ctl(mixer, id, control, | 606 | err = snd_create_std_mono_ctl(mixer, id, control, |
607 | cmask, val_type, name, | 607 | cmask, val_type, name, |
608 | NULL); | 608 | &snd_usb_mixer_vol_tlv); |
609 | if (err < 0) | 609 | if (err < 0) |
610 | return err; | 610 | return err; |
611 | } | 611 | } |