diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-22 17:19:40 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-22 17:19:40 +0200 |
commit | 7a02db1106cc5fab6016b05a5c13d3dc7c6f0be9 (patch) | |
tree | 0e1fe523a8c1196f401a5851d40d404fe7592de8 /plugins/alsa/alsa-utils-bypath.c | |
parent | b124cc00e9714ac20fdf96f480fc7f08e06a2150 (diff) |
plugins: code & log cleanup
Diffstat (limited to 'plugins/alsa/alsa-utils-bypath.c')
-rw-r--r-- | plugins/alsa/alsa-utils-bypath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/alsa/alsa-utils-bypath.c b/plugins/alsa/alsa-utils-bypath.c index e5a6ced..71810c2 100644 --- a/plugins/alsa/alsa-utils-bypath.c +++ b/plugins/alsa/alsa-utils-bypath.c @@ -88,7 +88,7 @@ PUBLIC AlsaPcmCtlT *AlsaByPathOpenPcm(SoftMixerT *mixer, AlsaDevInfoT *pcmDev, s pcmCtl->cid.longname=NULL; AFB_ApiInfo(mixer->api, - "%s OPEN PCM %s, direction %s\n", + "%s OPEN PCM %s, direction %s", __func__, pcmCtl->cid.cardid, direction==SND_PCM_STREAM_PLAYBACK?"playback":"capture"); error = snd_pcm_open(&pcmCtl->handle, pcmCtl->cid.cardid, direction, SND_PCM_NONBLOCK); |