summaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-utils-dump.c
AgeCommit message (Collapse)AuthorFilesLines
2018-11-07Tweaking debug printsJonathan Aillet1-1/+1
Replace some 'printf' by application framework debug functions. Improve 'ALSA_PCM_UID' macro. Correct minor errors in debug prints. Change-Id: I49899fd904d42b5b3bec46017eb319ed7d321dc5 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-10-16Lower the verbosity when not in debug levelThierry Bultel1-15/+15
There were too many things printed in notice mode. Change-Id: Ia7841e219cb2e9ca71e0c4436a2048a812ef6b07 Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-09-07fixed crash upon misconfiguration of capture/playback devicesThierry Bultel1-0/+5
The null pcmplug case was not correctly handled in various places. Also fixed some typos in the log Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-22plugins: code & log cleanupThierry Bultel1-4/+4
2018-06-22alsa-utils-dump: added log upon failing parameters retrievalThierry Bultel1-5/+9
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-10Correct a warning when using snd_output_printf functionJonathan Aillet1-1/+1
Instead of passing directly a 'const char *' to snd_output_printf function use a "%s" format. Change-Id: I46cd0fc6e5d139a6241dc3aa224b707d97a68125 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-04Move to Dynamic Mixer API (work in progress)Fulup Ar Foll1-28/+42
2018-05-13Initial version with softvol,Route,Multi,DmixFulup Ar Foll1-51/+59
2018-05-11Initial version with softvol control and DMIXFulup Ar Foll1-1/+1
2018-05-08Fist AlsaLoop model playing music (work in progress)Fulup Ar Foll1-0/+204