diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2014-11-25 04:51:41 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-25 15:30:37 +0300 |
commit | 6fe17da00ba7046db2d3a952a930e127dcd7f06e (patch) | |
tree | 277a3b19cccf366eae4185bd3f8c39d2be8bbaae /sound/soc/codecs/rt5677.h | |
parent | 683996cb2255373c2055e7b69584ac153eb49f42 (diff) | |
download | linux-6fe17da00ba7046db2d3a952a930e127dcd7f06e.tar.xz |
ASoC: rt5677: Fix the issue that the regmap_range "rt5677_ranges" cannot be accessed
After the patch "ASoC: rt5677: Use specific r/w function for DSP mode", the
regmap_range "rt5677_ranges" was not registered in rt5677_regmap_physical, and
it caused that the regmap_range "rt5677_ranges" cannot be accessed by the
specific r/w function. The patch fixes this issue.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5677.h')
-rw-r--r-- | sound/soc/codecs/rt5677.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h index a02f64c23596..dbd9ffde50dc 100644 --- a/sound/soc/codecs/rt5677.h +++ b/sound/soc/codecs/rt5677.h @@ -1670,7 +1670,7 @@ struct rt5677_priv { struct rt5677_platform_data pdata; struct regmap *regmap, *regmap_physical; const struct firmware *fw1, *fw2; - struct mutex dsp_cmd_lock; + struct mutex dsp_cmd_lock, dsp_pri_lock; int sysclk; int sysclk_src; |