linux/sound/firewire/oxfw
Takashi Sakamoto f3699e2c77 ALSA: oxfw: Change the way to start stream
In past commit, this driver can keep stream formations for each sampling
rate. So its stream functionality can decide stream formations with given
some parameters.

This commit moves related codes from PCM functionality to stream
functionality. Furthermore, to set stream format correctly, this commit
uses AV/C Stream Format Information command instead of AV/C Input/Output
Plug Signal Format command.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-12-10 10:48:12 +01:00
..
Makefile ALSA: oxfw: Add proc interface for debugging purpose 2014-12-10 10:47:54 +01:00
oxfw-command.c ALSA: oxfw: Add support for AV/C stream format command to get/set supported stream formation 2014-12-10 10:47:09 +01:00
oxfw-control.c ALSA: oxfw: Split control functionality to a new file 2014-11-29 20:22:37 +01:00
oxfw-pcm.c ALSA: oxfw: Change the way to start stream 2014-12-10 10:48:12 +01:00
oxfw-proc.c ALSA: oxfw: Add proc interface for debugging purpose 2014-12-10 10:47:54 +01:00
oxfw-stream.c ALSA: oxfw: Change the way to start stream 2014-12-10 10:48:12 +01:00
oxfw.c ALSA: oxfw: Add proc interface for debugging purpose 2014-12-10 10:47:54 +01:00
oxfw.h ALSA: oxfw: Change the way to start stream 2014-12-10 10:48:12 +01:00