]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rt5677: Fix the issue that the regmap_range "rt5677_ranges" cannot be accessed
authorOder Chiou <oder_chiou@realtek.com>
Tue, 25 Nov 2014 01:51:41 +0000 (09:51 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 25 Nov 2014 12:30:37 +0000 (12:30 +0000)
commite37187bea867b1803d489768e8e6721f773cb568
tree277a3b19cccf366eae4185bd3f8c39d2be8bbaae
parent9c2ce3f66dbd095aa353cef50f56a181eaad746d
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>
sound/soc/codecs/rt5677.c
sound/soc/codecs/rt5677.h