ALSA: bebob: Add proc interface for debugging purpose

This commit adds proc interface to get these information for debugging:
 - firmware information
 - stream formation
 - current clock source and sampling rate

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Sakamoto
2014-04-25 22:45:17 +09:00
committed by Takashi Iwai
父節點 b6bc812327
當前提交 ad9697bad7
共有 4 個文件被更改,包括 157 次插入1 次删除

查看文件

@@ -162,6 +162,8 @@ bebob_probe(struct fw_unit *unit,
if (err < 0)
goto error;
snd_bebob_proc_init(bebob);
err = snd_bebob_stream_init_duplex(bebob);
if (err < 0)
goto error;