diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-04 22:22:02 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-04 22:22:01 -0700 |
| commit | 68afff6f342e10c5bd0f7553e88718ca6a63fe47 (patch) | |
| tree | fb3c940b9b8279149bf45e4390f6b435d453ed47 | |
| parent | 8e9e0fd78090588a97aa3617950b70bdf49b3642 (diff) | |
| parent | a8a95cafb37cab2d6a181f3e0bbca4beb7561e9a (diff) | |
Merge "ASoC: msmcobalt: Update ignore suspend for MAD_CPE out widgets"
| -rw-r--r-- | sound/soc/msm/msmcobalt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/msm/msmcobalt.c b/sound/soc/msm/msmcobalt.c index abe944b45395..c295c26a6fd7 100644 --- a/sound/soc/msm/msmcobalt.c +++ b/sound/soc/msm/msmcobalt.c @@ -3253,6 +3253,8 @@ static int msm_audrx_init(struct snd_soc_pcm_runtime *rtd) snd_soc_dapm_ignore_suspend(dapm, "Analog Mic6"); snd_soc_dapm_ignore_suspend(dapm, "MADINPUT"); snd_soc_dapm_ignore_suspend(dapm, "MAD_CPE_INPUT"); + snd_soc_dapm_ignore_suspend(dapm, "MAD_CPE_OUT1"); + snd_soc_dapm_ignore_suspend(dapm, "MAD_CPE_OUT2"); snd_soc_dapm_ignore_suspend(dapm, "EAR"); snd_soc_dapm_ignore_suspend(dapm, "LINEOUT1"); snd_soc_dapm_ignore_suspend(dapm, "LINEOUT2"); |
