/linux/include/sound/ |
H A D | soc-dapm.h | 44 #define SND_SOC_DAPM_VMID(wname) \ argument 46 .id = snd_soc_dapm_vmid, .name = wname, .kcontrol_news = NULL, \ 50 #define SND_SOC_DAPM_SIGGEN(wname) \ argument 52 .id = snd_soc_dapm_siggen, .name = wname, .kcontrol_news = NULL, \ 54 #define SND_SOC_DAPM_SINK(wname) \ argument 56 .id = snd_soc_dapm_sink, .name = wname, .kcontrol_news = NULL, \ 58 #define SND_SOC_DAPM_INPUT(wname) \ argument 60 .id = snd_soc_dapm_input, .name = wname, .kcontrol_news = NULL, \ 62 #define SND_SOC_DAPM_OUTPUT(wname) \ argument 64 .id = snd_soc_dapm_output, .name = wname, .kcontrol_news = NULL, \ [all …]
|
/linux/sound/soc/codecs/ |
H A D | wm_adsp.h | 58 #define WM_ADSP1(wname, num) \ argument 59 SND_SOC_DAPM_PGA_E(wname, SND_SOC_NOPM, num, 0, NULL, 0, \ 62 #define WM_ADSP2_PRELOAD_SWITCH(wname, num) \ argument 63 SOC_SINGLE_EXT(wname " Preload Switch", SND_SOC_NOPM, num, 1, 0, \ 66 #define WM_ADSP2(wname, num, event_fn) \ argument 67 SND_SOC_DAPM_SPK(wname " Preload", NULL), \ 68 { .id = snd_soc_dapm_supply, .name = wname " Preloader", \ 72 { .id = snd_soc_dapm_out_drv, .name = wname, \
|
H A D | cx2072x.c | 1147 #define CX2072X_DAPM_SUPPLY_S(wname, wsubseq, wreg, wshift, wmask, won_val, \ argument 1149 {.id = snd_soc_dapm_supply, .name = wname, .kcontrol_news = NULL, \ 1154 #define CX2072X_DAPM_SWITCH(wname, wreg, wshift, wmask, won_val, woff_val, \ argument 1156 {.id = snd_soc_dapm_switch, .name = wname, .kcontrol_news = NULL, \ 1161 #define CX2072X_DAPM_SWITCH(wname, wreg, wshift, wmask, won_val, woff_val, \ argument 1163 {.id = snd_soc_dapm_switch, .name = wname, .kcontrol_news = NULL, \ 1168 #define CX2072X_DAPM_REG_E(wid, wname, wreg, wshift, wmask, won_val, woff_val, \ argument 1170 {.id = wid, .name = wname, .kcontrol_news = NULL, .num_kcontrols = 0, \
|
H A D | 88pm860x-codec.c | 120 #define PM860X_DAPM_OUTPUT(wname, wevent) \ argument 121 SND_SOC_DAPM_PGA_E(wname, SND_SOC_NOPM, 0, 0, NULL, 0, wevent, \
|
H A D | wcd934x.c | 4817 char *wname; in wcd934x_codec_enable_dmic() local 4819 wname = strpbrk(w->name, "012345"); in wcd934x_codec_enable_dmic() 4820 if (!wname) { in wcd934x_codec_enable_dmic() 4825 ret = kstrtouint(wname, 10, &dmic); in wcd934x_codec_enable_dmic() 4984 char *wname __free(kfree) = kstrndup(w->name, 15, GFP_KERNEL); in wcd934x_codec_enable_dec() 4985 if (!wname) in wcd934x_codec_enable_dec() 4988 widget_name = wname; in wcd934x_codec_enable_dec() 5007 __func__, wname); in wcd934x_codec_enable_dec()
|
H A D | hdac_hdmi.c | 687 void *priv, const char *wname, const char *stream, in hdac_hdmi_fill_widget_info() argument 693 w->name = devm_kstrdup(dev, wname, GFP_KERNEL); in hdac_hdmi_fill_widget_info()
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | widgets.txt | 7 "template-wname", "user-supplied-wname" 9 The "template-wname" being the template widget name and currently includes: 12 The "user-supplied-wname" being the user specified widget name.
|
/linux/sound/soc/intel/atom/ |
H A D | sst-atom-controls.h | 588 #define SST_AIF_IN(wname, wevent) \ argument 589 { .id = snd_soc_dapm_aif_in, .name = wname, .sname = NULL, \ 596 #define SST_AIF_OUT(wname, wevent) \ argument 597 { .id = snd_soc_dapm_aif_out, .name = wname, .sname = NULL, \ 604 #define SST_INPUT(wname, wevent) \ argument 605 { .id = snd_soc_dapm_input, .name = wname, .sname = NULL, \ 612 #define SST_OUTPUT(wname, wevent) \ argument 613 { .id = snd_soc_dapm_output, .name = wname, .sname = NULL, \ 620 #define SST_DAPM_OUTPUT(wname, wloc_id, wtask_id, wformat, wevent) \ argument 621 { .id = snd_soc_dapm_output, .name = wname, .sname = NULL, \ [all …]
|
/linux/include/trace/events/ |
H A D | asoc.h | 174 __string( wname, widget->name ) 183 __assign_str(wname); 194 __get_str(wname), DAPM_ARROW(__entry->path_dir),
|
/linux/drivers/staging/greybus/ |
H A D | audio_codec.h | 86 char *wname; member
|
H A D | audio_topology.c | 99 if (!strncmp(control->wname, name, NAME_SIZE)) in gbaudio_map_wcontrolname() 1060 control->wname = w->name; in gbaudio_tplg_create_widget()
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_sched.c | 712 #define group_queue_work(group, wname) \ argument 715 if (!queue_work((group)->ptdev->scheduler->wq, &(group)->wname ## _work)) \ 726 #define sched_queue_work(sched, wname) \ argument 730 queue_work((sched)->wq, &(sched)->wname ## _work); \ 742 #define sched_queue_delayed_work(sched, wname, delay) \ argument 746 mod_delayed_work((sched)->wq, &(sched)->wname ## _work, delay); \
|
/linux/sound/soc/ |
H A D | soc-core.c | 2962 const char *template, *wname; in snd_soc_of_parse_audio_simple_widgets() local 3019 &wname); in snd_soc_of_parse_audio_simple_widgets() 3027 widgets[i].name = wname; in snd_soc_of_parse_audio_simple_widgets()
|
H A D | soc-dapm.c | 2791 const char *wname = widget->name; in snd_soc_dapm_widget_name_cmp() local 2794 wname += strlen(component->name_prefix) + 1; /* plus space */ in snd_soc_dapm_widget_name_cmp() 2796 return strcmp(wname, s); in snd_soc_dapm_widget_name_cmp()
|