From 6c0d556e956eaf1f4eea734d7313d258dd75b878 Mon Sep 17 00:00:00 2001 From: fulup Date: Tue, 27 Jun 2017 14:24:38 +0200 Subject: Work in Progress --- ALSA-afb/Alsa-SetGet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ALSA-afb/Alsa-SetGet.c') diff --git a/ALSA-afb/Alsa-SetGet.c b/ALSA-afb/Alsa-SetGet.c index abf1a6a..025846f 100644 --- a/ALSA-afb/Alsa-SetGet.c +++ b/ALSA-afb/Alsa-SetGet.c @@ -896,7 +896,7 @@ PUBLIC void alsaSubcribe (struct afb_req request) { if (err) goto OnErrorExit; - // open control interface for devid + // open control interface for devid err = snd_ctl_open(&ctlDev, queryValues.devid, SND_CTL_READONLY); if (err < 0) { ctlDev=NULL; -- cgit 1.2.3-korg