Searched refs:snd_soc_dapm_ignore_suspend (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/sound/soc/samsung/ |
H A D | speyside.c | 175 snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone"); in speyside_late_probe() 176 snd_soc_dapm_ignore_suspend(&card->dapm, "Headset Mic"); in speyside_late_probe() 177 snd_soc_dapm_ignore_suspend(&card->dapm, "Main AMIC"); in speyside_late_probe() 178 snd_soc_dapm_ignore_suspend(&card->dapm, "Main DMIC"); in speyside_late_probe() 179 snd_soc_dapm_ignore_suspend(&card->dapm, "Main Speaker"); in speyside_late_probe() 180 snd_soc_dapm_ignore_suspend(&card->dapm, "WM1250 Output"); in speyside_late_probe() 181 snd_soc_dapm_ignore_suspend(&card->dapm, "WM1250 Input"); in speyside_late_probe()
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | skl_rt286.c | 118 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in skylake_rt286_fe_init() 138 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in skylake_rt286_codec_init()
|
H A D | bxt_rt298.c | 161 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in broxton_rt298_fe_init() 181 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in broxton_rt298_codec_init()
|
H A D | kbl_da7219_max98357a.c | 218 ret = snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in kabylake_da7219_codec_init() 264 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in kabylake_da7219_fe_init()
|
H A D | skl_nau88l25_max98357a.c | 189 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in skylake_nau8825_codec_init() 254 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in skylake_nau8825_fe_init()
|
H A D | skl_nau88l25_ssm4567.c | 208 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in skylake_nau8825_codec_init() 274 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in skylake_nau8825_fe_init()
|
H A D | bxt_da7219_max98357a.c | 270 snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in broxton_da7219_codec_init() 299 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in broxton_da7219_fe_init()
|
H A D | kbl_rt5663_rt5514_max98927.c | 224 ret = snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in kabylake_rt5663_fe_init() 261 ret = snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "DMIC"); in kabylake_rt5663_codec_init()
|
H A D | kbl_rt5663_max98927.c | 265 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()
|
H A D | kbl_da7219_max98927.c | 399 ret = snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in kabylake_dmic_init() 445 snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in kabylake_da7219_fe_init()
|
H A D | glk_rt5682_max98357a.c | 261 ret = snd_soc_dapm_ignore_suspend(dapm, "Reference Capture"); in geminilake_rt5682_fe_init()
|
/openbmc/linux/include/sound/ |
H A D | soc-dapm.h | 515 int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm, const char *pin);
|
/openbmc/linux/sound/soc/ |
H A D | soc-dapm.c | 4787 int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm, in snd_soc_dapm_ignore_suspend() function 4801 EXPORT_SYMBOL_GPL(snd_soc_dapm_ignore_suspend);
|