26 Aug
2011
26 Aug
'11
3:33 p.m.
We have dapm_context instead of codec parameter.
Signed-off-by: Peter Ujfalusi peter.ujfalusi@ti.com --- Hello Mark, Liam,
Bumped to this while adding the snd_soc_dapm_attach_dai_supply. It must have been overlooked, when the API changed.
Peter
sound/soc/soc-dapm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 8839202..5072b3b 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -2763,7 +2763,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dapm_ignore_suspend);
/** * snd_soc_dapm_free - free dapm resources - * @card: SoC device + * @dapm: DAPM context * * Free all dapm widgets and resources. */
--
1.7.6.1