/Linux-v6.1/sound/soc/ |
D | soc-dapm.c | 52 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, 54 int (*connected)(struct snd_soc_dapm_widget *source, 55 struct snd_soc_dapm_widget *sink)); 57 struct snd_soc_dapm_widget * 59 const struct snd_soc_dapm_widget *widget); 61 struct snd_soc_dapm_widget * 63 const struct snd_soc_dapm_widget *widget); 183 static bool dapm_dirty_widget(struct snd_soc_dapm_widget *w) in dapm_dirty_widget() 188 static void dapm_mark_dirty(struct snd_soc_dapm_widget *w, const char *reason) in dapm_mark_dirty() 207 struct snd_soc_dapm_widget *w, enum snd_soc_dapm_direction dir) in dapm_widget_invalidate_paths() [all …]
|
/Linux-v6.1/include/trace/events/ |
D | asoc.h | 17 struct snd_soc_dapm_widget; 88 DECLARE_EVENT_CLASS(snd_soc_dapm_widget, 90 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 108 DEFINE_EVENT(snd_soc_dapm_widget, snd_soc_dapm_widget_power, 110 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 116 DEFINE_EVENT(snd_soc_dapm_widget, snd_soc_dapm_widget_event_start, 118 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 124 DEFINE_EVENT(snd_soc_dapm_widget, snd_soc_dapm_widget_event_done, 126 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 159 TP_PROTO(struct snd_soc_dapm_widget *widget,
|
/Linux-v6.1/include/sound/ |
D | soc-dapm.h | 370 struct snd_soc_dapm_widget; 399 int dapm_regulator_event(struct snd_soc_dapm_widget *w, 401 int dapm_clock_event(struct snd_soc_dapm_widget *w, 403 int dapm_pinctrl_event(struct snd_soc_dapm_widget *w, 422 const struct snd_soc_dapm_widget *widget, 424 struct snd_soc_dapm_widget *snd_soc_dapm_new_control( 426 const struct snd_soc_dapm_widget *widget); 427 struct snd_soc_dapm_widget *snd_soc_dapm_new_control_unlocked( 429 const struct snd_soc_dapm_widget *widget); 432 void snd_soc_dapm_free_widget(struct snd_soc_dapm_widget *w); [all …]
|
D | soc-topology.h | 23 struct snd_soc_dapm_widget; 100 int (*event_handler)(struct snd_soc_dapm_widget *w, 124 struct snd_soc_dapm_widget *, 127 struct snd_soc_dapm_widget *, 185 int snd_soc_tplg_widget_bind_event(struct snd_soc_dapm_widget *w,
|
/Linux-v6.1/drivers/staging/greybus/ |
D | audio_helper.c | 15 static void gbaudio_dapm_link_dai_widget(struct snd_soc_dapm_widget *dai_w, in gbaudio_dapm_link_dai_widget() 18 struct snd_soc_dapm_widget *w; in gbaudio_dapm_link_dai_widget() 19 struct snd_soc_dapm_widget *src, *sink; in gbaudio_dapm_link_dai_widget() 62 struct snd_soc_dapm_widget *dai_w; in gbaudio_dapm_link_component_dai_widgets() 90 static void gbaudio_dapm_free_widget(struct snd_soc_dapm_widget *w) in gbaudio_dapm_free_widget() 113 const struct snd_soc_dapm_widget *widget, in gbaudio_dapm_free_controls() 117 struct snd_soc_dapm_widget *w, *tmp_w; in gbaudio_dapm_free_controls()
|
/Linux-v6.1/sound/soc/mediatek/mt8186/ |
D | mt8186-dai-tdm.c | 99 static int mtk_tdm_en_event(struct snd_soc_dapm_widget *w, in mtk_tdm_en_event() 126 static int mtk_tdm_mck_en_event(struct snd_soc_dapm_widget *w, in mtk_tdm_mck_en_event() 174 static const struct snd_soc_dapm_widget mtk_dai_tdm_widgets[] = { 198 static int mtk_afe_tdm_mclk_connect(struct snd_soc_dapm_widget *source, in mtk_afe_tdm_mclk_connect() 199 struct snd_soc_dapm_widget *sink) in mtk_afe_tdm_mclk_connect() 201 struct snd_soc_dapm_widget *w = sink; in mtk_afe_tdm_mclk_connect() 211 static int mtk_afe_tdm_mclk_apll_connect(struct snd_soc_dapm_widget *source, in mtk_afe_tdm_mclk_apll_connect() 212 struct snd_soc_dapm_widget *sink) in mtk_afe_tdm_mclk_apll_connect() 214 struct snd_soc_dapm_widget *w = sink; in mtk_afe_tdm_mclk_apll_connect() 228 static int mtk_afe_tdm_hd_connect(struct snd_soc_dapm_widget *source, in mtk_afe_tdm_hd_connect() [all …]
|
D | mt8186-dai-i2s.c | 357 static int mtk_i2s_en_event(struct snd_soc_dapm_widget *w, in mtk_i2s_en_event() 384 static int mtk_apll_event(struct snd_soc_dapm_widget *w, in mtk_apll_event() 414 static int mtk_mclk_en_event(struct snd_soc_dapm_widget *w, in mtk_mclk_en_event() 442 static const struct snd_soc_dapm_widget mtk_dai_i2s_widgets[] = { 537 static int mtk_afe_i2s_share_connect(struct snd_soc_dapm_widget *source, in mtk_afe_i2s_share_connect() 538 struct snd_soc_dapm_widget *sink) in mtk_afe_i2s_share_connect() 540 struct snd_soc_dapm_widget *w = sink; in mtk_afe_i2s_share_connect() 552 static int mtk_afe_i2s_hd_connect(struct snd_soc_dapm_widget *source, in mtk_afe_i2s_hd_connect() 553 struct snd_soc_dapm_widget *sink) in mtk_afe_i2s_hd_connect() 555 struct snd_soc_dapm_widget *w = sink; in mtk_afe_i2s_hd_connect() [all …]
|
D | mt8186-dai-adda.c | 241 static int mtk_adda_ul_event(struct snd_soc_dapm_widget *w, in mtk_adda_ul_event() 282 static int mtk_adda_pad_top_event(struct snd_soc_dapm_widget *w, in mtk_adda_pad_top_event() 304 static int mtk_adda_mtkaif_cfg_event(struct snd_soc_dapm_widget *w, in mtk_adda_mtkaif_cfg_event() 384 static int mtk_adda_dl_event(struct snd_soc_dapm_widget *w, in mtk_adda_dl_event() 476 static const struct snd_soc_dapm_widget mtk_dai_adda_widgets[] = { 537 static int mtk_afe_dac_hires_connect(struct snd_soc_dapm_widget *source, in mtk_afe_dac_hires_connect() 538 struct snd_soc_dapm_widget *sink) in mtk_afe_dac_hires_connect() 540 struct snd_soc_dapm_widget *w = source; in mtk_afe_dac_hires_connect() 555 static int mtk_afe_adc_hires_connect(struct snd_soc_dapm_widget *source, in mtk_afe_adc_hires_connect() 556 struct snd_soc_dapm_widget *sink) in mtk_afe_adc_hires_connect() [all …]
|
/Linux-v6.1/sound/soc/meson/ |
D | meson-codec-glue.c | 13 static struct snd_soc_dapm_widget * 14 meson_codec_glue_get_input(struct snd_soc_dapm_widget *w) in meson_codec_glue_get_input() 17 struct snd_soc_dapm_widget *in; in meson_codec_glue_get_input() 53 meson_codec_glue_output_get_input_data(struct snd_soc_dapm_widget *w) in meson_codec_glue_output_get_input_data() 55 struct snd_soc_dapm_widget *in = in meson_codec_glue_output_get_input_data()
|
D | axg-tdm-formatter.h | 14 struct snd_soc_dapm_widget; 22 struct axg_tdm_stream *(*get_stream)(struct snd_soc_dapm_widget *w); 40 int axg_tdm_formatter_event(struct snd_soc_dapm_widget *w,
|
/Linux-v6.1/sound/soc/mediatek/mt8183/ |
D | mt8183-dai-i2s.c | 272 static int mtk_apll_event(struct snd_soc_dapm_widget *w, in mtk_apll_event() 302 static int mtk_mclk_en_event(struct snd_soc_dapm_widget *w, in mtk_mclk_en_event() 335 static const struct snd_soc_dapm_widget mtk_dai_i2s_widgets[] = { 423 static int mtk_afe_i2s_share_connect(struct snd_soc_dapm_widget *source, in mtk_afe_i2s_share_connect() 424 struct snd_soc_dapm_widget *sink) in mtk_afe_i2s_share_connect() 426 struct snd_soc_dapm_widget *w = sink; in mtk_afe_i2s_share_connect() 444 static int mtk_afe_i2s_hd_connect(struct snd_soc_dapm_widget *source, in mtk_afe_i2s_hd_connect() 445 struct snd_soc_dapm_widget *sink) in mtk_afe_i2s_hd_connect() 447 struct snd_soc_dapm_widget *w = sink; in mtk_afe_i2s_hd_connect() 473 static int mtk_afe_i2s_apll_connect(struct snd_soc_dapm_widget *source, in mtk_afe_i2s_apll_connect() [all …]
|
/Linux-v6.1/sound/soc/codecs/ |
D | mt6359.c | 727 static int mt_sgen_event(struct snd_soc_dapm_widget *w, in mt_sgen_event() 953 static int mt_hp_event(struct snd_soc_dapm_widget *w, in mt_hp_event() 983 static int mt_rcv_event(struct snd_soc_dapm_widget *w, in mt_rcv_event() 1067 static int mt_lo_event(struct snd_soc_dapm_widget *w, in mt_lo_event() 1153 static int mt_adc_clk_gen_event(struct snd_soc_dapm_widget *w, in mt_adc_clk_gen_event() 1193 static int mt_dcc_clk_event(struct snd_soc_dapm_widget *w, in mt_dcc_clk_event() 1228 static int mt_mic_bias_0_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_0_event() 1282 static int mt_mic_bias_1_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_1_event() 1315 static int mt_mic_bias_2_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_2_event() 1366 static int mt_mtkaif_tx_event(struct snd_soc_dapm_widget *w, in mt_mtkaif_tx_event() [all …]
|
D | rt5631.c | 282 static int check_sysclk1_source(struct snd_soc_dapm_widget *source, in check_sysclk1_source() 283 struct snd_soc_dapm_widget *sink) in check_sysclk1_source() 292 static int check_dmic_used(struct snd_soc_dapm_widget *source, in check_dmic_used() 293 struct snd_soc_dapm_widget *sink) in check_dmic_used() 300 static int check_dacl_to_outmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_outmixl() 301 struct snd_soc_dapm_widget *sink) in check_dacl_to_outmixl() 310 static int check_dacr_to_outmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_outmixr() 311 struct snd_soc_dapm_widget *sink) in check_dacr_to_outmixr() 320 static int check_dacl_to_spkmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_spkmixl() 321 struct snd_soc_dapm_widget *sink) in check_dacl_to_spkmixl() [all …]
|
D | wm_adsp.h | 86 int wm_adsp1_event(struct snd_soc_dapm_widget *w, 89 int wm_adsp_early_event(struct snd_soc_dapm_widget *w, 96 int wm_adsp_event(struct snd_soc_dapm_widget *w, 99 int wm_adsp2_set_dspclk(struct snd_soc_dapm_widget *w, unsigned int freq);
|
D | madera.h | 386 int madera_clk_ev(struct snd_soc_dapm_widget *w, 388 int madera_sysclk_ev(struct snd_soc_dapm_widget *w, 390 int madera_spk_ev(struct snd_soc_dapm_widget *w, 392 int madera_in_ev(struct snd_soc_dapm_widget *w, 394 int madera_out_ev(struct snd_soc_dapm_widget *w, 396 int madera_hp_ev(struct snd_soc_dapm_widget *w, 398 int madera_anc_ev(struct snd_soc_dapm_widget *w, 400 int madera_domain_clk_ev(struct snd_soc_dapm_widget *w,
|
D | mt6351.c | 575 static int mt_reg_set_clr_event(struct snd_soc_dapm_widget *w, in mt_reg_set_clr_event() 619 static int mt_ncp_event(struct snd_soc_dapm_widget *w, in mt_ncp_event() 643 static int mt_sgen_event(struct snd_soc_dapm_widget *w, in mt_sgen_event() 663 static int mt_aif_in_event(struct snd_soc_dapm_widget *w, in mt_aif_in_event() 708 static int mt_hp_event(struct snd_soc_dapm_widget *w, in mt_hp_event() 836 static int mt_aif_out_event(struct snd_soc_dapm_widget *w, in mt_aif_out_event() 899 static int mt_adc_clkgen_event(struct snd_soc_dapm_widget *w, in mt_adc_clkgen_event() 922 static int mt_pga_left_event(struct snd_soc_dapm_widget *w, in mt_pga_left_event() 952 static int mt_pga_right_event(struct snd_soc_dapm_widget *w, in mt_pga_right_event() 982 static int mt_mic_bias_0_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_0_event() [all …]
|
D | pcm3008.c | 27 static int pcm3008_dac_ev(struct snd_soc_dapm_widget *w, in pcm3008_dac_ev() 40 static int pcm3008_adc_ev(struct snd_soc_dapm_widget *w, in pcm3008_adc_ev() 53 static const struct snd_soc_dapm_widget pcm3008_dapm_widgets[] = {
|
D | arizona.h | 295 int arizona_in_ev(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, 297 int arizona_out_ev(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, 299 int arizona_hp_ev(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, 301 int arizona_anc_ev(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, 309 int arizona_clk_ev(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, 337 int arizona_dvfs_sysclk_ev(struct snd_soc_dapm_widget *w,
|
/Linux-v6.1/sound/soc/sunxi/ |
D | sun8i-codec-analog.c | 221 static const struct snd_soc_dapm_widget sun8i_codec_common_widgets[] = { 247 static const struct snd_soc_dapm_widget sun8i_codec_mixer_widgets[] = { 266 static const struct snd_soc_dapm_widget sun8i_v3s_codec_mixer_widgets[] = { 344 static int sun8i_headphone_amp_event(struct snd_soc_dapm_widget *w, in sun8i_headphone_amp_event() 368 static const struct snd_soc_dapm_widget sun8i_codec_headphone_widgets[] = { 424 static const struct snd_soc_dapm_widget sun8i_codec_mbias_widgets[] = { 445 static const struct snd_soc_dapm_widget sun8i_codec_hmic_widgets[] = { 473 static const struct snd_soc_dapm_widget sun8i_codec_linein_widgets[] = { 551 static const struct snd_soc_dapm_widget sun8i_codec_lineout_widgets[] = { 613 static const struct snd_soc_dapm_widget sun8i_codec_mic2_widgets[] = {
|
/Linux-v6.1/sound/soc/pxa/ |
D | e750_wm9705.c | 22 static int e750_spk_amp_event(struct snd_soc_dapm_widget *w, in e750_spk_amp_event() 33 static int e750_hp_amp_event(struct snd_soc_dapm_widget *w, in e750_hp_amp_event() 44 static const struct snd_soc_dapm_widget e750_dapm_widgets[] = {
|
D | e800_wm9712.c | 21 static int e800_spk_amp_event(struct snd_soc_dapm_widget *w, in e800_spk_amp_event() 32 static int e800_hp_amp_event(struct snd_soc_dapm_widget *w, in e800_hp_amp_event() 43 static const struct snd_soc_dapm_widget e800_dapm_widgets[] = {
|
D | e740_wm9705.c | 35 static int e740_mic_amp_event(struct snd_soc_dapm_widget *w, in e740_mic_amp_event() 48 static int e740_output_amp_event(struct snd_soc_dapm_widget *w, in e740_output_amp_event() 61 static const struct snd_soc_dapm_widget e740_dapm_widgets[] = {
|
/Linux-v6.1/sound/soc/qcom/qdsp6/ |
D | topology.c | 159 struct snd_soc_dapm_widget *w, in audioreach_tplg_alloc_module() 408 struct snd_soc_dapm_widget *w) in audioreach_parse_common_tokens() 489 int index, struct snd_soc_dapm_widget *w, in audioreach_widget_load_module_common() 517 int index, struct snd_soc_dapm_widget *w, in audioreach_widget_load_enc_dec_cnv() 652 int index, struct snd_soc_dapm_widget *w, in audioreach_widget_load_buffer() 689 int index, struct snd_soc_dapm_widget *w, in audioreach_widget_load_mixer() 724 static int audioreach_pga_event(struct snd_soc_dapm_widget *w, in audioreach_pga_event() 750 int index, struct snd_soc_dapm_widget *w, in audioreach_widget_load_pga() 778 int index, struct snd_soc_dapm_widget *w, in audioreach_widget_ready() 812 struct snd_soc_dapm_widget *w = container_of(dobj, struct snd_soc_dapm_widget, dobj); in audioreach_widget_unload() [all …]
|
/Linux-v6.1/sound/soc/mediatek/mt8195/ |
D | mt8195-dai-adda.c | 192 static int mtk_adda_mtkaif_cfg_event(struct snd_soc_dapm_widget *w, in mtk_adda_mtkaif_cfg_event() 213 static int mtk_adda_dl_event(struct snd_soc_dapm_widget *w, in mtk_adda_dl_event() 263 static int mtk_adda_ul_event(struct snd_soc_dapm_widget *w, in mtk_adda_ul_event() 290 static int mtk_adda6_ul_event(struct snd_soc_dapm_widget *w, in mtk_adda6_ul_event() 326 static int mtk_audio_hires_event(struct snd_soc_dapm_widget *w, in mtk_audio_hires_event() 372 static int mtk_afe_adda_hires_connect(struct snd_soc_dapm_widget *source, in mtk_afe_adda_hires_connect() 373 struct snd_soc_dapm_widget *sink) in mtk_afe_adda_hires_connect() 375 struct snd_soc_dapm_widget *w = source; in mtk_afe_adda_hires_connect() 417 static const struct snd_soc_dapm_widget mtk_dai_adda_widgets[] = {
|
/Linux-v6.1/sound/soc/intel/skylake/ |
D | skl-topology.c | 92 static int is_skl_dsp_widget_type(struct snd_soc_dapm_widget *w, in is_skl_dsp_widget_type() 283 static int skl_tplg_update_be_blob(struct snd_soc_dapm_widget *w, in skl_tplg_update_be_blob() 348 static void skl_tplg_update_module_params(struct snd_soc_dapm_widget *w, in skl_tplg_update_module_params() 383 static int skl_tplg_set_module_params(struct snd_soc_dapm_widget *w, in skl_tplg_set_module_params() 428 static int skl_tplg_set_module_init_data(struct snd_soc_dapm_widget *w) in skl_tplg_set_module_init_data() 458 struct snd_soc_dapm_widget *w, struct skl_module_cfg *mcfg) in skl_tplg_module_prepare() 480 struct snd_soc_dapm_widget *w; in skl_tplg_init_pipe_modules() 691 static int skl_tplg_mixer_dapm_pre_pmu_event(struct snd_soc_dapm_widget *w, in skl_tplg_mixer_dapm_pre_pmu_event() 783 static int skl_tplg_set_module_bind_params(struct snd_soc_dapm_widget *w, in skl_tplg_set_module_bind_params() 903 struct snd_soc_dapm_widget *w) in skl_tplg_add_moduleid_in_bind_params() [all …]
|