Searched refs:snd_soc_dapm_ignore_suspend (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/sound/soc/samsung/ |
D | speyside.c | 170 snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone"); in speyside_late_probe() 171 snd_soc_dapm_ignore_suspend(&card->dapm, "Headset Mic"); in speyside_late_probe() 172 snd_soc_dapm_ignore_suspend(&card->dapm, "Main AMIC"); in speyside_late_probe() 173 snd_soc_dapm_ignore_suspend(&card->dapm, "Main DMIC"); in speyside_late_probe() 174 snd_soc_dapm_ignore_suspend(&card->dapm, "Main Speaker"); in speyside_late_probe() 175 snd_soc_dapm_ignore_suspend(&card->dapm, "WM1250 Output"); in speyside_late_probe() 176 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-4.1.27/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()
|
/linux-4.1.27/include/sound/ |
D | soc-dapm.h | 433 int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm,
|
/linux-4.1.27/sound/soc/ |
D | soc-dapm.c | 3952 int snd_soc_dapm_ignore_suspend(struct snd_soc_dapm_context *dapm, in snd_soc_dapm_ignore_suspend() function 3966 EXPORT_SYMBOL_GPL(snd_soc_dapm_ignore_suspend);
|