summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw/oxfw.h
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2014-11-29 00:59:29 +0900
committerTakashi Iwai <tiwai@suse.de>2014-11-29 20:22:37 +0100
commit31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5 (patch)
tree4bfee4594141dbead179350c7b666183843bf84d /sound/firewire/oxfw/oxfw.h
parent3713d93a6a12f8629c2660bb4a30d48b98105fca (diff)
downloadlinux-stable-31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5.tar.gz
linux-stable-31514bfb4ab8ba6f93b5ce5fcc543cb2ac4f96e5.tar.bz2
linux-stable-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);