Searched refs:prof_ctrls (Results 1 – 1 of 1) sorted by relevance
1182 struct snd_kcontrol_new *prof_ctrls; in tasdevice_create_control() local1188 prof_ctrls = devm_kcalloc(tas_priv->dev, nr_controls, in tasdevice_create_control()1189 sizeof(prof_ctrls[0]), GFP_KERNEL); in tasdevice_create_control()1190 if (!prof_ctrls) { in tasdevice_create_control()1201 prof_ctrls[mix_index].name = name; in tasdevice_create_control()1202 prof_ctrls[mix_index].iface = SNDRV_CTL_ELEM_IFACE_MIXER; in tasdevice_create_control()1203 prof_ctrls[mix_index].info = tasdevice_info_profile; in tasdevice_create_control()1204 prof_ctrls[mix_index].get = tasdevice_get_profile_id; in tasdevice_create_control()1205 prof_ctrls[mix_index].put = tasdevice_set_profile_id; in tasdevice_create_control()1209 prof_ctrls, nr_controls < mix_index ? nr_controls : mix_index); in tasdevice_create_control()[all …]