]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: bebob: Add PCM interface
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 25 Apr 2014 13:45:19 +0000 (22:45 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 26 May 2014 12:30:46 +0000 (14:30 +0200)
commitfbbebd2c40795e87f1280ca4d963f7cbe1c83168
tree349d71f02954a977d33e595c835045bad2722438
parent248b78027d26735eb22f5ee91a400e5eabfea77d
ALSA: bebob: Add PCM interface

This commit adds a functionality to capture/playback PCM samples.

When AMDTP stream is already running for PCM or the source of clock is not
internal, available sampling rate is limited at current one.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/Kconfig
sound/firewire/bebob/Makefile
sound/firewire/bebob/bebob.c
sound/firewire/bebob/bebob.h
sound/firewire/bebob/bebob_pcm.c [new file with mode: 0644]