summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/ff.h
diff options
context:
space:
mode:
authorTakashi Sakamoto2017-03-31 15:06:05 +0200
committerTakashi Iwai2017-04-05 21:31:36 +0200
commitd3fc7aac11dc54f97f4f28c60a489a555529fa1c (patch)
tree36b7226119034eaaa20fdb5c21d84262e2800c96 /sound/firewire/fireface/ff.h
parentALSA: fireface: add support for MIDI functionality (diff)
downloadkernel-qcow2-linux-d3fc7aac11dc54f97f4f28c60a489a555529fa1c.tar.gz
kernel-qcow2-linux-d3fc7aac11dc54f97f4f28c60a489a555529fa1c.tar.xz
kernel-qcow2-linux-d3fc7aac11dc54f97f4f28c60a489a555529fa1c.zip
ALSA: fireface: add proc node to help debugging
Drivers can retrieve the state and configuration of clock by read transactions. This commit allows protocol abstraction layer to to dump the information for debugging, via proc interface. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/fireface/ff.h')
-rw-r--r--sound/firewire/fireface/ff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/firewire/fireface/ff.h b/sound/firewire/fireface/ff.h
index 2944bde250bf..2d1fab2c3467 100644
--- a/sound/firewire/fireface/ff.h
+++ b/sound/firewire/fireface/ff.h
@@ -99,6 +99,8 @@ int snd_ff_transaction_register(struct snd_ff *ff);
int snd_ff_transaction_reregister(struct snd_ff *ff);
void snd_ff_transaction_unregister(struct snd_ff *ff);
+void snd_ff_proc_init(struct snd_ff *ff);
+
int snd_ff_create_midi_devices(struct snd_ff *ff);
#endif