Searched refs:wname (Results 1 – 3 of 3) sorted by relevance
/sound/soc/codecs/ |
D | wm_adsp.h | 66 #define WM_ADSP1(wname, num) \ argument 67 SND_SOC_DAPM_PGA_E(wname, SND_SOC_NOPM, num, 0, NULL, 0, \ 70 #define WM_ADSP2(wname, num) \ argument 71 { .id = snd_soc_dapm_dai_link, .name = wname " Preloader", \ 74 { .id = snd_soc_dapm_out_drv, .name = wname, \
|
D | 88pm860x-codec.c | 123 #define PM860X_DAPM_OUTPUT(wname, wevent) \ argument 124 SND_SOC_DAPM_PGA_E(wname, SND_SOC_NOPM, 0, 0, NULL, 0, wevent, \
|
/sound/soc/ |
D | soc-core.c | 4481 const char *template, *wname; in snd_soc_of_parse_audio_simple_widgets() local 4538 &wname); in snd_soc_of_parse_audio_simple_widgets() 4546 widgets[i].name = wname; in snd_soc_of_parse_audio_simple_widgets()
|