Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-02 | mixer: Add plugin support for mixer_consume/read_event | Rohit kumar | |
snd_ctl_event is needed by client to get details of event received. Introduce mixer_read_event() with plugin support to support this. | |||
2020-02-07 | tinyalsa: add support for mixer plugins | Bhalchandra Gajare | |
Update the mixer framework to support plugins. Add ability for physical card to have either kernel registered mixer controls or plugin registered mixer control or both. Split mixer controls into two groups, one for kernel registered (hw_grp) and the other for plugin registered (virtual_grp). Signed-off-by: Rohit kumar <rohitkr@codeaurora.org> Signed-off-by: Bhalchandra Gajare <gajare@codeaurora.org> |