Home
last modified time | relevance | path

Searched refs:mic_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/sound/soc/codecs/
H A Dmt6359.c1351 __func__, event, mic_type); in mt_mic_bias_0_event()
1355 switch (mic_type) { in mt_mic_bias_0_event()
1405 __func__, event, mic_type); in mt_mic_bias_1_event()
1438 __func__, event, mic_type); in mt_mic_bias_2_event()
1442 switch (mic_type) { in mt_mic_bias_2_event()
1683 unsigned int mic_type; in mt_pga_l_event() local
1700 if (IS_DCC_BASE(mic_type)) { in mt_pga_l_event()
1713 if (IS_DCC_BASE(mic_type)) { in mt_pga_l_event()
1741 unsigned int mic_type; in mt_pga_r_event() local
1759 if (IS_DCC_BASE(mic_type)) { in mt_pga_r_event()
[all …]
H A Dmt6357.c368 static int mt6357_set_amic(struct mt6357_priv *priv, bool enable, unsigned int mic_type) in mt6357_set_amic() argument
371 if (IS_DCC_BASE(mic_type)) { in mt6357_set_amic()
383 switch (mic_type) { in mt6357_set_amic()
402 if (mic_type == MIC_TYPE_MUX_DCC_ECM_SINGLE) in mt6357_set_amic()
449 if (IS_DCC_BASE(mic_type)) { in mt6357_set_amic()
600 unsigned int mic_type = dapm_kcontrol_get_value(w->kcontrols[0]); in mt_mic_type_event() local
604 switch (mic_type) { in mt_mic_type_event()
615 mt6357_set_amic(priv, true, mic_type); in mt_mic_type_event()
620 switch (mic_type) { in mt_mic_type_event()
631 mt6357_set_amic(priv, false, mic_type); in mt_mic_type_event()
H A Dmt6358.c1543 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE]; in mt6358_amic_enable() local
1548 __func__, mic_type, mux_pga_l, mux_pga_r); in mt6358_amic_enable()
1550 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1562 switch (mic_type) { in mt6358_amic_enable()
1584 if (mic_type == MIC_TYPE_MUX_DCC_ECM_SINGLE) in mt6358_amic_enable()
1592 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1617 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1645 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1662 if (IS_DCC_BASE(mic_type)) { in mt6358_amic_enable()
1695 __func__, mic_type, mux_pga_l, mux_pga_r); in mt6358_amic_disable()
[all …]