Prechádzať zdrojové kódy

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 <[email protected]>
Vignesh Kulothungan 5 rokov pred
rodič
commit
050dd0ef56
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      asoc/codecs/wsa883x/wsa883x-tables.c

+ 2 - 2
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 <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,