aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-plug-stream.c
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2018-05-13 02:12:25 +0200
committerFulup Ar Foll <fulup@iot.bzh>2018-05-13 02:12:25 +0200
commit0eb15da6365910ba3f290e3254719fd412ae0155 (patch)
tree5dc1f6027573fe21b3519b2dbafd2b45bb151c73 /plugins/alsa/alsa-plug-stream.c
parentca0965cae3ad129e495fd4615ebeb7c11b413a2b (diff)
First version muxing multiple audio streams.
Diffstat (limited to 'plugins/alsa/alsa-plug-stream.c')
-rw-r--r--plugins/alsa/alsa-plug-stream.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/alsa/alsa-plug-stream.c b/plugins/alsa/alsa-plug-stream.c
index fccb309..e0ef69a 100644
--- a/plugins/alsa/alsa-plug-stream.c
+++ b/plugins/alsa/alsa-plug-stream.c
@@ -109,8 +109,7 @@ PUBLIC AlsaPcmInfoT* AlsaCreateStream(CtlSourceT *source, AlsaSndStreamT *stream
}
// Debug config & pcm
- AlsaDumpCtlConfig (source, "plug-stream", streamConfig, 1);
- //AlsaDumpPcmInfo(source, pcmPlug->handle, "pcmPlug->handle");
+ //AlsaDumpCtlConfig (source, "plug-stream", streamConfig, 1);
AFB_ApiNotice(source->api, "AlsaCreateStream:%s(stream) done\n", stream->uid);
return pcmPlug;