Searched refs:adc_idx (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_generic.c | 3410 adc_idx = spec->dyn_adc_idx[imux_idx]; in get_input_path() 3411 if (adc_idx < 0 || adc_idx >= AUTO_CFG_MAX_INS) { in get_input_path() 3446 return mux_select(codec, adc_idx, in mux_enum_put() 3474 int i, adc_idx, ret, err = 0; in cap_put_caller() local 3477 adc_idx = kcontrol->id.index; in cap_put_caller() 3480 path = get_input_path(codec, adc_idx, i); in cap_put_caller() 4101 if (spec->cur_mux[adc_idx] == idx) in mux_select() 4104 old_path = get_input_path(codec, adc_idx, spec->cur_mux[adc_idx]); in mux_select() 4110 spec->cur_mux[adc_idx] = idx; in mux_select() 4113 update_hp_mic(codec, adc_idx, false); in mux_select() [all …]
|