/linux-4.4.14/sound/soc/ |
D | soc-dapm.c | 58 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, 60 int (*connected)(struct snd_soc_dapm_widget *source, 61 struct snd_soc_dapm_widget *sink)); 63 struct snd_soc_dapm_widget * 65 const struct snd_soc_dapm_widget *widget); 67 struct snd_soc_dapm_widget * 69 const struct snd_soc_dapm_widget *widget); 160 static bool dapm_dirty_widget(struct snd_soc_dapm_widget *w) in dapm_dirty_widget() 165 static void dapm_mark_dirty(struct snd_soc_dapm_widget *w, const char *reason) in dapm_mark_dirty() 184 struct snd_soc_dapm_widget *w, enum snd_soc_dapm_direction dir) in dapm_widget_invalidate_paths() [all …]
|
D | soc-topology.c | 83 struct snd_soc_dapm_widget * 85 const struct snd_soc_dapm_widget *widget); 86 struct snd_soc_dapm_widget * 88 const struct snd_soc_dapm_widget *widget); 325 struct snd_soc_dapm_widget *w, struct snd_soc_tplg_dapm_widget *tplg_w) in soc_tplg_widget_load() 454 struct snd_soc_dapm_widget *w = in remove_widget() 455 container_of(dobj, struct snd_soc_dapm_widget, dobj); in remove_widget() 591 int snd_soc_tplg_widget_bind_event(struct snd_soc_dapm_widget *w, in snd_soc_tplg_widget_bind_event() 1374 struct snd_soc_dapm_widget template, *widget; in soc_tplg_dapm_widget_create() 1778 void snd_soc_tplg_widget_remove(struct snd_soc_dapm_widget *w) in snd_soc_tplg_widget_remove() [all …]
|
/linux-4.4.14/include/trace/events/ |
D | asoc.h | 16 struct snd_soc_dapm_widget; 87 DECLARE_EVENT_CLASS(snd_soc_dapm_widget, 89 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 107 DEFINE_EVENT(snd_soc_dapm_widget, snd_soc_dapm_widget_power, 109 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 115 DEFINE_EVENT(snd_soc_dapm_widget, snd_soc_dapm_widget_event_start, 117 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 123 DEFINE_EVENT(snd_soc_dapm_widget, snd_soc_dapm_widget_event_done, 125 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 158 TP_PROTO(struct snd_soc_dapm_widget *widget,
|
/linux-4.4.14/include/sound/ |
D | soc-topology.h | 26 struct snd_soc_dapm_widget; 104 int (*event_handler)(struct snd_soc_dapm_widget *w, 122 struct snd_soc_dapm_widget *, 172 void snd_soc_tplg_widget_remove(struct snd_soc_dapm_widget *w); 177 int snd_soc_tplg_widget_bind_event(struct snd_soc_dapm_widget *w,
|
D | soc-dapm.h | 348 struct snd_soc_dapm_widget; 358 int dapm_regulator_event(struct snd_soc_dapm_widget *w, 360 int dapm_clock_event(struct snd_soc_dapm_widget *w, 379 const struct snd_soc_dapm_widget *widget, 388 struct snd_soc_dapm_widget *source, 389 struct snd_soc_dapm_widget *sink); 400 void snd_soc_dapm_free_widget(struct snd_soc_dapm_widget *w); 455 struct snd_soc_dapm_widget *snd_soc_dapm_kcontrol_widget( 511 int (*connected)(struct snd_soc_dapm_widget *source, 512 struct snd_soc_dapm_widget *sink); [all …]
|
D | soc-dai.h | 20 struct snd_soc_dapm_widget; 273 struct snd_soc_dapm_widget *playback_widget; 274 struct snd_soc_dapm_widget *capture_widget;
|
D | soc.h | 756 const struct snd_soc_dapm_widget *dapm_widgets; 824 const struct snd_soc_dapm_widget *dapm_widgets; 878 const struct snd_soc_dapm_widget *dapm_widgets; 1132 const struct snd_soc_dapm_widget *dapm_widgets; 1136 const struct snd_soc_dapm_widget *of_dapm_widgets;
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-topology.c | 38 static int is_skl_dsp_widget_type(struct snd_soc_dapm_widget *w) in is_skl_dsp_widget_type() 227 static void skl_tplg_update_module_params(struct snd_soc_dapm_widget *w, in skl_tplg_update_module_params() 264 struct snd_soc_dapm_widget *w, struct skl_pipe *pipe) in skl_tplg_alloc_pipe_widget() 303 struct snd_soc_dapm_widget *w; in skl_tplg_init_pipe_modules() 337 static int skl_tplg_mixer_dapm_pre_pmu_event(struct snd_soc_dapm_widget *w, in skl_tplg_mixer_dapm_pre_pmu_event() 410 static int skl_tplg_pga_dapm_pre_pmu_event(struct snd_soc_dapm_widget *w, in skl_tplg_pga_dapm_pre_pmu_event() 415 struct snd_soc_dapm_widget *source, *sink; in skl_tplg_pga_dapm_pre_pmu_event() 489 static int skl_tplg_mixer_dapm_post_pmu_event(struct snd_soc_dapm_widget *w, in skl_tplg_mixer_dapm_post_pmu_event() 494 struct snd_soc_dapm_widget *source, *sink; in skl_tplg_mixer_dapm_post_pmu_event() 552 static int skl_tplg_mixer_dapm_pre_pmd_event(struct snd_soc_dapm_widget *w, in skl_tplg_mixer_dapm_pre_pmd_event() [all …]
|
D | skl-topology.h | 208 struct snd_soc_dapm_widget *w;
|
/linux-4.4.14/sound/soc/codecs/ |
D | rt5631.c | 286 static int check_sysclk1_source(struct snd_soc_dapm_widget *source, in check_sysclk1_source() 287 struct snd_soc_dapm_widget *sink) in check_sysclk1_source() 296 static int check_dmic_used(struct snd_soc_dapm_widget *source, in check_dmic_used() 297 struct snd_soc_dapm_widget *sink) in check_dmic_used() 304 static int check_dacl_to_outmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_outmixl() 305 struct snd_soc_dapm_widget *sink) in check_dacl_to_outmixl() 314 static int check_dacr_to_outmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_outmixr() 315 struct snd_soc_dapm_widget *sink) in check_dacr_to_outmixr() 324 static int check_dacl_to_spkmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_spkmixl() 325 struct snd_soc_dapm_widget *sink) in check_dacl_to_spkmixl() [all …]
|
D | wm_adsp.h | 92 int wm_adsp1_event(struct snd_soc_dapm_widget *w, 94 int wm_adsp2_early_event(struct snd_soc_dapm_widget *w, 96 int wm_adsp2_event(struct snd_soc_dapm_widget *w,
|
D | sirf-audio-codec.c | 93 static int adc_enable_delay_event(struct snd_soc_dapm_widget *w, in adc_enable_delay_event() 118 static int atlas6_codec_enable_and_reset_event(struct snd_soc_dapm_widget *w, in atlas6_codec_enable_and_reset_event() 141 static int prima2_codec_enable_and_reset_event(struct snd_soc_dapm_widget *w, in prima2_codec_enable_and_reset_event() 164 static const struct snd_soc_dapm_widget atlas6_output_driver_dapm_widgets[] = { 173 static const struct snd_soc_dapm_widget prima2_output_driver_dapm_widgets[] = { 182 static const struct snd_soc_dapm_widget atlas6_codec_clock_dapm_widget = 187 static const struct snd_soc_dapm_widget prima2_codec_clock_dapm_widget = 192 static const struct snd_soc_dapm_widget sirf_audio_codec_dapm_widgets[] = {
|
D | pcm3008.c | 31 static int pcm3008_dac_ev(struct snd_soc_dapm_widget *w, in pcm3008_dac_ev() 44 static int pcm3008_adc_ev(struct snd_soc_dapm_widget *w, in pcm3008_adc_ev() 57 static const struct snd_soc_dapm_widget pcm3008_dapm_widgets[] = {
|
D | arizona.h | 245 extern int arizona_in_ev(struct snd_soc_dapm_widget *w, 248 extern int arizona_out_ev(struct snd_soc_dapm_widget *w, 251 extern int arizona_hp_ev(struct snd_soc_dapm_widget *w, 286 extern int arizona_dvfs_sysclk_ev(struct snd_soc_dapm_widget *w,
|
D | adau1761.c | 255 static int adau1761_dejitter_fixup(struct snd_soc_dapm_widget *w, in adau1761_dejitter_fixup() 270 static const struct snd_soc_dapm_widget adau1x61_dapm_widgets[] = { 305 static const struct snd_soc_dapm_widget adau1761_mono_dapm_widgets[] = { 312 static const struct snd_soc_dapm_widget adau1761_capless_dapm_widgets[] = { 371 static const struct snd_soc_dapm_widget adau1761_dmic_widgets[] = { 395 static const struct snd_soc_dapm_widget adau1761_dapm_widgets[] = {
|
D | wm8770.c | 91 static int vout12supply_event(struct snd_soc_dapm_widget *w, 93 static int vout34supply_event(struct snd_soc_dapm_widget *w, 228 static const struct snd_soc_dapm_widget wm8770_dapm_widgets[] = { 308 static int vout12supply_event(struct snd_soc_dapm_widget *w, in vout12supply_event() 325 static int vout34supply_event(struct snd_soc_dapm_widget *w, in vout34supply_event()
|
D | rt286.c | 332 static int is_mclk_mode(struct snd_soc_dapm_widget *source, in is_mclk_mode() 333 struct snd_soc_dapm_widget *sink) in is_mclk_mode() 432 static int rt286_spk_event(struct snd_soc_dapm_widget *w, in rt286_spk_event() 454 static int rt286_set_dmic1_event(struct snd_soc_dapm_widget *w, in rt286_set_dmic1_event() 473 static int rt286_vref_event(struct snd_soc_dapm_widget *w, in rt286_vref_event() 491 static int rt286_ldo2_event(struct snd_soc_dapm_widget *w, in rt286_ldo2_event() 510 static int rt286_mic1_event(struct snd_soc_dapm_widget *w, in rt286_mic1_event() 535 static const struct snd_soc_dapm_widget rt286_dapm_widgets[] = {
|
D | rt298.c | 332 static int is_mclk_mode(struct snd_soc_dapm_widget *source, in is_mclk_mode() 333 struct snd_soc_dapm_widget *sink) in is_mclk_mode() 430 static int rt298_spk_event(struct snd_soc_dapm_widget *w, in rt298_spk_event() 452 static int rt298_set_dmic1_event(struct snd_soc_dapm_widget *w, in rt298_set_dmic1_event() 471 static int rt298_adc_event(struct snd_soc_dapm_widget *w, in rt298_adc_event() 497 static int rt298_mic1_event(struct snd_soc_dapm_widget *w, in rt298_mic1_event() 522 static int rt298_vref_event(struct snd_soc_dapm_widget *w, in rt298_vref_event() 540 static const struct snd_soc_dapm_widget rt298_dapm_widgets[] = {
|
D | sn95031.c | 237 static int sn95031_vhs_event(struct snd_soc_dapm_widget *w, in sn95031_vhs_event() 256 static int sn95031_vihf_event(struct snd_soc_dapm_widget *w, in sn95031_vihf_event() 273 static int sn95031_dmic12_event(struct snd_soc_dapm_widget *w, in sn95031_dmic12_event() 291 static int sn95031_dmic34_event(struct snd_soc_dapm_widget *w, in sn95031_dmic34_event() 309 static int sn95031_dmic56_event(struct snd_soc_dapm_widget *w, in sn95031_dmic56_event() 400 static const struct snd_soc_dapm_widget sn95031_dapm_widgets[] = {
|
D | uda134x.c | 388 static const struct snd_soc_dapm_widget uda1341_dapm_widgets[] = { 394 static const struct snd_soc_dapm_widget uda1340_dapm_widgets[] = { 400 static const struct snd_soc_dapm_widget uda134x_dapm_widgets[] = { 454 const struct snd_soc_dapm_widget *widgets; in uda134x_soc_probe()
|
D | ad1836.c | 69 static const struct snd_soc_dapm_widget ad183x_dac_dapm_widgets[] = { 89 static const struct snd_soc_dapm_widget ad183x_adc_dapm_widgets[] = { 108 static const struct snd_soc_dapm_widget ad183x_dapm_widgets[] = {
|
D | rt5651.c | 375 static int set_dmic_clk(struct snd_soc_dapm_widget *w, in set_dmic_clk() 394 static int is_sysclk_from_pll(struct snd_soc_dapm_widget *source, in is_sysclk_from_pll() 395 struct snd_soc_dapm_widget *sink) in is_sysclk_from_pll() 732 static int rt5651_amp_power_event(struct snd_soc_dapm_widget *w, in rt5651_amp_power_event() 770 static int rt5651_hp_event(struct snd_soc_dapm_widget *w, in rt5651_hp_event() 814 static int rt5651_hp_post_event(struct snd_soc_dapm_widget *w, in rt5651_hp_post_event() 835 static int rt5651_bst1_event(struct snd_soc_dapm_widget *w, in rt5651_bst1_event() 858 static int rt5651_bst2_event(struct snd_soc_dapm_widget *w, in rt5651_bst2_event() 881 static int rt5651_bst3_event(struct snd_soc_dapm_widget *w, in rt5651_bst3_event() 904 static const struct snd_soc_dapm_widget rt5651_dapm_widgets[] = {
|
D | adau1781.c | 174 static int adau1781_dejitter_fixup(struct snd_soc_dapm_widget *w, in adau1781_dejitter_fixup() 189 static const struct snd_soc_dapm_widget adau1781_dapm_widgets[] = { 296 static const struct snd_soc_dapm_widget adau1781_dmic_dapm_widgets[] = {
|
D | adav80x.c | 184 static const struct snd_soc_dapm_widget adav80x_dapm_widgets[] = { 212 static int adav80x_dapm_sysclk_check(struct snd_soc_dapm_widget *source, in adav80x_dapm_sysclk_check() 213 struct snd_soc_dapm_widget *sink) in adav80x_dapm_sysclk_check() 236 static int adav80x_dapm_pll_check(struct snd_soc_dapm_widget *source, in adav80x_dapm_pll_check() 237 struct snd_soc_dapm_widget *sink) in adav80x_dapm_pll_check()
|
D | wm8960.c | 128 struct snd_soc_dapm_widget *lout1; 129 struct snd_soc_dapm_widget *rout1; 130 struct snd_soc_dapm_widget *out3; 337 static const struct snd_soc_dapm_widget wm8960_dapm_widgets[] = { 388 static const struct snd_soc_dapm_widget wm8960_dapm_widgets_out3[] = { 395 static const struct snd_soc_dapm_widget wm8960_dapm_widgets_capless[] = { 467 struct snd_soc_dapm_widget *w; in wm8960_add_widgets()
|
D | rt5670.c | 680 static int set_dmic_clk(struct snd_soc_dapm_widget *w, in set_dmic_clk() 698 static int is_sys_clk_from_pll(struct snd_soc_dapm_widget *source, in is_sys_clk_from_pll() 699 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() 710 static int is_using_asrc(struct snd_soc_dapm_widget *source, in is_using_asrc() 711 struct snd_soc_dapm_widget *sink) in is_using_asrc() 762 static int can_use_asrc(struct snd_soc_dapm_widget *source, in can_use_asrc() 763 struct snd_soc_dapm_widget *sink) in can_use_asrc() 1412 static int rt5670_hp_power_event(struct snd_soc_dapm_widget *w, in rt5670_hp_power_event() 1448 static int rt5670_hp_event(struct snd_soc_dapm_widget *w, in rt5670_hp_event() 1498 static int rt5670_bst1_event(struct snd_soc_dapm_widget *w, in rt5670_bst1_event() [all …]
|
D | wm8782.c | 29 static const struct snd_soc_dapm_widget wm8782_dapm_widgets[] = {
|
D | dmic.c | 43 static const struct snd_soc_dapm_widget dmic_dapm_widgets[] = {
|
D | wm8727.c | 26 static const struct snd_soc_dapm_widget wm8727_dapm_widgets[] = {
|
D | ad73311.c | 26 static const struct snd_soc_dapm_widget ad73311_dapm_widgets[] = {
|
D | spdif_receiver.c | 26 static const struct snd_soc_dapm_widget dir_widgets[] = {
|
D | ads117x.c | 26 static const struct snd_soc_dapm_widget ads117x_dapm_widgets[] = {
|
D | ak4554.c | 32 static const struct snd_soc_dapm_widget ak4554_dapm_widgets[] = {
|
D | spdif_transmitter.c | 32 static const struct snd_soc_dapm_widget dit_widgets[] = {
|
D | gtm601.c | 26 static const struct snd_soc_dapm_widget gtm601_dapm_widgets[] = {
|
D | wm8994.c | 250 static int check_clk_sys(struct snd_soc_dapm_widget *source, in check_clk_sys() 251 struct snd_soc_dapm_widget *sink) in check_clk_sys() 808 static int clk_sys_event(struct snd_soc_dapm_widget *w, in clk_sys_event() 983 static int vmid_event(struct snd_soc_dapm_widget *w, in vmid_event() 1039 static int aif1clk_ev(struct snd_soc_dapm_widget *w, in aif1clk_ev() 1137 static int aif2clk_ev(struct snd_soc_dapm_widget *w, in aif2clk_ev() 1222 static int aif1clk_late_ev(struct snd_soc_dapm_widget *w, in aif1clk_late_ev() 1240 static int aif2clk_late_ev(struct snd_soc_dapm_widget *w, in aif2clk_late_ev() 1258 static int late_enable_ev(struct snd_soc_dapm_widget *w, in late_enable_ev() 1291 static int late_disable_ev(struct snd_soc_dapm_widget *w, in late_disable_ev() [all …]
|
D | rt5640.c | 459 static int set_dmic_clk(struct snd_soc_dapm_widget *w, in set_dmic_clk() 477 static int is_sys_clk_from_pll(struct snd_soc_dapm_widget *source, in is_sys_clk_from_pll() 478 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() 970 static int rt5640_hp_event(struct snd_soc_dapm_widget *w, in rt5640_hp_event() 994 static int rt5640_lout_event(struct snd_soc_dapm_widget *w, in rt5640_lout_event() 1023 static int rt5640_hp_power_event(struct snd_soc_dapm_widget *w, in rt5640_hp_power_event() 1039 static int rt5640_hp_post_event(struct snd_soc_dapm_widget *w, in rt5640_hp_post_event() 1059 static const struct snd_soc_dapm_widget rt5640_dapm_widgets[] = { 1260 static const struct snd_soc_dapm_widget rt5640_specific_dapm_widgets[] = { 1299 static const struct snd_soc_dapm_widget rt5639_specific_dapm_widgets[] = {
|
D | twl4030.c | 566 static int pin_name##pga_event(struct snd_soc_dapm_widget *w, \ 621 static int handsfreelpga_event(struct snd_soc_dapm_widget *w, in handsfreelpga_event() 637 static int handsfreerpga_event(struct snd_soc_dapm_widget *w, in handsfreerpga_event() 653 static int vibramux_event(struct snd_soc_dapm_widget *w, in vibramux_event() 662 static int apll_event(struct snd_soc_dapm_widget *w, in apll_event() 678 static int aif_event(struct snd_soc_dapm_widget *w, in aif_event() 767 static int headsetlpga_event(struct snd_soc_dapm_widget *w, in headsetlpga_event() 792 static int headsetrpga_event(struct snd_soc_dapm_widget *w, in headsetrpga_event() 817 static int digimic_event(struct snd_soc_dapm_widget *w, in digimic_event() 1161 static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
|
D | bt-sco.c | 18 static const struct snd_soc_dapm_widget bt_sco_widgets[] = {
|
D | ssm2602.c | 121 static const struct snd_soc_dapm_widget ssm260x_dapm_widgets[] = { 134 static const struct snd_soc_dapm_widget ssm2602_dapm_widgets[] = { 147 static const struct snd_soc_dapm_widget ssm2604_dapm_widgets[] = {
|
D | wm_hubs.c | 499 static int hp_supply_event(struct snd_soc_dapm_widget *w, in hp_supply_event() 541 static int hp_event(struct snd_soc_dapm_widget *w, in hp_event() 593 static int earpiece_event(struct snd_soc_dapm_widget *w, in earpiece_event() 618 static int lineout_event(struct snd_soc_dapm_widget *w, in lineout_event() 648 static int micbias_event(struct snd_soc_dapm_widget *w, in micbias_event() 849 static const struct snd_soc_dapm_widget analogue_dapm_widgets[] = {
|
D | max98088.c | 617 static int max98088_mic_event(struct snd_soc_dapm_widget *w, in max98088_mic_event() 647 static int max98088_line_pga(struct snd_soc_dapm_widget *w, in max98088_line_pga() 688 static int max98088_pga_ina1_event(struct snd_soc_dapm_widget *w, in max98088_pga_ina1_event() 694 static int max98088_pga_ina2_event(struct snd_soc_dapm_widget *w, in max98088_pga_ina2_event() 700 static int max98088_pga_inb1_event(struct snd_soc_dapm_widget *w, in max98088_pga_inb1_event() 706 static int max98088_pga_inb2_event(struct snd_soc_dapm_widget *w, in max98088_pga_inb2_event() 712 static const struct snd_soc_dapm_widget max98088_dapm_widgets[] = {
|
D | rt5677.c | 913 static int set_dmic_clk(struct snd_soc_dapm_widget *w, in set_dmic_clk() 931 static int is_sys_clk_from_pll(struct snd_soc_dapm_widget *source, in is_sys_clk_from_pll() 932 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() 946 static int is_using_asrc(struct snd_soc_dapm_widget *source, in is_using_asrc() 947 struct snd_soc_dapm_widget *sink) in is_using_asrc() 1029 static int can_use_asrc(struct snd_soc_dapm_widget *source, in can_use_asrc() 1030 struct snd_soc_dapm_widget *sink) in can_use_asrc() 1234 static int rt5677_dmic_use_asrc(struct snd_soc_dapm_widget *source, in rt5677_dmic_use_asrc() 1235 struct snd_soc_dapm_widget *sink) in rt5677_dmic_use_asrc() 2409 static int rt5677_bst1_event(struct snd_soc_dapm_widget *w, in rt5677_bst1_event() [all …]
|
D | sti-sas.c | 95 const struct snd_soc_dapm_widget *dapm_widgets; /* dapms declaration */ 241 static const struct snd_soc_dapm_widget stih416_sas_dapm_widgets[] = { 251 static const struct snd_soc_dapm_widget stih407_sas_dapm_widgets[] = {
|
D | max98357a.c | 53 static const struct snd_soc_dapm_widget max98357a_dapm_widgets[] = {
|
D | lm4857.c | 66 static const struct snd_soc_dapm_widget lm4857_dapm_widgets[] = {
|
D | rt5645.c | 664 static int set_dmic_clk(struct snd_soc_dapm_widget *w, in set_dmic_clk() 682 static int is_sys_clk_from_pll(struct snd_soc_dapm_widget *source, in is_sys_clk_from_pll() 683 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() 696 static int is_using_asrc(struct snd_soc_dapm_widget *source, in is_using_asrc() 697 struct snd_soc_dapm_widget *sink) in is_using_asrc() 1591 static int rt5645_hp_event(struct snd_soc_dapm_widget *w, in rt5645_hp_event() 1657 static int rt5645_spk_event(struct snd_soc_dapm_widget *w, in rt5645_spk_event() 1690 static int rt5645_lout_event(struct snd_soc_dapm_widget *w, in rt5645_lout_event() 1720 static int rt5645_bst2_event(struct snd_soc_dapm_widget *w, in rt5645_bst2_event() 1743 static int rt5650_hp_event(struct snd_soc_dapm_widget *w, in rt5650_hp_event() [all …]
|
D | adau1373.c | 548 static int adau1373_pll_event(struct snd_soc_dapm_widget *w, in adau1373_pll_event() 684 static const struct snd_soc_dapm_widget adau1373_dapm_widgets[] = { 820 static int adau1373_check_aif_clk(struct snd_soc_dapm_widget *source, in adau1373_check_aif_clk() 821 struct snd_soc_dapm_widget *sink) in adau1373_check_aif_clk() 841 static int adau1373_check_src(struct snd_soc_dapm_widget *source, in adau1373_check_src() 842 struct snd_soc_dapm_widget *sink) in adau1373_check_src()
|
D | wm8994.h | 54 int wm8958_aif_ev(struct snd_soc_dapm_widget *w,
|
D | ac97.c | 26 static const struct snd_soc_dapm_widget ac97_widgets[] = {
|
D | max9877.c | 90 static const struct snd_soc_dapm_widget max9877_dapm_widgets[] = {
|
D | ad193x.c | 77 static const struct snd_soc_dapm_widget ad193x_dapm_widgets[] = { 89 static const struct snd_soc_dapm_widget ad193x_adc_widgets[] = {
|
D | wm8804.c | 77 static int wm8804_aif_event(struct snd_soc_dapm_widget *w, 108 static const struct snd_soc_dapm_widget wm8804_dapm_widgets[] = { 137 static int wm8804_aif_event(struct snd_soc_dapm_widget *w, in wm8804_aif_event()
|
D | ak4671.c | 163 static int ak4671_out2_event(struct snd_soc_dapm_widget *w, in ak4671_out2_event() 254 static const struct snd_soc_dapm_widget ak4671_dapm_widgets[] = {
|
D | tlv320aic31xx.c | 349 static int aic31xx_dapm_power_event(struct snd_soc_dapm_widget *w, in aic31xx_dapm_power_event() 434 static int mic_bias_event(struct snd_soc_dapm_widget *w, in mic_bias_event() 459 static const struct snd_soc_dapm_widget aic31xx_dapm_widgets[] = { 529 static const struct snd_soc_dapm_widget aic311x_dapm_widgets[] = { 546 static const struct snd_soc_dapm_widget aic310x_dapm_widgets[] = {
|
D | tlv320aic3x.c | 200 static int mic_bias_event(struct snd_soc_dapm_widget *w, in mic_bias_event() 616 static const struct snd_soc_dapm_widget aic3x_dapm_widgets[] = { 677 static const struct snd_soc_dapm_widget aic3x_extra_dapm_widgets[] = { 740 static const struct snd_soc_dapm_widget aic3104_extra_dapm_widgets[] = { 775 static const struct snd_soc_dapm_widget aic3x_dapm_mono_widgets[] = { 786 static const struct snd_soc_dapm_widget aic3007_dapm_widgets[] = {
|
D | wm8731.c | 194 static const struct snd_soc_dapm_widget wm8731_dapm_widgets[] = { 214 static int wm8731_check_osc(struct snd_soc_dapm_widget *source, in wm8731_check_osc() 215 struct snd_soc_dapm_widget *sink) in wm8731_check_osc()
|
D | wm8904.c | 661 static int cp_event(struct snd_soc_dapm_widget *w, in cp_event() 673 static int sysclk_event(struct snd_soc_dapm_widget *w, in sysclk_event() 711 static int out_pga_event(struct snd_soc_dapm_widget *w, in out_pga_event() 920 static const struct snd_soc_dapm_widget wm8904_core_dapm_widgets[] = { 927 static const struct snd_soc_dapm_widget wm8904_adc_dapm_widgets[] = { 959 static const struct snd_soc_dapm_widget wm8904_dac_dapm_widgets[] = { 1037 static const struct snd_soc_dapm_widget wm8904_dapm_widgets[] = {
|
D | cs42l51.c | 153 static int cs42l51_pdn_event(struct snd_soc_dapm_widget *w, in cs42l51_pdn_event() 195 static const struct snd_soc_dapm_widget cs42l51_dapm_widgets[] = {
|
D | cs42l73.c | 490 static int cs42l73_spklo_spk_amp_event(struct snd_soc_dapm_widget *w, in cs42l73_spklo_spk_amp_event() 506 static int cs42l73_ear_amp_event(struct snd_soc_dapm_widget *w, in cs42l73_ear_amp_event() 524 static int cs42l73_hp_amp_event(struct snd_soc_dapm_widget *w, in cs42l73_hp_amp_event() 541 static const struct snd_soc_dapm_widget cs42l73_dapm_widgets[] = {
|
D | adau17x1.c | 61 static int adau17x1_pll_event(struct snd_soc_dapm_widget *w, in adau17x1_pll_event() 105 static const struct snd_soc_dapm_widget adau17x1_dapm_widgets[] = { 248 static const struct snd_soc_dapm_widget adau17x1_dsp_dapm_widgets[] = {
|
D | alc5623.c | 55 static int amp_mixer_event(struct snd_soc_dapm_widget *w, in amp_mixer_event() 255 static const struct snd_soc_dapm_widget alc5623_dapm_widgets[] = { 342 static const struct snd_soc_dapm_widget alc5623_dapm_amp_widgets[] = {
|
D | wm8995.c | 534 static int check_clk_sys(struct snd_soc_dapm_widget *source, in check_clk_sys() 535 struct snd_soc_dapm_widget *sink) in check_clk_sys() 561 static int hp_supply_event(struct snd_soc_dapm_widget *w, in hp_supply_event() 610 static int hp_event(struct snd_soc_dapm_widget *w, in hp_event() 760 static int clk_sys_event(struct snd_soc_dapm_widget *w, in clk_sys_event() 912 static const struct snd_soc_dapm_widget wm8995_dapm_widgets[] = {
|
D | wm9090.c | 251 static int hp_ev(struct snd_soc_dapm_widget *w, in hp_ev() 338 static const struct snd_soc_dapm_widget wm9090_dapm_widgets[] = {
|
D | arizona.c | 82 static int arizona_spk_ev(struct snd_soc_dapm_widget *w, in arizona_spk_ev() 201 static const struct snd_soc_dapm_widget arizona_spkl = 206 static const struct snd_soc_dapm_widget arizona_spkr = 731 int arizona_in_ev(struct snd_soc_dapm_widget *w, struct snd_kcontrol *kcontrol, in arizona_in_ev() 776 int arizona_out_ev(struct snd_soc_dapm_widget *w, in arizona_out_ev() 859 int arizona_hp_ev(struct snd_soc_dapm_widget *w, in arizona_hp_ev() 985 int arizona_dvfs_sysclk_ev(struct snd_soc_dapm_widget *w, in arizona_dvfs_sysclk_ev()
|
D | wm5110.c | 159 static int wm5110_sysclk_ev(struct snd_soc_dapm_widget *w, in wm5110_sysclk_ev() 266 static int wm5110_hp_pre_enable(struct snd_soc_dapm_widget *w) in wm5110_hp_pre_enable() 303 static int wm5110_hp_pre_disable(struct snd_soc_dapm_widget *w) in wm5110_hp_pre_disable() 335 static int wm5110_hp_ev(struct snd_soc_dapm_widget *w, in wm5110_hp_ev() 477 static int wm5110_in_analog_ev(struct snd_soc_dapm_widget *w, in wm5110_in_analog_ev() 536 static int wm5110_in_ev(struct snd_soc_dapm_widget *w, in wm5110_in_ev() 996 static const struct snd_soc_dapm_widget wm5110_dapm_widgets[] = {
|
D | si476x.c | 64 static const struct snd_soc_dapm_widget si476x_dapm_widgets[] = {
|
D | wm8961.c | 194 static int wm8961_hp_event(struct snd_soc_dapm_widget *w, in wm8961_hp_event() 286 static int wm8961_spk_event(struct snd_soc_dapm_widget *w, in wm8961_spk_event() 399 static const struct snd_soc_dapm_widget wm8961_dapm_widgets[] = {
|
D | max9768.c | 120 static const struct snd_soc_dapm_widget max9768_dapm_widgets[] = {
|
D | pcm1792a.c | 172 static const struct snd_soc_dapm_widget pcm1792a_dapm_widgets[] = {
|
D | ak5386.c | 31 static const struct snd_soc_dapm_widget ak5386_dapm_widgets[] = {
|
D | cs42xx8.c | 107 static const struct snd_soc_dapm_widget cs42xx8_dapm_widgets[] = { 133 static const struct snd_soc_dapm_widget cs42xx8_adc3_dapm_widgets[] = {
|
D | ak4642.c | 178 static int ak4642_lout_event(struct snd_soc_dapm_widget *w, in ak4642_lout_event() 200 static const struct snd_soc_dapm_widget ak4642_dapm_widgets[] = {
|
D | max98925.c | 99 static int max98925_dac_event(struct snd_soc_dapm_widget *w, in max98925_dac_event() 125 static const struct snd_soc_dapm_widget max98925_dapm_widgets[] = {
|
D | max98095.c | 598 static int max98095_mic_event(struct snd_soc_dapm_widget *w, in max98095_mic_event() 628 static int max98095_line_pga(struct snd_soc_dapm_widget *w, in max98095_line_pga() 660 static int max98095_pga_in1_event(struct snd_soc_dapm_widget *w, in max98095_pga_in1_event() 666 static int max98095_pga_in2_event(struct snd_soc_dapm_widget *w, in max98095_pga_in2_event() 676 static int max98095_lineout_event(struct snd_soc_dapm_widget *w, in max98095_lineout_event() 697 static const struct snd_soc_dapm_widget max98095_dapm_widgets[] = {
|
D | twl6040.c | 234 static int twl6040_hs_dac_event(struct snd_soc_dapm_widget *w, in twl6040_hs_dac_event() 261 static int twl6040_ep_drv_event(struct snd_soc_dapm_widget *w, in twl6040_ep_drv_event() 613 static const struct snd_soc_dapm_widget twl6040_dapm_widgets[] = {
|
D | ad1980.c | 151 static const struct snd_soc_dapm_widget ad1980_dapm_widgets[] = {
|
D | wm1250-ev1.c | 67 static const struct snd_soc_dapm_widget wm1250_ev1_dapm_widgets[] = {
|
D | wm8728.c | 64 static const struct snd_soc_dapm_widget wm8728_dapm_widgets[] = {
|
D | tfa9879.c | 215 static const struct snd_soc_dapm_widget tfa9879_dapm_widgets[] = {
|
D | max9850.c | 87 static const struct snd_soc_dapm_widget max9850_dapm_widgets[] = {
|
D | wm8988.c | 244 static int wm8988_lrc_control(struct snd_soc_dapm_widget *w, in wm8988_lrc_control() 333 static const struct snd_soc_dapm_widget wm8988_dapm_widgets[] = {
|
D | jz4740.c | 117 static const struct snd_soc_dapm_widget jz4740_codec_dapm_widgets[] = {
|
D | pcm1681.c | 220 static const struct snd_soc_dapm_widget pcm1681_dapm_widgets[] = {
|
D | wm8962.c | 1848 static int cp_event(struct snd_soc_dapm_widget *w, in cp_event() 1864 static int hp_event(struct snd_soc_dapm_widget *w, in hp_event() 1958 static int out_pga_event(struct snd_soc_dapm_widget *w, in out_pga_event() 1991 static int dsp2_event(struct snd_soc_dapm_widget *w, in dsp2_event() 2118 static const struct snd_soc_dapm_widget wm8962_dapm_widgets[] = { 2183 static const struct snd_soc_dapm_widget wm8962_dapm_spk_mono_widgets[] = { 2192 static const struct snd_soc_dapm_widget wm8962_dapm_spk_stereo_widgets[] = {
|
D | tas2552.c | 88 static int tas2552_post_event(struct snd_soc_dapm_widget *w, in tas2552_post_event() 121 static const struct snd_soc_dapm_widget tas2552_dapm_widgets[] =
|
D | cs4349.c | 214 static const struct snd_soc_dapm_widget cs4349_dapm_widgets[] = {
|
D | ak4104.c | 54 static const struct snd_soc_dapm_widget ak4104_dapm_widgets[] = {
|
D | alc5632.c | 116 static int amp_mixer_event(struct snd_soc_dapm_widget *w, in amp_mixer_event() 353 static const struct snd_soc_dapm_widget alc5632_dapm_widgets[] = {
|
D | adau1977.c | 159 static const struct snd_soc_dapm_widget adau1977_micbias_dapm_widgets[] = { 164 static const struct snd_soc_dapm_widget adau1977_dapm_widgets[] = {
|
D | wm8955.c | 333 static int wm8955_sysclk(struct snd_soc_dapm_widget *w, in wm8955_sysclk() 508 static const struct snd_soc_dapm_widget wm8955_dapm_widgets[] = {
|
D | sgtl5000.c | 155 static int mic_bias_event(struct snd_soc_dapm_widget *w, in mic_bias_event() 182 static int power_vag_event(struct snd_soc_dapm_widget *w, in power_vag_event() 239 static const struct snd_soc_dapm_widget sgtl5000_dapm_widgets[] = {
|
D | 88pm860x-codec.c | 382 static int pm860x_rsync_event(struct snd_soc_dapm_widget *w, in pm860x_rsync_event() 399 static int pm860x_dac_event(struct snd_soc_dapm_widget *w, in pm860x_dac_event() 725 static const struct snd_soc_dapm_widget pm860x_dapm_widgets[] = {
|
D | wm9705.c | 100 static const struct snd_soc_dapm_widget wm9705_dapm_widgets[] = {
|
D | ak4535.c | 144 static const struct snd_soc_dapm_widget ak4535_dapm_widgets[] = {
|
D | wm2000.c | 683 static int wm2000_anc_power_event(struct snd_soc_dapm_widget *w, in wm2000_anc_power_event() 705 static const struct snd_soc_dapm_widget wm2000_dapm_widgets[] = {
|
D | wm8711.c | 80 static const struct snd_soc_dapm_widget wm8711_dapm_widgets[] = {
|
D | cx20442.c | 41 static const struct snd_soc_dapm_widget cx20442_dapm_widgets[] = {
|
D | tlv320aic26.c | 44 static const struct snd_soc_dapm_widget tlv320aic26_dapm_widgets[] = {
|
D | ssm4567.c | 172 static const struct snd_soc_dapm_widget ssm4567_dapm_widgets[] = {
|
D | ak4613.c | 160 static const struct snd_soc_dapm_widget ak4613_dapm_widgets[] = {
|
D | wm8990.c | 374 static int outmixer_event(struct snd_soc_dapm_widget *w, in outmixer_event() 613 static const struct snd_soc_dapm_widget wm8990_dapm_widgets[] = {
|
D | da732x.c | 609 static int da732x_adc_event(struct snd_soc_dapm_widget *w, in da732x_adc_event() 663 static int da732x_out_pga_event(struct snd_soc_dapm_widget *w, in da732x_out_pga_event() 763 static const struct snd_soc_dapm_widget da732x_dapm_widgets[] = {
|
D | wm5102.c | 581 static int wm5102_sysclk_ev(struct snd_soc_dapm_widget *w, in wm5102_sysclk_ev() 617 static int wm5102_adsp_power_ev(struct snd_soc_dapm_widget *w, in wm5102_adsp_power_ev() 1077 static const struct snd_soc_dapm_widget wm5102_dapm_widgets[] = {
|
D | max98090.c | 733 static int max98090_micinput_event(struct snd_soc_dapm_widget *w, in max98090_micinput_event() 780 static int max98090_shdn_event(struct snd_soc_dapm_widget *w, in max98090_shdn_event() 1077 static const struct snd_soc_dapm_widget max98090_dapm_widgets[] = { 1244 static const struct snd_soc_dapm_widget max98091_dapm_widgets[] = {
|
D | wm8776.c | 120 static const struct snd_soc_dapm_widget wm8776_dapm_widgets[] = {
|
D | ml26124.c | 148 static const struct snd_soc_dapm_widget ml26124_dapm_widgets[] = {
|
D | wm8523.c | 92 static const struct snd_soc_dapm_widget wm8523_dapm_widgets[] = {
|
D | wm8996.c | 599 static int bg_event(struct snd_soc_dapm_widget *w, in bg_event() 620 static int cp_event(struct snd_soc_dapm_widget *w, in cp_event() 634 static int rmv_short_event(struct snd_soc_dapm_widget *w, in rmv_short_event() 759 static int dcs_start(struct snd_soc_dapm_widget *w, in dcs_start() 920 static const struct snd_soc_dapm_widget wm8996_dapm_widgets[] = {
|
D | wm8900.c | 224 static int wm8900_hp_event(struct snd_soc_dapm_widget *w, in wm8900_hp_event() 505 static const struct snd_soc_dapm_widget wm8900_dapm_widgets[] = {
|
D | wm8991.c | 351 static int outmixer_event(struct snd_soc_dapm_widget *w, in outmixer_event() 593 static const struct snd_soc_dapm_widget wm8991_dapm_widgets[] = {
|
D | wm8903.c | 251 static int wm8903_cp_event(struct snd_soc_dapm_widget *w, in wm8903_cp_event() 260 static int wm8903_dcs_event(struct snd_soc_dapm_widget *w, in wm8903_dcs_event() 806 static const struct snd_soc_dapm_widget wm8903_dapm_widgets[] = {
|
D | wl1273.c | 290 static const struct snd_soc_dapm_widget wl1273_dapm_widgets[] = {
|
D | cs4265.c | 166 static const struct snd_soc_dapm_widget cs4265_dapm_widgets[] = {
|
D | cs35l32.c | 124 static const struct snd_soc_dapm_widget cs35l32_dapm_widgets[] = {
|
D | tas571x.c | 329 static const struct snd_soc_dapm_widget tas571x_dapm_widgets[] = {
|
D | wm8971.c | 239 static const struct snd_soc_dapm_widget wm8971_dapm_widgets[] = {
|
D | wm8997.c | 84 static int wm8997_sysclk_ev(struct snd_soc_dapm_widget *w, in wm8997_sysclk_ev() 408 static const struct snd_soc_dapm_widget wm8997_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/pxa/ |
D | e750_wm9705.c | 28 static int e750_spk_amp_event(struct snd_soc_dapm_widget *w, in e750_spk_amp_event() 39 static int e750_hp_amp_event(struct snd_soc_dapm_widget *w, in e750_hp_amp_event() 50 static const struct snd_soc_dapm_widget e750_dapm_widgets[] = {
|
D | e800_wm9712.c | 27 static int e800_spk_amp_event(struct snd_soc_dapm_widget *w, in e800_spk_amp_event() 38 static int e800_hp_amp_event(struct snd_soc_dapm_widget *w, in e800_hp_amp_event() 49 static const struct snd_soc_dapm_widget e800_dapm_widgets[] = {
|
D | e740_wm9705.c | 41 static int e740_mic_amp_event(struct snd_soc_dapm_widget *w, in e740_mic_amp_event() 54 static int e740_output_amp_event(struct snd_soc_dapm_widget *w, in e740_output_amp_event() 67 static const struct snd_soc_dapm_widget e740_dapm_widgets[] = {
|
D | hx4700.c | 88 static int hx4700_spk_power(struct snd_soc_dapm_widget *w, in hx4700_spk_power() 95 static int hx4700_hp_power(struct snd_soc_dapm_widget *w, in hx4700_hp_power() 103 static const struct snd_soc_dapm_widget hx4700_dapm_widgets[] = {
|
D | corgi.c | 203 static int corgi_amp_event(struct snd_soc_dapm_widget *w, in corgi_amp_event() 210 static int corgi_mic_event(struct snd_soc_dapm_widget *w, in corgi_mic_event() 218 static const struct snd_soc_dapm_widget wm8731_dapm_widgets[] = {
|
D | mioa701_wm9713.c | 81 static int rear_amp_event(struct snd_soc_dapm_widget *widget, in rear_amp_event() 90 static const struct snd_soc_dapm_widget mioa701_dapm_widgets[] = {
|
D | magician.c | 334 static int magician_spk_power(struct snd_soc_dapm_widget *w, in magician_spk_power() 341 static int magician_hp_power(struct snd_soc_dapm_widget *w, in magician_hp_power() 348 static int magician_mic_bias(struct snd_soc_dapm_widget *w, in magician_mic_bias() 356 static const struct snd_soc_dapm_widget uda1380_dapm_widgets[] = {
|
D | tosa.c | 136 static int tosa_hp_event(struct snd_soc_dapm_widget *w, in tosa_hp_event() 144 static const struct snd_soc_dapm_widget tosa_dapm_widgets[] = {
|
D | poodle.c | 178 static int poodle_amp_event(struct snd_soc_dapm_widget *w, in poodle_amp_event() 192 static const struct snd_soc_dapm_widget wm8731_dapm_widgets[] = {
|
D | spitz.c | 204 static int spitz_mic_bias(struct snd_soc_dapm_widget *w, in spitz_mic_bias() 212 static const struct snd_soc_dapm_widget wm8750_dapm_widgets[] = {
|
D | palm27x.c | 54 static const struct snd_soc_dapm_widget palm27x_dapm_widgets[] = {
|
D | brownstone.c | 26 static const struct snd_soc_dapm_widget brownstone_dapm_widgets[] = {
|
D | ttc-dkb.c | 42 static const struct snd_soc_dapm_widget ttc_dapm_widgets[] = {
|
D | z2.c | 105 static const struct snd_soc_dapm_widget wm8750_dapm_widgets[] = {
|
D | zylonite.c | 41 static const struct snd_soc_dapm_widget zylonite_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/sirf/ |
D | sirf-audio.c | 23 static int sirf_audio_hp_event(struct snd_soc_dapm_widget *w, in sirf_audio_hp_event() 35 static int sirf_audio_spk_event(struct snd_soc_dapm_widget *w, in sirf_audio_spk_event() 48 static const struct snd_soc_dapm_widget sirf_audio_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/samsung/ |
D | odroidx2_max98090.c | 17 const struct snd_soc_dapm_widget *dapm_widgets; 44 static const struct snd_soc_dapm_widget odroidx2_dapm_widgets[] = { 50 static const struct snd_soc_dapm_widget odroidu3_dapm_widgets[] = {
|
D | rx1950_uda1380.c | 38 static int rx1950_spk_power(struct snd_soc_dapm_widget *w, 98 static const struct snd_soc_dapm_widget uda1380_dapm_widgets[] = { 142 static int rx1950_spk_power(struct snd_soc_dapm_widget *w, in rx1950_spk_power()
|
D | speyside.c | 108 static int speyside_get_micbias(struct snd_soc_dapm_widget *source, in speyside_get_micbias() 109 struct snd_soc_dapm_widget *sink) in speyside_get_micbias() 258 static struct snd_soc_dapm_widget widgets[] = {
|
D | smartq_wm8987.c | 112 static int smartq_speaker_event(struct snd_soc_dapm_widget *w, in smartq_speaker_event() 121 static const struct snd_soc_dapm_widget wm8987_dapm_widgets[] = {
|
D | h1940_uda1380.c | 128 static int h1940_spk_power(struct snd_soc_dapm_widget *w, in h1940_spk_power() 140 static const struct snd_soc_dapm_widget uda1380_dapm_widgets[] = {
|
D | s3c24xx_simtec_tlv320aic23.c | 26 static const struct snd_soc_dapm_widget dapm_widgets[] = {
|
D | littlemill.c | 167 static int bbclk_ev(struct snd_soc_dapm_widget *w, in bbclk_ev() 219 static struct snd_soc_dapm_widget widgets[] = {
|
D | s3c24xx_simtec_hermes.c | 15 static const struct snd_soc_dapm_widget dapm_widgets[] = {
|
D | neo1973_wm8753.c | 193 static int lm4853_event(struct snd_soc_dapm_widget *w, in lm4853_event() 201 static const struct snd_soc_dapm_widget neo1973_wm8753_dapm_widgets[] = {
|
D | jive_wm8750.c | 31 static const struct snd_soc_dapm_widget wm8750_dapm_widgets[] = {
|
D | lowland.c | 142 static struct snd_soc_dapm_widget widgets[] = {
|
D | smdk_wm8580.c | 106 static const struct snd_soc_dapm_widget smdk_wm8580_dapm_widgets[] = {
|
D | tobermory.c | 128 static struct snd_soc_dapm_widget widgets[] = {
|
D | bells.c | 353 static struct snd_soc_dapm_widget bells_widgets[] = {
|
/linux-4.4.14/sound/soc/jz4740/ |
D | qi_lb60.c | 29 static int qi_lb60_spk_event(struct snd_soc_dapm_widget *widget, in qi_lb60_spk_event() 41 static const struct snd_soc_dapm_widget qi_lb60_widgets[] = {
|
/linux-4.4.14/sound/soc/omap/ |
D | omap3pandora.c | 79 static int omap3pandora_dac_event(struct snd_soc_dapm_widget *w, in omap3pandora_dac_event() 105 static int omap3pandora_hp_event(struct snd_soc_dapm_widget *w, in omap3pandora_hp_event() 124 static const struct snd_soc_dapm_widget omap3pandora_dapm_widgets[] = {
|
D | n810.c | 199 static int n810_spk_event(struct snd_soc_dapm_widget *w, in n810_spk_event() 210 static int n810_jack_event(struct snd_soc_dapm_widget *w, in n810_jack_event() 221 static const struct snd_soc_dapm_widget aic33_dapm_widgets[] = {
|
D | rx51.c | 154 static int rx51_spk_event(struct snd_soc_dapm_widget *w, in rx51_spk_event() 167 static int rx51_hp_event(struct snd_soc_dapm_widget *w, in rx51_hp_event() 235 static const struct snd_soc_dapm_widget aic34_dapm_widgets[] = {
|
D | am3517evm.c | 57 static const struct snd_soc_dapm_widget tlv320aic23_dapm_widgets[] = {
|
D | osk5912.c | 77 static const struct snd_soc_dapm_widget tlv320aic23_dapm_widgets[] = {
|
D | omap-abe-twl6040.c | 119 static const struct snd_soc_dapm_widget twl6040_dapm_widgets[] = {
|
D | omap-twl4030.c | 80 static const struct snd_soc_dapm_widget dapm_widgets[] = {
|
D | ams-delta.c | 42 static const struct snd_soc_dapm_widget ams_delta_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 510 static int sst_send_pipe_module_params(struct snd_soc_dapm_widget *w, in sst_send_pipe_module_params() 525 static int sst_generic_modules_event(struct snd_soc_dapm_widget *w, in sst_generic_modules_event() 611 static int sst_swm_mixer_event(struct snd_soc_dapm_widget *w, in sst_swm_mixer_event() 956 static int sst_set_be_modules(struct snd_soc_dapm_widget *w, in sst_set_be_modules() 974 static int sst_set_media_path(struct snd_soc_dapm_widget *w, in sst_set_media_path() 1011 static int sst_set_media_loop(struct snd_soc_dapm_widget *w, in sst_set_media_loop() 1049 static const struct snd_soc_dapm_widget sst_dapm_widgets[] = { 1267 static bool is_sst_dapm_widget(struct snd_soc_dapm_widget *w) in is_sst_dapm_widget() 1292 struct snd_soc_dapm_widget *w; in sst_send_pipe_gains() 1353 struct snd_soc_dapm_widget *w, int type) in sst_fill_module_list() [all …]
|
D | sst-atom-controls.h | 583 struct snd_soc_dapm_widget *parent_w; 701 struct snd_soc_dapm_widget *w; 792 struct snd_soc_dapm_widget *w; 844 struct snd_soc_dapm_widget *w;
|
/linux-4.4.14/sound/soc/tegra/ |
D | tegra_wm8903.c | 128 static int tegra_wm8903_event_int_spk(struct snd_soc_dapm_widget *w, in tegra_wm8903_event_int_spk() 144 static int tegra_wm8903_event_hp(struct snd_soc_dapm_widget *w, in tegra_wm8903_event_hp() 160 static const struct snd_soc_dapm_widget tegra_wm8903_dapm_widgets[] = {
|
D | tegra_rt5677.c | 80 static int tegra_rt5677_event_hp(struct snd_soc_dapm_widget *w, in tegra_rt5677_event_hp() 126 static const struct snd_soc_dapm_widget tegra_rt5677_dapm_widgets[] = {
|
D | tegra_wm9712.c | 41 static const struct snd_soc_dapm_widget tegra_wm9712_dapm_widgets[] = {
|
D | trimslice.c | 81 static const struct snd_soc_dapm_widget trimslice_dapm_widgets[] = {
|
D | tegra_wm8753.c | 96 static const struct snd_soc_dapm_widget tegra_wm8753_dapm_widgets[] = {
|
D | tegra_rt5640.c | 99 static const struct snd_soc_dapm_widget tegra_rt5640_dapm_widgets[] = {
|
D | tegra_alc5632.c | 91 static const struct snd_soc_dapm_widget tegra_alc5632_dapm_widgets[] = {
|
D | tegra_max98090.c | 132 static const struct snd_soc_dapm_widget tegra_max98090_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/intel/boards/ |
D | cht_bsw_rt5672.c | 62 static int platform_clock_control(struct snd_soc_dapm_widget *w, in platform_clock_control() 104 static const struct snd_soc_dapm_widget cht_dapm_widgets[] = {
|
D | cht_bsw_rt5645.c | 63 static int platform_clock_control(struct snd_soc_dapm_widget *w, in platform_clock_control() 95 static const struct snd_soc_dapm_widget cht_dapm_widgets[] = {
|
D | haswell.c | 30 static const struct snd_soc_dapm_widget haswell_widgets[] = {
|
D | byt-max98090.c | 33 static const struct snd_soc_dapm_widget byt_max98090_widgets[] = {
|
D | bytcr_rt5640.c | 32 static const struct snd_soc_dapm_widget byt_dapm_widgets[] = {
|
D | skl_rt286.c | 49 static const struct snd_soc_dapm_widget skylake_widgets[] = {
|
D | byt-rt5640.c | 30 static const struct snd_soc_dapm_widget byt_rt5640_widgets[] = {
|
D | broadwell.c | 48 static const struct snd_soc_dapm_widget broadwell_widgets[] = {
|
D | cht_bsw_max98090_ti.c | 57 static const struct snd_soc_dapm_widget cht_dapm_widgets[] = {
|
D | mfld_machine.c | 216 static const struct snd_soc_dapm_widget mfld_widgets[] = {
|
/linux-4.4.14/sound/soc/blackfin/ |
D | bfin-eval-adau1701.c | 20 static const struct snd_soc_dapm_widget bfin_eval_adau1701_dapm_widgets[] = {
|
D | bfin-eval-adau1x81.c | 21 static const struct snd_soc_dapm_widget bfin_eval_adau1x81_dapm_widgets[] = {
|
D | bfin-eval-adau1x61.c | 21 static const struct snd_soc_dapm_widget bfin_eval_adau1x61_dapm_widgets[] = {
|
D | bfin-eval-adav80x.c | 20 static const struct snd_soc_dapm_widget bfin_eval_adav80x_dapm_widgets[] = {
|
D | bfin-eval-adau1373.c | 20 static const struct snd_soc_dapm_widget bfin_eval_adau1373_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/cirrus/ |
D | snappercl15.c | 52 static const struct snd_soc_dapm_widget tlv320aic23_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/kirkwood/ |
D | armada-370-db.c | 49 static const struct snd_soc_dapm_widget a370db_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/fsl/ |
D | imx-mc13783.c | 69 static const struct snd_soc_dapm_widget imx_mc13783_widget[] = {
|
D | mx27vis-aic32x4.c | 136 static const struct snd_soc_dapm_widget aic32x4_dapm_widgets[] = {
|
D | wm1133-ev1.c | 146 static const struct snd_soc_dapm_widget wm1133_ev1_widgets[] = {
|
D | imx-es8328.c | 71 static const struct snd_soc_dapm_widget imx_es8328_dapm_widgets[] = {
|
D | imx-sgtl5000.c | 50 static const struct snd_soc_dapm_widget imx_sgtl5000_dapm_widgets[] = {
|
D | imx-wm8962.c | 45 static const struct snd_soc_dapm_widget imx_wm8962_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/sh/ |
D | migor.c | 106 static const struct snd_soc_dapm_widget migor_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/atmel/ |
D | atmel_wm8904.c | 21 static const struct snd_soc_dapm_widget atmel_asoc_wm8904_dapm_widgets[] = {
|
D | sam9x5_wm8731.c | 73 static const struct snd_soc_dapm_widget sam9x5_dapm_widgets[] = {
|
D | sam9g20_wm8731.c | 91 static const struct snd_soc_dapm_widget at91sam9g20ek_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/rockchip/ |
D | rockchip_rt5645.c | 42 static const struct snd_soc_dapm_widget rk_dapm_widgets[] = {
|
D | rockchip_max98090.c | 46 static const struct snd_soc_dapm_widget rk_dapm_widgets[] = {
|
/linux-4.4.14/sound/soc/mediatek/ |
D | mt8173-max98090.c | 36 static const struct snd_soc_dapm_widget mt8173_max98090_widgets[] = {
|
D | mt8173-rt5650-rt5676.c | 27 static const struct snd_soc_dapm_widget mt8173_rt5650_rt5676_widgets[] = {
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | dapm.txt | 157 static int spitz_mic_bias(struct snd_soc_dapm_widget* w, int event) 281 static int corgi_amp_event(struct snd_soc_dapm_widget *w, int event) 288 static const struct snd_soc_dapm_widget wm8731_dapm_widgets =
|
/linux-4.4.14/sound/soc/davinci/ |
D | davinci-evm.c | 87 static const struct snd_soc_dapm_widget aic3x_dapm_widgets[] = {
|