ASoC: Constify reg_default tables
Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Peter Rosin <peda@axentia.se> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Esse commit está contido em:
@@ -113,7 +113,7 @@ WM8962_REGULATOR_EVENT(5)
|
||||
WM8962_REGULATOR_EVENT(6)
|
||||
WM8962_REGULATOR_EVENT(7)
|
||||
|
||||
static struct reg_default wm8962_reg[] = {
|
||||
static const struct reg_default wm8962_reg[] = {
|
||||
{ 0, 0x009F }, /* R0 - Left Input volume */
|
||||
{ 1, 0x049F }, /* R1 - Right Input volume */
|
||||
{ 2, 0x0000 }, /* R2 - HPOUTL volume */
|
||||
|
Referência em uma nova issue
Block a user