summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw/oxfw.h
diff options
context:
space:
mode:
authorTakashi Sakamoto2014-11-28 16:59:29 +0100
committerTakashi Iwai2014-11-29 20:22:37 +0100
commit31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5 (patch)
tree4bfee4594141dbead179350c7b666183843bf84d /sound/firewire/oxfw/oxfw.h
parentALSA: oxfw: Split PCM functionality to a new file (diff)
downloadkernel-qcow2-linux-31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5.tar.gz
kernel-qcow2-linux-31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5.tar.xz
kernel-qcow2-linux-31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5.zip
ALSA: oxfw: Split control 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/firewire/oxfw/oxfw.h b/sound/firewire/oxfw/oxfw.h
index 1196db8a6300..6164bf3e1f5a 100644
--- a/sound/firewire/oxfw/oxfw.h
+++ b/sound/firewire/oxfw/oxfw.h
@@ -58,3 +58,5 @@ 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);
+
+int snd_oxfw_create_mixer(struct snd_oxfw *oxfw);