21 Apr
2015
21 Apr
'15
12:20 a.m.
On Sat, Apr 18, 2015 at 06:04:18PM +0800, Jie Yang wrote:
In the new jack kctls design, we can create kctls according to pins info:
- during jack creating, snd_jack_new() with NULL jack_kctl;
- for each pin, call snd_jack_add_kctls() to add one kctl
(it will call snd_ctl_add() to add kctl to card);
I'm a little confused why this isn't done by the jack core?