Searched refs:imux (Results 1 – 10 of 10) sorted by relevance
| /linux/sound/hda/common/ |
| H A D | codec.c | 3514 * @imux: imux helper object 3517 int snd_hda_input_mux_info(const struct hda_input_mux *imux, 3524 uinfo->value.enumerated.items = imux->num_items; in snd_hda_input_mux_put() 3525 if (!imux->num_items) in snd_hda_input_mux_put() 3528 if (index >= imux->num_items) in snd_hda_input_mux_put() 3529 index = imux->num_items - 1; in snd_hda_input_mux_put() 3530 strscpy(uinfo->value.enumerated.name, imux->items[index].label); in snd_hda_input_mux_put() 3538 * @imux: imux helpe in snd_hda_input_mux_put() 3492 snd_hda_input_mux_info(const struct hda_input_mux * imux,struct snd_ctl_elem_info * uinfo) snd_hda_input_mux_info() argument 3519 snd_hda_input_mux_put(struct hda_codec * codec,const struct hda_input_mux * imux,struct snd_ctl_elem_value * ucontrol,hda_nid_t nid,unsigned int * cur_val) snd_hda_input_mux_put() argument 3980 snd_hda_add_imux_item(struct hda_codec * codec,struct hda_input_mux * imux,const char * label,int index,int * type_idx) snd_hda_add_imux_item() argument [all...] |
| H A D | hda_local.h | 186 int snd_hda_input_mux_info(const struct hda_input_mux *imux, 189 const struct hda_input_mux *imux, 193 struct hda_input_mux *imux, const char *label,
|
| /linux/sound/hda/codecs/ |
| H A D | generic.c | 3180 struct hda_input_mux *imux = &spec->input_mux; in check_dyn_adc_switch() local 3187 for (i = 0; i < imux->num_items; i++) { in check_dyn_adc_switch() 3191 if (i >= imux->num_items) { in check_dyn_adc_switch() 3199 for (i = 0; i < imux->num_items; i++) { in check_dyn_adc_switch() 3218 for (i = 0; i < imux->num_items; i++) { in check_dyn_adc_switch() 3231 if (imux->num_items == 1 || in check_dyn_adc_switch() 3232 (imux->num_items == 2 && spec->hp_mic)) { in check_dyn_adc_switch() 3244 /* parse capture source paths from the given pin and create imux items */ 3250 struct hda_input_mux *imux = &spec->input_mux; in parse_capture_source() local 3251 int imux_idx = imux in parse_capture_source() 3463 const struct hda_input_mux *imux; cap_put_caller() local 3729 struct hda_input_mux *imux = &spec->input_mux; create_multi_cap_vol_ctl() local 3758 struct hda_input_mux *imux = &spec->input_mux; create_capture_mixers() local 3875 struct hda_input_mux *imux = &spec->input_mux; parse_mic_boost() local 4081 const struct hda_input_mux *imux; mux_select() local 4789 const struct hda_input_mux *imux; auto_mic_check_imux() local 5957 struct hda_input_mux *imux = &spec->input_mux; init_input_src() local [all...] |
| H A D | conexant.c | 578 const struct hda_input_mux *imux = &olpc_xo_dc_bias; 582 if (idx >= imux->num_items) in olpc_xo_dc_bias_enum_put() 583 idx = imux->num_items - 1; in olpc_xo_dc_bias_enum_put() 584 const struct hda_input_mux *imux = &olpc_xo_dc_bias; olpc_xo_dc_bias_enum_put() local
|
| /linux/arch/mips/boot/dts/mscc/ |
| H A D | jaguar2_pcb118.dts | 18 i2c0_imux: i2c0-imux {
|
| H A D | jaguar2_pcb111.dts | 22 i2c0_imux: i2c0-imux {
|
| H A D | serval_common.dtsi | 23 i2c0_imux: i2c0-imux {
|
| H A D | jaguar2_pcb110.dts | 45 i2c0_imux: i2c0-imux {
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | realtek.c | 1149 struct hda_input_mux *imux = &spec->gen.input_mux; in alc_shutup_dell_xps13() 1162 for (i = 0; i < imux->num_items; i++) { in alc_fixup_dell_xps13() 1163 struct hda_input_mux *imux = &spec->gen.input_mux; alc_fixup_dell_xps13() local
|
| H A D | alc269.c | 3445 struct hda_input_mux *imux = &spec->gen.input_mux; in alc_fixup_dell4_mic_no_presence_quiet() local 3465 for (i = 0; i < imux->num_items; i++) { in alc_fixup_dell4_mic_no_presence_quiet()
|