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>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include <sound/wm9081.h>
|
||||
#include "wm9081.h"
|
||||
|
||||
static struct reg_default wm9081_reg[] = {
|
||||
static const struct reg_default wm9081_reg[] = {
|
||||
{ 2, 0x00B9 }, /* R2 - Analogue Lineout */
|
||||
{ 3, 0x00B9 }, /* R3 - Analogue Speaker PGA */
|
||||
{ 4, 0x0001 }, /* R4 - VMID Control */
|
||||
|
Reference in New Issue
Block a user