[alsa-devel] [PATCH] snd-usb-audio with multiple audio functions
Rolf Meeser
rolfm_9dq at yahoo.de
Mon Jun 6 08:49:32 CEST 2011
Hello,
This patch fixes the currently broken support for multiple audio
functions (AF) in snd-usb-audio.
The patch is against the stable 2.6.39.1 kernel.
It addresses three issues:
1. Controls of the second and any further AF are currently not
accessibly (controls of the first AF are duplicated!)
2. Multiple AF's are currently incorrectly combined into one sound card
index.
3. Module usage count of snd-usb-audio does not drop to zero after
disconnecting a multiple AF device.
All three issues are fixed by assigning a new card index for each AF in
a USB device.
Rationale:
- A USB audio function (AF) consists of a control interface and zero or
more streaming interfaces. USB devices can have multiple AF, where the
individual AF are completely independent of each other. In particular,
it cannot be assumed that the controls of one AF can be manipulated
through the control interface of another (the first) AF.
- Older kernels (up to 2.6.32? at least before the major rewrite of USB
audio code) supported multiple AF's. However, they combined the streams
into one sound card: For instance hw:1,0 for the stream interface of the
first AF, and hw:1,1 for the stream interface of the second AF.
I believe this is incorrect, as different AF's must be treated as an
independent entity. Each AF must get its own card index, for the example
this would be hw:1,0 and hw:2,0. This is also the way THE OTHER OS
implements it.
- Newer kernels have broken multiple AF support. In a dual AF setup
these kernels detect the second AF, but they duplicate the controls of
the first AF, and ignore the controls of the second one!
- The patch also fixes a problem with module usage: When you unplug a
multiple AF device, the snd-usb-audio module usage count currently stays
at 1, while you could expect it to go to zero.
This is the first time I'm sending a patch to this list. Please be
patient with me if I did something in a wrong way :-)
Regards,
Rolf
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch-multiple-aic
Url: http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20110606/a3ef983f/attachment.bat
More information about the Alsa-devel
mailing list