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:
43b9563
)
ASoC: mfld_machine: Fix compile error
author
Lars-Peter Clausen
<
[email protected]
>
Fri, 21 Mar 2014 19:23:51 +0000
(20:23 +0100)
committer
Mark Brown
<
[email protected]
>
Fri, 21 Mar 2014 19:33:36 +0000
(19:33 +0000)
Fixes: 115f3f8 ("ASoC: mfld_machine: Convert to table based DAPM and control setup")
Reported-by: kbuild test robot <
[email protected]
>
Signed-off-by: Lars-Peter Clausen <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/intel/mfld_machine.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/mfld_machine.c
b/sound/soc/intel/mfld_machine.c
index 461694263c46b2f1383fb2b96c534c9814bf1e0e..031d78783fc8cb8c824f961947c640685f7f95fb 100644
(file)
--- a/
sound/soc/intel/mfld_machine.c
+++ b/
sound/soc/intel/mfld_machine.c
@@
-254,7
+254,7
@@
static int mfld_init(struct snd_soc_pcm_runtime *runtime)
snd_soc_dapm_disable_pin(dapm, "LINEINR");
/* Headset and button jack detection */
- ret_val = snd_soc_jack_new(codec, "Intel(R) MID Audio Jack",
+ ret_val = snd_soc_jack_new(
mfld_
codec, "Intel(R) MID Audio Jack",
SND_JACK_HEADSET | SND_JACK_BTN_0 |
SND_JACK_BTN_1, &mfld_jack);
if (ret_val) {