diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-07 06:25:13 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-07 06:25:13 -0800 |
| commit | c5b24f32217ab4a057f78be6ed7f311b8a49f023 (patch) | |
| tree | fa59bac0cef53f3ad4ce311df1c230c7da357d60 | |
| parent | d7cded90e8e8c17667d8ff934312795d5d6f10d2 (diff) | |
| parent | 3ef1c4591b922cc5d7d8f56729112c6850595ca0 (diff) | |
Merge "ASoC: wcd934x: mark AIF4 MAD TX as ignore suspend"
| -rw-r--r-- | sound/soc/codecs/wcd934x/wcd934x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wcd934x/wcd934x.c b/sound/soc/codecs/wcd934x/wcd934x.c index 4fe9e2d50f7a..192d9291a8f3 100644 --- a/sound/soc/codecs/wcd934x/wcd934x.c +++ b/sound/soc/codecs/wcd934x/wcd934x.c @@ -9319,6 +9319,7 @@ static int tavil_soc_codec_probe(struct snd_soc_codec *codec) snd_soc_dapm_ignore_suspend(dapm, "AIF3 Playback"); snd_soc_dapm_ignore_suspend(dapm, "AIF3 Capture"); snd_soc_dapm_ignore_suspend(dapm, "AIF4 Playback"); + snd_soc_dapm_ignore_suspend(dapm, "AIF4 MAD TX"); snd_soc_dapm_ignore_suspend(dapm, "VIfeed"); snd_soc_dapm_sync(dapm); |
