Searched refs:dsp_ctrls (Results 1 – 1 of 1) sorted by relevance
1169 struct snd_kcontrol_new *dsp_ctrls; in tasdevice_dsp_create_ctrls() local1179 sizeof(dsp_ctrls[0]), GFP_KERNEL); in tasdevice_dsp_create_ctrls()1180 if (!dsp_ctrls) in tasdevice_dsp_create_ctrls()1189 dsp_ctrls[mix_index].name = prog_name; in tasdevice_dsp_create_ctrls()1192 dsp_ctrls[mix_index].get = tasdevice_program_get; in tasdevice_dsp_create_ctrls()1193 dsp_ctrls[mix_index].put = tasdevice_program_put; in tasdevice_dsp_create_ctrls()1201 dsp_ctrls[mix_index].name = conf_name; in tasdevice_dsp_create_ctrls()1213 dsp_ctrls[mix_index].name = active_dev_num; in tasdevice_dsp_create_ctrls()1224 dsp_ctrls[mix_index].name = chip_id; in tasdevice_dsp_create_ctrls()1226 dsp_ctrls[mix_index].info = tasdevice_info_chip_id; in tasdevice_dsp_create_ctrls()[all …]