commit | 6fe17da00ba7046db2d3a952a930e127dcd7f06e | [log] [tgz] |
---|---|---|
author | Oder Chiou <oder_chiou@realtek.com> | Tue Nov 25 09:51:41 2014 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Nov 25 12:30:37 2014 +0000 |
tree | 277a3b19cccf366eae4185bd3f8c39d2be8bbaae | |
parent | 683996cb2255373c2055e7b69584ac153eb49f42 [diff] |
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>