diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-04-25 17:45:11 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-05-26 16:28:27 +0400 |
commit | aa02bb6e60783938d61eefe38346781a646800a6 (patch) | |
tree | 9eda5e0ae49c61c799b39682e943768ba4e51e94 /sound/firewire/fireworks/Makefile | |
parent | 53111cdc53205fd35aac392c1d33893766be514e (diff) | |
download | linux-aa02bb6e60783938d61eefe38346781a646800a6.tar.xz |
ALSA: fireworks: 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>
Diffstat (limited to 'sound/firewire/fireworks/Makefile')
-rw-r--r-- | sound/firewire/fireworks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/fireworks/Makefile b/sound/firewire/fireworks/Makefile index a2cecc6d8a4a..d7ebf834fece 100644 --- a/sound/firewire/fireworks/Makefile +++ b/sound/firewire/fireworks/Makefile @@ -1,4 +1,4 @@ snd-fireworks-objs := fireworks_transaction.o fireworks_command.o \ fireworks_stream.o fireworks_proc.o fireworks_midi.o \ - fireworks.o + fireworks_pcm.o fireworks.o obj-m += snd-fireworks.o |