2 Oct
2015
2 Oct
'15
7:30 a.m.
The struct rt286_index_def was used by the cache function, so it cannot be declared as const.
Signed-off-by: Oder Chiou oder_chiou@realtek.com --- sound/soc/codecs/rt286.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index 1fbdb4f..79107dc 100644 --- a/sound/soc/codecs/rt286.c +++ b/sound/soc/codecs/rt286.c @@ -49,7 +49,7 @@ struct rt286_priv { int clk_id; };
-static const struct reg_default rt286_index_def[] = { +static struct reg_default rt286_index_def[] = { { 0x01, 0xaaaa }, { 0x02, 0x8aaa }, { 0x03, 0x0002 },
--
1.8.1.1.439.g50a6b54