ALSA: usb-audio: Unify M-Audio Fast Track Ultra and Ebox-44 mixer quirks.
authorFelix Homann <linuxaudio@showlabor.de>
Mon, 23 Apr 2012 18:24:23 +0000 (20:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 24 Apr 2012 06:00:45 +0000 (08:00 +0200)
commit9958e63478266fb466ad97d99cb14f7679eef8b7
tree0a02d4f0a769b69f9ded37ad66750afa00dce3ca
parent49cd1c4d91a5b3ddf35c0be63c8d13728ac63e26
ALSA: usb-audio: Unify M-Audio Fast Track Ultra and Ebox-44 mixer quirks.

Merge snd_maudio_ftu_create_ctl() and snd_ebox44_create_ctl() into
snd_create_std_mono_ctl().
As opposed to the ftu and ebox-44 specific functions, a TLV callback
can be specified for controls created by snd_create_std_mono_ctl().

[fixed minor checkpatch.pl warnings by tiwai]

Signed-off-by: Felix Homann <linuxaudio@showlabor.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer_quirks.c