diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-04-25 22:45:08 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-05-26 14:27:47 +0200 |
commit | 6a22683e89e2c851f754ebbec0f2a53f2967bc07 (patch) | |
tree | ab1ee3b97ee3d5402371e2c1bc205283a100a79e /sound/firewire/fireworks/Makefile | |
parent | b84b1a27b48eb3aea13127f83ec291c614df2992 (diff) | |
download | linux-stable-6a22683e89e2c851f754ebbec0f2a53f2967bc07.tar.gz linux-stable-6a22683e89e2c851f754ebbec0f2a53f2967bc07.tar.bz2 linux-stable-6a22683e89e2c851f754ebbec0f2a53f2967bc07.zip |
ALSA: fireworks: Add proc interface for debugging purpose
This commit adds proc interface to output infomation for debugging.
- firmware information
- sampling rate and clock source
- physical metering (linear value)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/fireworks/Makefile')
-rw-r--r-- | sound/firewire/fireworks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/fireworks/Makefile b/sound/firewire/fireworks/Makefile index 1bccb653e326..52bd15e285b0 100644 --- a/sound/firewire/fireworks/Makefile +++ b/sound/firewire/fireworks/Makefile @@ -1,3 +1,3 @@ snd-fireworks-objs := fireworks_transaction.o fireworks_command.o \ - fireworks_stream.o fireworks.o + fireworks_stream.o fireworks_proc.o fireworks.o obj-m += snd-fireworks.o |