tinyalsa / tinyalsa

Tiny library to interface with ALSA in the Linux kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinymix can't print right data when there are some controls with the same name

dvdli opened this issue · comments

commented

mixer_get_ctl_by_name always returns the first control of controls with the same name. We use this function in tinymix to get the control. We should fix this by using tinymix_detail_control_by_name_or_id to specify the correct control.