projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0b074
)
ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
author
Eric Miao
<eric.y.miao@gmail.com>
Mon, 1 Nov 2010 21:10:07 +0000
(
05:10
+0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 2 Nov 2010 13:20:45 +0000
(09:20 -0400)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/pxa/tosa.c
patch
|
blob
|
history
diff --git
a/sound/soc/pxa/tosa.c
b/sound/soc/pxa/tosa.c
index
a3bfb2e
..
73d0edd
100644
(file)
--- a/
sound/soc/pxa/tosa.c
+++ b/
sound/soc/pxa/tosa.c
@@
-79,7
+79,7
@@
static void tosa_ext_control(struct snd_soc_codec *codec)
static int tosa_startup(struct snd_pcm_substream *substream)
{
struct snd_soc_pcm_runtime *rtd = substream->private_data;
- struct snd_soc_codec *codec = rtd->c
ard->c
odec;
+ struct snd_soc_codec *codec = rtd->codec;
/* check the jack status at stream startup */
tosa_ext_control(codec);