Searched refs:mix_index (Results 1 – 2 of 2) sorted by relevance
228 int mix_index = 0; in tasdevice_create_control() local247 prof_ctrls[mix_index].name = name; in tasdevice_create_control()248 prof_ctrls[mix_index].iface = SNDRV_CTL_ELEM_IFACE_MIXER; in tasdevice_create_control()249 prof_ctrls[mix_index].info = tasdevice_info_profile; in tasdevice_create_control()250 prof_ctrls[mix_index].get = tasdevice_get_profile_id; in tasdevice_create_control()251 prof_ctrls[mix_index].put = tasdevice_set_profile_id; in tasdevice_create_control()252 mix_index++; in tasdevice_create_control()255 prof_ctrls, nr_controls < mix_index ? nr_controls : mix_index); in tasdevice_create_control()323 int mix_index = 0; in tasdevice_dsp_create_ctrls() local348 dsp_ctrls[mix_index].name = prog_name; in tasdevice_dsp_create_ctrls()[all …]
1241 uint8_t mix_index = 0, lna_index = 0;1272 total_gain += r820t_mixer_gain_steps[++mix_index];1281 rc = r820t_write_reg_mask(priv, 0x07, mix_index, 0x0f);