diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-11-28 16:59:28 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-29 20:22:22 +0100 |
commit | 3713d93a6a12f8629c2660bb4a30d48b98105fca (patch) | |
tree | 2d4ddd4be53f7eb7016094ccbdca8c0e6f553cd8 /sound/firewire/oxfw/oxfw.h | |
parent | ALSA: oxfw: Split stream functionality to a new file and add a header file (diff) | |
download | linux-3713d93a6a12f8629c2660bb4a30d48b98105fca.tar.xz linux-3713d93a6a12f8629c2660bb4a30d48b98105fca.zip |
ALSA: oxfw: Split PCM functionality to a new file
This is a help for works in followed patches.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/oxfw/oxfw.h')
-rw-r--r-- | sound/firewire/oxfw/oxfw.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/firewire/oxfw/oxfw.h b/sound/firewire/oxfw/oxfw.h index e5836e02b48c..1196db8a6300 100644 --- a/sound/firewire/oxfw/oxfw.h +++ b/sound/firewire/oxfw/oxfw.h @@ -54,3 +54,7 @@ int snd_oxfw_stream_start_simplex(struct snd_oxfw *oxfw); void snd_oxfw_stream_stop_simplex(struct snd_oxfw *oxfw); void snd_oxfw_stream_destroy_simplex(struct snd_oxfw *oxfw); void snd_oxfw_stream_update_simplex(struct snd_oxfw *oxfw); + +int firewave_constraints(struct snd_pcm_runtime *runtime); +int lacie_speakers_constraints(struct snd_pcm_runtime *runtime); +int snd_oxfw_create_pcm(struct snd_oxfw *oxfw); |