Searched refs:prof_ctrls (Results 1 – 1 of 1) sorted by relevance
1089 struct snd_kcontrol_new *prof_ctrls; in tasdevice_create_control() local1095 prof_ctrls = devm_kcalloc(tas_priv->dev, nr_controls, in tasdevice_create_control()1096 sizeof(prof_ctrls[0]), GFP_KERNEL); in tasdevice_create_control()1097 if (!prof_ctrls) { in tasdevice_create_control()1108 prof_ctrls[mix_index].name = name; in tasdevice_create_control()1109 prof_ctrls[mix_index].iface = SNDRV_CTL_ELEM_IFACE_MIXER; in tasdevice_create_control()1110 prof_ctrls[mix_index].info = tasdevice_info_profile; in tasdevice_create_control()1111 prof_ctrls[mix_index].get = tasdevice_get_profile_id; in tasdevice_create_control()1112 prof_ctrls[mix_index].put = tasdevice_set_profile_id; in tasdevice_create_control()1116 prof_ctrls, nr_controls < mix_index ? nr_controls : mix_index); in tasdevice_create_control()