]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: snd-usb: add support for implicit feedback
authorDaniel Mack <zonque@gmail.com>
Thu, 12 Apr 2012 11:51:14 +0000 (13:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 13 Apr 2012 08:24:32 +0000 (10:24 +0200)
commit3d8e7d893467b8893aa8579726db976b883993f2
tree19d3158213cbdbec05a901a5e253871991a2609a
parentd5a5734e73419bc632ae0733a80d481becc96b1c
ALSA: snd-usb: add support for implicit feedback

Implicit feedback is a streaming mode that does not rely on dedicated
sync endpoints but uses the information provided by record streams to
clock output streams. Now that the streaming logic is decoupled from the
PCM streams, this is easy to implement.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/pcm.c