diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2017-03-22 21:30:21 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-03-28 12:33:51 +0200 |
commit | 4638ec6ede0847c75bd943d54237efb118f4abae (patch) | |
tree | bee53c934af0628be1f840ed9438c9f2346234e3 /sound/firewire/motu/Makefile | |
parent | 9b2bb4f2f4a213a768a84fa25c14be54844f5bb6 (diff) | |
download | linux-4638ec6ede0847c75bd943d54237efb118f4abae.tar.bz2 |
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/Makefile')
-rw-r--r-- | sound/firewire/motu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/firewire/motu/Makefile b/sound/firewire/motu/Makefile index 504a4f9dea6d..0eccbe215f5e 100644 --- a/sound/firewire/motu/Makefile +++ b/sound/firewire/motu/Makefile @@ -1,2 +1,3 @@ -snd-firewire-motu-objs := motu.o amdtp-motu.o motu-transaction.o motu-stream.o +snd-firewire-motu-objs := motu.o amdtp-motu.o motu-transaction.o motu-stream.o \ + motu-proc.o obj-$(CONFIG_SND_FIREWIRE_MOTU) += snd-firewire-motu.o |