diff options
author | Takashi Sakamoto | 2014-12-09 00:10:43 +0900 |
---|---|---|
committer | Takashi Iwai | 2014-12-10 10:47:54 +0100 |
commit | 3c96101f190020e91d413c5835f7a722fc007923 (patch) | |
tree | 00aaf93b5806daa8c1f750e08c1ee50332a96747 /sound/firewire/oxfw/Makefile | |
parent | 5cd1d3f47a6321612a51ab88ffe8ef65120fcbe0 (diff) |
ALSA: oxfw: Add proc interface for debugging purpose
This commit adds proc interface to get information about stream
formation. This commit also adds snd_oxfw_stream_get_current_formation()
to get current stream formation.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/oxfw/Makefile')
-rw-r--r-- | sound/firewire/oxfw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/firewire/oxfw/Makefile b/sound/firewire/oxfw/Makefile index b107134d11d5..e9297c638aa1 100644 --- a/sound/firewire/oxfw/Makefile +++ b/sound/firewire/oxfw/Makefile @@ -1,2 +1,3 @@ -snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-control.o oxfw-pcm.o oxfw.o +snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-control.o oxfw-pcm.o \ + oxfw-proc.o oxfw.o obj-m += snd-oxfw.o |