aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorBrian Austin <brian.austin@cirrus.com>2012-05-09 12:14:03 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-09 18:19:42 +0100
commit222ec4eb2c19aaa18bd3515c845c4aeeb1b86d03 (patch)
tree1cee301691407d9341dc5b3c3262b7744272e131 /sound/soc
parentASoC: cs42l73: Convert to module_i2c_driver() (diff)
downloadlinux-dev-222ec4eb2c19aaa18bd3515c845c4aeeb1b86d03.tar.xz
linux-dev-222ec4eb2c19aaa18bd3515c845c4aeeb1b86d03.zip
ASoC: cs42l73: Remove Chip ID's from reg_default
We need to read the real register values Signed-off-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/cs42l73.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c
index 2c23d05452a0..0d7debe5af0e 100644
--- a/sound/soc/codecs/cs42l73.c
+++ b/sound/soc/codecs/cs42l73.c
@@ -43,9 +43,6 @@ struct cs42l73_private {
};
static const struct reg_default cs42l73_reg_defaults[] = {
- { 1, 0x42 }, /* r01 - Device ID A&B */
- { 2, 0xA7 }, /* r02 - Device ID C&D */
- { 3, 0x30 }, /* r03 - Device ID E */
{ 6, 0xF1 }, /* r06 - Power Ctl 1 */
{ 7, 0xDF }, /* r07 - Power Ctl 2 */
{ 8, 0x3F }, /* r08 - Power Ctl 3 */