ASoC: codecs: wsa883x: update wsa883x_reg_readable
Update wsa883x_reg_readable variable name to wsa883x_reg_access. Change-Id: Icab949163f32fda7c5f6caf0dfe4641eb100a539 Signed-off-by: Vignesh Kulothungan <vigneshk@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
923be76f78
commit
050dd0ef56
@@ -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 <linux/regmap.h>
|
||||
#include <linux/device.h>
|
||||
#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,
|
||||
|
Reference in New Issue
Block a user