projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6afda7f
)
ASoC: davinci-mcasp: Fix compilation error
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 6 Mar 2015 07:07:32 +0000
(09:07 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 6 Mar 2015 10:30:15 +0000
(10:30 +0000)
Introduced by commit:
6afda7f50754
ASoC: davinci-mcasp: Allow complete shutdown of McASP when not in use
I'm really sorry for this...
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/davinci/davinci-mcasp.c
patch
|
blob
|
history
diff --git
a/sound/soc/davinci/davinci-mcasp.c
b/sound/soc/davinci/davinci-mcasp.c
index 33cea0728cd26e47864ac711349100dfc0ef3c5b..d40b392b3da2d80b1215bd2ab564f5dab3c4da8f 100644
(file)
--- a/
sound/soc/davinci/davinci-mcasp.c
+++ b/
sound/soc/davinci/davinci-mcasp.c
@@
-1058,7
+1058,7
@@
static int davinci_mcasp_suspend(struct snd_soc_dai *dai)
u32 reg;
int i;
- context->pm_state = pm_runtime_enabled(mcasp->dev)
+ context->pm_state = pm_runtime_enabled(mcasp->dev)
;
if (!context->pm_state)
pm_runtime_get_sync(mcasp->dev);