Home
last modified time | relevance | path

Searched refs:mix_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtas2781-i2c.c228 int mix_index = 0; in tasdevice_create_control() local
247 prof_ctrls[mix_index].name = name; 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() local
348 dsp_ctrls[mix_index].name = prog_name; in tasdevice_dsp_create_ctrls()
351 dsp_ctrls[mix_index].get = tasdevice_program_get; in tasdevice_dsp_create_ctrls()
353 mix_index++; in tasdevice_dsp_create_ctrls()
357 dsp_ctrls[mix_index].name = conf_name; in tasdevice_dsp_create_ctrls()
362 mix_index++; in tasdevice_dsp_create_ctrls()
[all …]
/openbmc/linux/drivers/media/tuners/
H A Dr820t.c1241 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);