Name

snd_soc_add_dai_controls — add an array of controls to a DAI. Convienience function to add a list of controls.

Synopsis

int snd_soc_add_dai_controls (struct snd_soc_dai * dai,
 const struct snd_kcontrol_new * controls,
 int num_controls);
 

Arguments

dai

DAI to add controls to

controls

array of controls to add

num_controls

number of elements in the array

Description

Return 0 for success, else error.