summaryrefslogtreecommitdiffstats
path: root/sound/firewire/digi00x/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2015-09-30 02:39:19 +0200
committerTakashi Iwai <tiwai@suse.de>2015-09-30 15:35:31 +0200
commit927f17dc3a517128f07bbc1634fb25ce2587dc6f (patch)
tree359abc071958996dc1422a71744e82794821d33a /sound/firewire/digi00x/Makefile
parentALSA: firewire-digi00x: add stream functionality (diff)
downloadlinux-927f17dc3a517128f07bbc1634fb25ce2587dc6f.tar.xz
linux-927f17dc3a517128f07bbc1634fb25ce2587dc6f.zip
ALSA: firewire-digi00x: add proc node to show clock status
This commit adds proc node to show current clock status for debugging. As long as testing Digi 002 rack, registers can show local clock rate, local clock source. When external clock input such as S/PDIF is connected, the registers show the detection and external clock rate. Additionally, the registers show the mode of optical digital input interface. Although, a tester with Digi 003 rack reports this makes no sense. Further investigation is required for Digi 003 series. Besides, in Digi 002 rack, the S/PDIF format must be IEC 60958-4, so-called professional. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/digi00x/Makefile')
-rw-r--r--sound/firewire/digi00x/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/firewire/digi00x/Makefile b/sound/firewire/digi00x/Makefile
index 32d8ebe7ce6b..3e0f028d6b6b 100644
--- a/sound/firewire/digi00x/Makefile
+++ b/sound/firewire/digi00x/Makefile
@@ -1,2 +1,3 @@
-snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x.o
+snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
+ digi00x.o
obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += snd-firewire-digi00x.o