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:
Axel Lin
2015-07-05 17:48:29 +08:00
committed by Mark Brown
parent d770e558e2
commit c418a84a8c
20 changed files with 24 additions and 24 deletions

View File

@@ -38,7 +38,7 @@
#include "tas2552.h"
static struct reg_default tas2552_reg_defs[] = {
static const struct reg_default tas2552_reg_defs[] = {
{TAS2552_CFG_1, 0x22},
{TAS2552_CFG_3, 0x80},
{TAS2552_DOUT, 0x00},