summaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-core-ctl.c
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-06-07 17:44:23 +0200
committerThierry Bultel <thierry.bultel@iot.bzh>2018-06-07 17:44:23 +0200
commit6e76663f37a91641bae1bad05512968cdbe53f10 (patch)
tree7562aad56d62995f035ccae56a95d6d288f43813 /plugins/alsa/alsa-core-ctl.c
parentc84aff5a6d89e291293b28ca718701d43e24e358 (diff)
Added log for card lookup diagnostic
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'plugins/alsa/alsa-core-ctl.c')
-rw-r--r--plugins/alsa/alsa-core-ctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/alsa/alsa-core-ctl.c b/plugins/alsa/alsa-core-ctl.c
index 0ef11e1..bdf6bf5 100644
--- a/plugins/alsa/alsa-core-ctl.c
+++ b/plugins/alsa/alsa-core-ctl.c
@@ -269,6 +269,8 @@ PUBLIC snd_ctl_card_info_t *AlsaCtlGetInfo(SoftMixerT *mixer, const char *cardid
int error;
snd_ctl_t *ctl;
+ AFB_ApiNotice(mixer->api, "Looking for card '%s'", cardid);
+
if ((error = snd_ctl_open(&ctl, cardid, SND_CTL_READONLY)) < 0) {
cardid = "Not Defined";
goto OnErrorExit;