diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-02-24 11:55:49 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-24 15:46:26 +0100 |
commit | b1dd5897f53647390a7622795541bc89f8a84fe2 (patch) | |
tree | 2590c79637a2f949cebaac64f24a2358af3e9d24 /sound/soc/imx | |
parent | ASoC: wm8962: Convert interrupt handler to direct regmap usage (diff) | |
download | linux-b1dd5897f53647390a7622795541bc89f8a84fe2.tar.xz linux-b1dd5897f53647390a7622795541bc89f8a84fe2.zip |
ASoC: core: Don't overwrite .poweroff in snd_soc_pm_ops
SET_SYSTEM_SLEEP_PM_OPS writes .poweroff = *_resume once. Then we overwrite it
again explicitly as .poweroff = snd_soc_poweroff. Even though it works, as the
second one overwrites the first one, this is not the correct way. Fix this by
expanding SET_SYSTEM_SLEEP_PM_OPS in our structure.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/imx')
0 files changed, 0 insertions, 0 deletions