Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25ee7ef8 authored by Felix Homann's avatar Felix Homann Committed by Takashi Iwai
Browse files

ALSA: usb-audio: Add TLV to M-Audio Fast Track Ultra controls



This adds db gain information to M-Audio Fast Track Ultra (8R) devices.

Signed-off-by: default avatarFelix Homann <linuxaudio@showlabor.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 285de9c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -594,7 +594,7 @@ static int snd_maudio_ftu_create_volume_ctls(struct usb_mixer_interface *mixer)
				in  + 1, out + 1);
			err = snd_create_std_mono_ctl(mixer, id, control,
							cmask, val_type, name,
							NULL);
							&snd_usb_mixer_vol_tlv);
			if (err < 0)
				return err;
		}
@@ -605,7 +605,7 @@ static int snd_maudio_ftu_create_volume_ctls(struct usb_mixer_interface *mixer)
				in - 7, out + 1);
			err = snd_create_std_mono_ctl(mixer, id, control,
							cmask, val_type, name,
							NULL);
							&snd_usb_mixer_vol_tlv);
			if (err < 0)
				return err;
		}