Searched refs:dsp_ctrls (Results 1 – 1 of 1) sorted by relevance
1213 struct snd_kcontrol_new *dsp_ctrls; in tasdevice_dsp_create_ctrls() local1222 dsp_ctrls = devm_kcalloc(tas_priv->dev, nr_controls, in tasdevice_dsp_create_ctrls()1223 sizeof(dsp_ctrls[0]), GFP_KERNEL); in tasdevice_dsp_create_ctrls()1224 if (!dsp_ctrls) in tasdevice_dsp_create_ctrls()1233 dsp_ctrls[mix_index].name = prog_name; in tasdevice_dsp_create_ctrls()1234 dsp_ctrls[mix_index].iface = SNDRV_CTL_ELEM_IFACE_MIXER; in tasdevice_dsp_create_ctrls()1235 dsp_ctrls[mix_index].info = tasdevice_info_programs; in tasdevice_dsp_create_ctrls()1236 dsp_ctrls[mix_index].get = tasdevice_program_get; in tasdevice_dsp_create_ctrls()1237 dsp_ctrls[mix_index].put = tasdevice_program_put; in tasdevice_dsp_create_ctrls()1245 dsp_ctrls[mix_index].name = conf_name; in tasdevice_dsp_create_ctrls()[all …]