aboutsummaryrefslogtreecommitdiffstats
path: root/alsa-binding/Alsa-SetGet.c
AgeCommit message (Collapse)AuthorFilesLines
2018-06-19Fixed crash when 'set' request is based on numidseel_5.1.0eel/5.1.05.1.0eelThierry Bultel1-3/+10
When numids are given, the 'tag' field is not initialized to NULL, and leads to a crash on strcasecmp. Change-Id: I23a1552bba565259280140a5e099be10613ab1bc Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-06-14Add an option to 'ctlget' verbJonathan Aillet1-1/+11
Add a new way to ask for alsa controls info by implementing the possibility to ask for alsa control using its label. It is a clean way to get control numid using control label. Bug-AGL: SPEC-1405 Change-Id: If5387c63a41a07d451a21edab86e9bb90b4908c4 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2018-06-14Add an option to 'infoget' verbJonathan Aillet1-20/+70
Add a new way to get card info when using 'infoget' verb : When the request contains a section 'devpath', the path specified will be used to search for the device. Bug-AGL: SPEC-1405 Change-Id: Idc99a27229f0db3484f62f8f761b7e0daee13a3c Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
2017-11-02Fix FD leaking on Alsa ControlFulup Ar Foll1-1/+3
2017-10-24Initial working version as independent repoFulup Ar Foll1-0/+815