summaryrefslogtreecommitdiff
path: root/sound/firewire/motu/motu.h
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2017-03-22 15:30:21 +0300
committerTakashi Iwai <tiwai@suse.de>2017-03-28 13:33:51 +0300
commit4638ec6ede0847c75bd943d54237efb118f4abae (patch)
treebee53c934af0628be1f840ed9438c9f2346234e3 /sound/firewire/motu/motu.h
parent9b2bb4f2f4a213a768a84fa25c14be54844f5bb6 (diff)
downloadlinux-4638ec6ede0847c75bd943d54237efb118f4abae.tar.xz
ALSA: firewire-motu: add proc node to show current statuc of clock and packet formats
This commit adds a proc node for debugging purpose. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/motu/motu.h')
-rw-r--r--sound/firewire/motu/motu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/firewire/motu/motu.h b/sound/firewire/motu/motu.h
index 90d274167a4a..4d079d66cf77 100644
--- a/sound/firewire/motu/motu.h
+++ b/sound/firewire/motu/motu.h
@@ -20,6 +20,7 @@
#include <sound/control.h>
#include <sound/core.h>
#include <sound/pcm.h>
+#include <sound/info.h>
#include "../lib.h"
#include "../amdtp-stream.h"
@@ -128,4 +129,6 @@ int snd_motu_stream_init_duplex(struct snd_motu *motu);
void snd_motu_stream_destroy_duplex(struct snd_motu *motu);
int snd_motu_stream_start_duplex(struct snd_motu *motu, unsigned int rate);
void snd_motu_stream_stop_duplex(struct snd_motu *motu);
+
+void snd_motu_proc_init(struct snd_motu *motu);
#endif