Home
last modified time | relevance | path

Searched refs:snd_soc_dapm_widget_name_cmp (Results 1 – 24 of 24) sorted by relevance

/linux/sound/soc/tegra/
H A Dtegra_asoc_machine.c84 if (!snd_soc_dapm_widget_name_cmp(w, "Int Spk") || in tegra_machine_event()
85 !snd_soc_dapm_widget_name_cmp(w, "Speakers")) in tegra_machine_event()
89 if (!snd_soc_dapm_widget_name_cmp(w, "Mic Jack") || in tegra_machine_event()
90 !snd_soc_dapm_widget_name_cmp(w, "Headset Mic")) in tegra_machine_event()
94 if (!snd_soc_dapm_widget_name_cmp(w, "Int Mic") || in tegra_machine_event()
95 !snd_soc_dapm_widget_name_cmp(w, "Internal Mic 2")) in tegra_machine_event()
99 if (!snd_soc_dapm_widget_name_cmp(w, "Headphone") || in tegra_machine_event()
100 !snd_soc_dapm_widget_name_cmp(w, "Headphone Jack")) in tegra_machine_event()
/linux/sound/soc/codecs/
H A Dmax9867.c59 if (!snd_soc_dapm_widget_name_cmp(w, "ADCL")) in max9867_adc_dac_event()
61 else if (!snd_soc_dapm_widget_name_cmp(w, "ADCR")) in max9867_adc_dac_event()
63 else if (!snd_soc_dapm_widget_name_cmp(w, "DACL")) in max9867_adc_dac_event()
65 else if (!snd_soc_dapm_widget_name_cmp(w, "DACR")) in max9867_adc_dac_event()
H A Drtq9128.c357 if (snd_soc_dapm_widget_name_cmp(w, "DAC1") == 0)
359 else if (snd_soc_dapm_widget_name_cmp(w, "DAC2") == 0)
361 else if (snd_soc_dapm_widget_name_cmp(w, "DAC3") == 0)
H A Dwcd9335.c3249 if (!(snd_soc_dapm_widget_name_cmp(w, "RX INT0 INTERP"))) { in wcd9335_codec_enable_interpolator()
3252 } else if (!(snd_soc_dapm_widget_name_cmp(w, "RX INT1 INTERP"))) { in wcd9335_codec_enable_interpolator()
3255 } else if (!(snd_soc_dapm_widget_name_cmp(w, "RX INT2 INTERP"))) { in wcd9335_codec_enable_interpolator()
3258 } else if (!(snd_soc_dapm_widget_name_cmp(w, "RX INT3 INTERP"))) { in wcd9335_codec_enable_interpolator()
3261 } else if (!(snd_soc_dapm_widget_name_cmp(w, "RX INT4 INTERP"))) { in wcd9335_codec_enable_interpolator()
3264 } else if (!(snd_soc_dapm_widget_name_cmp(w, "RX INT5 INTERP"))) { in wcd9335_codec_enable_interpolator()
3267 } else if (!(snd_soc_dapm_widget_name_cmp(w, "RX INT6 INTERP"))) { in wcd9335_codec_enable_interpolator()
3270 } else if (!(snd_soc_dapm_widget_name_cmp(w, "RX INT7 INTERP"))) { in wcd9335_codec_enable_interpolator()
3273 } else if (!(snd_soc_dapm_widget_name_cmp(w, "RX INT8 INTERP"))) { in wcd9335_codec_enable_interpolator()
H A D88pm860x-codec.c403 if (!snd_soc_dapm_widget_name_cmp(w, "Left DAC")) in pm860x_dac_event()
405 if (!snd_soc_dapm_widget_name_cmp(w, "Right DAC")) in pm860x_dac_event()
H A Dadav80x.c232 return snd_soc_dapm_widget_name_cmp(source, clk) == 0; in adav80x_dapm_sysclk_check()
H A Dlpass-rx-macro.c3107 if (!(snd_soc_dapm_widget_name_cmp(w, "RX MIX TX0 MUX"))) in rx_macro_enable_echo()
3109 else if (!(snd_soc_dapm_widget_name_cmp(w, "RX MIX TX1 MUX"))) in rx_macro_enable_echo()
3114 if (!(snd_soc_dapm_widget_name_cmp(w, "RX MIX TX2 MUX"))) in rx_macro_enable_echo()
H A Dlpass-wsa-macro.c1927 if (!snd_soc_dapm_widget_name_cmp(w, "WSA_RX INT0 CHAIN")) { in wsa_macro_spk_boost_event()
1932 } else if (!snd_soc_dapm_widget_name_cmp(w, "WSA_RX INT1 CHAIN")) { in wsa_macro_spk_boost_event()
H A Dwm8962.c1862 if (!snd_soc_dapm_widget_name_cmp(w, "TEMP_HP")) { in tp_event()
1865 } else if (!snd_soc_dapm_widget_name_cmp(w, "TEMP_SPK")) { in tp_event()
H A Drt5682s.c1327 if (!snd_soc_dapm_widget_name_cmp(w, "I2S1") && !rt5682s->wclk_enabled) in set_i2s_event()
1329 else if (!snd_soc_dapm_widget_name_cmp(w, "I2S2")) in set_i2s_event()
H A Dadau1373.c857 return snd_soc_dapm_widget_name_cmp(source, clk) == 0; in adau1373_check_aif_clk()
H A Dwm8995.c544 return !snd_soc_dapm_widget_name_cmp(source, clk); in check_clk_sys()
H A Dwm8994.c265 return snd_soc_dapm_widget_name_cmp(source, clk) == 0; in check_clk_sys()
/linux/sound/soc/samsung/
H A Dspeyside.c113 if (speyside_jack_polarity && (snd_soc_dapm_widget_name_cmp(source, "MICB1") == 0)) in speyside_get_micbias()
115 if (!speyside_jack_polarity && (snd_soc_dapm_widget_name_cmp(source, "MICB2") == 0)) in speyside_get_micbias()
/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-hw-gain.c50 if (snd_soc_dapm_widget_name_cmp(w, HW_GAIN_1_EN_W_NAME) == 0) { in mtk_hw_gain_event()
H A Dmt8186-dai-src.c325 if (snd_soc_dapm_widget_name_cmp(w, HW_SRC_1_EN_W_NAME) == 0) in mtk_hw_src_event()
490 if (snd_soc_dapm_widget_name_cmp(w, HW_SRC_1_EN_W_NAME) == 0) in mtk_afe_src_en_connect()
H A Dmt8186-dai-i2s.c396 if (snd_soc_dapm_widget_name_cmp(w, APLL1_W_NAME) == 0) in mtk_apll_event()
402 if (snd_soc_dapm_widget_name_cmp(w, APLL1_W_NAME) == 0) in mtk_apll_event()
H A Dmt8186-dai-adda.c238 if (snd_soc_dapm_widget_name_cmp(w, "ADDA_MTKAIF_CFG") == 0) { in mtk_adda_mtkaif_cfg_event()
/linux/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-i2s.c279 if (snd_soc_dapm_widget_name_cmp(w, APLL1_W_NAME) == 0) in mtk_apll_event()
285 if (snd_soc_dapm_widget_name_cmp(w, APLL1_W_NAME) == 0) in mtk_apll_event()
/linux/sound/soc/mediatek/mt8192/
H A Dmt8192-dai-adda.c354 if (snd_soc_dapm_widget_name_cmp(w, "ADDA_MTKAIF_CFG") == 0 && in mtk_adda_mtkaif_cfg_event()
363 } else if (snd_soc_dapm_widget_name_cmp(w, "ADDA6_MTKAIF_CFG") == 0 && in mtk_adda_mtkaif_cfg_event()
H A Dmt8192-dai-i2s.c626 if (snd_soc_dapm_widget_name_cmp(w, APLL1_W_NAME) == 0) in mtk_apll_event()
632 if (snd_soc_dapm_widget_name_cmp(w, APLL1_W_NAME) == 0) in mtk_apll_event()
/linux/sound/soc/mediatek/mt8188/
H A Dmt8188-dai-etdm.c579 if (snd_soc_dapm_widget_name_cmp(w, APLL1_W_NAME) == 0) in mtk_apll_event()
585 if (snd_soc_dapm_widget_name_cmp(w, APLL1_W_NAME) == 0) in mtk_apll_event()
/linux/include/sound/
H A Dsoc-dapm.h642 int snd_soc_dapm_widget_name_cmp(struct snd_soc_dapm_widget *widget, const char *s);
/linux/sound/soc/
H A Dsoc-dapm.c3097 int snd_soc_dapm_widget_name_cmp(struct snd_soc_dapm_widget *widget, const char *s) in snd_soc_dapm_widget_name_cmp()
3107 EXPORT_SYMBOL_GPL(snd_soc_dapm_widget_name_cmp); in snd_soc_dapm_add_route()
3088 int snd_soc_dapm_widget_name_cmp(struct snd_soc_dapm_widget *widget, const char *s) snd_soc_dapm_widget_name_cmp() function