Searched refs:snd_soc_dapm_ignore_suspend (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/sound/soc/samsung/ |
D | speyside.c | 178 snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone"); in speyside_late_probe() 179 snd_soc_dapm_ignore_suspend(&card->dapm, "Headset Mic"); in speyside_late_probe() 180 snd_soc_dapm_ignore_suspend(&card->dapm, "Main AMIC"); in speyside_late_probe() 181 snd_soc_dapm_ignore_suspend(&card->dapm, "Main DMIC"); in speyside_late_probe() 182 snd_soc_dapm_ignore_suspend(&card->dapm, "Main Speaker"); in speyside_late_probe() 183 snd_soc_dapm_ignore_suspend(&card->dapm, "WM1250 Output"); in speyside_late_probe() 184 snd_soc_dapm_ignore_suspend(&card->dapm, "WM1250 Input"); in speyside_late_probe()
|
D | neo1973_wm8753.c | 264 snd_soc_dapm_ignore_suspend(&card->dapm, "GSM Line Out"); in neo1973_wm8753_init() 265 snd_soc_dapm_ignore_suspend(&card->dapm, "GSM Line In"); in neo1973_wm8753_init() 266 snd_soc_dapm_ignore_suspend(&card->dapm, "Headset Mic"); in neo1973_wm8753_init() 267 snd_soc_dapm_ignore_suspend(&card->dapm, "Handset Mic"); in neo1973_wm8753_init() 268 snd_soc_dapm_ignore_suspend(&card->dapm, "Stereo Out"); in neo1973_wm8753_init() 269 snd_soc_dapm_ignore_suspend(&card->dapm, "Handset Spk"); in neo1973_wm8753_init()
|
/Linux-v4.19/sound/soc/intel/boards/ |
D | byt-rt5640.c | 173 snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone"); in byt_rt5640_init() 174 snd_soc_dapm_ignore_suspend(&card->dapm, "Speaker"); in byt_rt5640_init()
|
D | skl_rt286.c | 126 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in skylake_rt286_fe_init() 146 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in skylake_rt286_codec_init()
|
D | bxt_rt298.c | 166 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in broxton_rt298_fe_init() 186 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in broxton_rt298_codec_init()
|
D | bxt_da7219_max98357a.c | 197 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in broxton_da7219_codec_init() 226 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in broxton_da7219_fe_init()
|
D | kbl_da7219_max98357a.c | 197 ret = snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in kabylake_da7219_codec_init() 243 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in kabylake_da7219_fe_init()
|
D | skl_nau88l25_max98357a.c | 185 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in skylake_nau8825_codec_init() 250 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in skylake_nau8825_fe_init()
|
D | skl_nau88l25_ssm4567.c | 215 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in skylake_nau8825_codec_init() 281 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in skylake_nau8825_fe_init()
|
D | kbl_rt5663_rt5514_max98927.c | 170 ret = snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in kabylake_rt5663_fe_init() 205 ret = snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "DMIC"); in kabylake_rt5663_codec_init()
|
D | bytcr_rt5651.c | 555 snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone"); in byt_rt5651_init() 556 snd_soc_dapm_ignore_suspend(&card->dapm, "Speaker"); in byt_rt5651_init()
|
D | kbl_rt5663_max98927.c | 267 ret = snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in kabylake_rt5663_fe_init() 315 ret = snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in kabylake_rt5663_max98927_codec_init()
|
D | bytcr_rt5640.c | 854 snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone"); in byt_rt5640_init() 855 snd_soc_dapm_ignore_suspend(&card->dapm, "Speaker"); in byt_rt5640_init()
|
D | glk_rt5682_max98357a.c | 261 ret = snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in geminilake_rt5682_fe_init()
|
/Linux-v4.19/include/sound/ |
D | soc-dapm.h | 466 int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm,
|
/Linux-v4.19/sound/soc/ |
D | soc-dapm.c | 4480 int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm, in snd_soc_dapm_ignore_suspend() function 4494 EXPORT_SYMBOL_GPL(snd_soc_dapm_ignore_suspend);
|