]> sigrok.org Git - libsigrok.git/commit
alsa: Silence ALSA scanning process.
authorUwe Hermann <redacted>
Tue, 15 Jan 2013 23:02:24 +0000 (00:02 +0100)
committerUwe Hermann <redacted>
Tue, 15 Jan 2013 23:02:24 +0000 (00:02 +0100)
commit3d6de074a445fbd3ac0adfa2bc28e3fd283df681
tree3948dc9eb0b03f2490897cfd7145d362217cb200
parent6b8d6f93bb8df26ea04624009e2715cb6766b4f5
alsa: Silence ALSA scanning process.

Errors while opening or configuring ALSA devices during scan for devices
should not be shown by default (i.e., no sr_err() usage). Non-working
or non-accessible devices (due to permissions or other reasons) will
simply not show up in frontends. Use sr_dbg() instead of sr_err().
hardware/alsa/api.c
hardware/alsa/protocol.c