27 Apr
2015
27 Apr
'15
7:33 p.m.
On Thu, Apr 23, 2015 at 10:32:44AM +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_kctl() to add one kctl
(it will call snd_ctl_add() to add kctl to card);
Acked-by: Mark Brown broonie@kernel.org