Home
last modified time | relevance | path

Searched refs:imux (Results 1 – 10 of 10) sorted by relevance

/linux/sound/hda/common/
H A Dcodec.c3523 int snd_hda_input_mux_info(const struct hda_input_mux *imux, in snd_hda_input_mux_info() argument
3530 uinfo->value.enumerated.items = imux->num_items; in snd_hda_input_mux_info()
3531 if (!imux->num_items) in snd_hda_input_mux_info()
3534 if (index >= imux->num_items) in snd_hda_input_mux_info()
3535 index = imux->num_items - 1; in snd_hda_input_mux_info()
3536 strscpy(uinfo->value.enumerated.name, imux->items[index].label); in snd_hda_input_mux_info()
3550 const struct hda_input_mux *imux, in snd_hda_input_mux_put() argument
3557 if (!imux->num_items) in snd_hda_input_mux_put()
3560 if (idx >= imux->num_items) in snd_hda_input_mux_put()
3561 idx = imux->num_items - 1; in snd_hda_input_mux_put()
[all …]
H A Dhda_local.h186 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 Dgeneric.c3163 struct hda_input_mux *imux = &spec->input_mux; in fill_adc_nids()
3170 for (i = 0; i < imux->num_items; i++) { in fill_adc_nids()
3174 if (i >= imux->num_items) {
3182 for (i = 0; i < imux->num_items; i++) { in check_dyn_adc_switch()
3201 for (i = 0; i < imux->num_items; i++) { in check_dyn_adc_switch()
3214 if (imux->num_items == 1 || in check_dyn_adc_switch()
3215 (imux->num_items == 2 && spec->hp_mic)) { in check_dyn_adc_switch()
3227 /* parse capture source paths from the given pin and create imux items */ in check_dyn_adc_switch()
3233 struct hda_input_mux *imux = &spec->input_mux; in check_dyn_adc_switch()
3234 int imux_idx = imux in check_dyn_adc_switch()
3180 struct hda_input_mux *imux = &spec->input_mux; check_dyn_adc_switch() local
3250 struct hda_input_mux *imux = &spec->input_mux; parse_capture_source() local
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 Dconexant.c598 const struct hda_input_mux *imux = &olpc_xo_dc_bias; in olpc_xo_dc_bias_enum_put() local
602 if (idx >= imux->num_items) in olpc_xo_dc_bias_enum_put()
603 idx = imux->num_items - 1; in olpc_xo_dc_bias_enum_put()
/linux/arch/mips/boot/dts/mscc/
H A Djaguar2_pcb118.dts18 i2c0_imux: i2c0-imux {
H A Djaguar2_pcb111.dts22 i2c0_imux: i2c0-imux {
H A Dserval_common.dtsi23 i2c0_imux: i2c0-imux {
H A Djaguar2_pcb110.dts45 i2c0_imux: i2c0-imux {
/linux/sound/hda/codecs/realtek/
H A Drealtek.c1149 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 Dalc269.c3594 struct hda_input_mux *imux = &spec->gen.input_mux; in alc_fixup_dell4_mic_no_presence_quiet() local
3614 for (i = 0; i < imux->num_items; i++) { in alc_fixup_dell4_mic_no_presence_quiet()