diff --git a/asoc/codecs/wsa883x/wsa883x-tables.c b/asoc/codecs/wsa883x/wsa883x-tables.c index 8cd0032052..c693097d80 100644 --- a/asoc/codecs/wsa883x/wsa883x-tables.c +++ b/asoc/codecs/wsa883x/wsa883x-tables.c @@ -1,13 +1,13 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2015, The Linux Foundation. All rights reserved. + * Copyright (c) 2015, 2020 The Linux Foundation. All rights reserved. */ #include #include #include "wsa883x-registers.h" -const u8 wsa883x_reg_readable[WSA883X_NUM_REGISTERS] = { +const u8 wsa883x_reg_access[WSA883X_NUM_REGISTERS] = { [WSA883X_REG(WSA883X_REF_CTRL)] = RD_WR_REG, [WSA883X_REG(WSA883X_TEST_CTL_0)] = RD_WR_REG, [WSA883X_REG(WSA883X_BIAS_0)] = RD_WR_REG,