Searched refs:dsp_ctrls (Results 1 – 1 of 1) sorted by relevance
320 struct snd_kcontrol_new *dsp_ctrls; in tasdevice_dsp_create_ctrls() local329 dsp_ctrls = devm_kcalloc(tas_priv->dev, nr_controls, in tasdevice_dsp_create_ctrls()330 sizeof(dsp_ctrls[0]), GFP_KERNEL); in tasdevice_dsp_create_ctrls()331 if (!dsp_ctrls) { in tasdevice_dsp_create_ctrls()348 dsp_ctrls[mix_index].name = prog_name; in tasdevice_dsp_create_ctrls()349 dsp_ctrls[mix_index].iface = SNDRV_CTL_ELEM_IFACE_MIXER; in tasdevice_dsp_create_ctrls()350 dsp_ctrls[mix_index].info = tasdevice_info_programs; in tasdevice_dsp_create_ctrls()351 dsp_ctrls[mix_index].get = tasdevice_program_get; in tasdevice_dsp_create_ctrls()352 dsp_ctrls[mix_index].put = tasdevice_program_put; in tasdevice_dsp_create_ctrls()357 dsp_ctrls[mix_index].name = conf_name; in tasdevice_dsp_create_ctrls()[all …]