At Mon, 23 Apr 2012 20:24:22 +0200, Felix Homann wrote:
This is the third try on a series of patches that improves the mixer for Fast Track Ultra (8R) devices by
* adding TLV to existing controls * adding new controls for the effect section.
In addition, it unifies the control creation for FTU and Ebox-44 devices.
Mark, could you please look at mixer_quirks.c. Do we really need the range settings in snd_create_std_mono_ctl()? BTW, you might like to add some TLV callback to the Ebox-44 controls as well.
I hope I really sorted Takashis issues out this time.
I applied the patches with some monior fixes now. Thanks!
Takashi
Regards,
Felix
Felix Homann (5): Unify M-Audio Fast Track Ultra and Ebox-44 mixer quirks. Rename and export mixer_vol_tlv Add TLV to M-Audio Fast Track Ultra controls Rename Fast Track Ultra mixer quirk functions M-Audio Fast Track Ultra: Add effect controls
sound/usb/mixer.c | 22 ++- sound/usb/mixer.h | 3 + sound/usb/mixer_quirks.c | 471 +++++++++++++++++++++++++++++++++++++++------- 3 files changed, 428 insertions(+), 68 deletions(-)
-- 1.7.5.4