j
k
j a
j l
On Wed, May 04, 2011 at 09:45:19PM +0800, Lu Guanqun wrote:
ret = snd_soc_add_controls(codec, mrst_snd_controls, ARRAY_SIZE(mrst_snd_controls)); if (ret) return ret;
mrst_snd_controls,
ARRAY_SIZE(mrst_snd_controls));
return ret;
It'd be better to use the data based init stuff to add the controls.
Back to the thread
Back to the list