diff options
author | Misael Lopez Cruz <misael.lopez@ti.com> | 2011-07-29 05:40:50 -0500 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2011-07-29 15:20:30 -0700 |
commit | 42fe5ffe2507ab7c9283d704ce21d0911e32667c (patch) | |
tree | 32c8df2c7b9d232dcd8963581fe3ac57a3da2039 | |
parent | bbdfc12da28c8df052e5e94ca0efbdf6cefb2199 (diff) | |
download | kernel_samsung_tuna-42fe5ffe2507ab7c9283d704ce21d0911e32667c.zip kernel_samsung_tuna-42fe5ffe2507ab7c9283d704ce21d0911e32667c.tar.gz kernel_samsung_tuna-42fe5ffe2507ab7c9283d704ce21d0911e32667c.tar.bz2 |
ASoC: sdp4430: Ignore suspend for legacy DAI links
Allow ignore suspend for legacy DAI links in order to prevent
legacy links to interfere with modem voice call usecase where
TWL6040 is expected to remain on.
Change-Id: I241ae34d7a17755e0db645b9b9e32586ed4dd935
Signed-off-by: Francois Mazard <f-mazard@ti.com>
Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r-- | sound/soc/omap/sdp4430.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c index b84399a..f9cc8cd 100644 --- a/sound/soc/omap/sdp4430.c +++ b/sound/soc/omap/sdp4430.c @@ -580,6 +580,7 @@ static struct snd_soc_dai_link sdp4430_dai[] = { .no_codec = 1, /* TODO: have a dummy CODEC */ .ops = &sdp4430_mcbsp_ops, + .ignore_suspend = 1, }, { .name = "Legacy McPDM", @@ -594,6 +595,7 @@ static struct snd_soc_dai_link sdp4430_dai[] = { .codec_name = "twl6040-codec", .ops = &sdp4430_mcpdm_ops, + .ignore_suspend = 1, }, /* |