mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ASoC: da7210: Remove extra registers from defaults list
This patch removes following registers from reg map defaults, - Registers which are currently not used by driver - Non existing registers - Volatile registers Signed-off-by: Ashish Chavan <ashish.chavan@kpitcummins.com> Signed-off-by: David Dajun Chen <dchen@diasemi.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
2b81ec6914
commit
aeb87073f0
1 changed files with 0 additions and 88 deletions
|
@ -631,9 +631,7 @@ struct da7210_priv {
|
|||
};
|
||||
|
||||
static struct reg_default da7210_reg_defaults[] = {
|
||||
{ 0x00, 0x00 },
|
||||
{ 0x01, 0x11 },
|
||||
{ 0x02, 0x00 },
|
||||
{ 0x03, 0x00 },
|
||||
{ 0x04, 0x00 },
|
||||
{ 0x05, 0x00 },
|
||||
|
@ -676,92 +674,6 @@ static struct reg_default da7210_reg_defaults[] = {
|
|||
{ 0x2a, 0x00 },
|
||||
{ 0x2b, 0x30 },
|
||||
{ 0x2c, 0x2A },
|
||||
{ 0x2d, 0x00 },
|
||||
{ 0x2e, 0x40 },
|
||||
{ 0x2f, 0x00 },
|
||||
{ 0x30, 0x40 },
|
||||
{ 0x31, 0x00 },
|
||||
{ 0x32, 0x40 },
|
||||
{ 0x33, 0x00 },
|
||||
{ 0x34, 0x40 },
|
||||
{ 0x35, 0x00 },
|
||||
{ 0x36, 0x40 },
|
||||
{ 0x37, 0x00 },
|
||||
{ 0x38, 0x40 },
|
||||
{ 0x39, 0x00 },
|
||||
{ 0x3a, 0x40 },
|
||||
{ 0x3b, 0x00 },
|
||||
{ 0x3c, 0x40 },
|
||||
{ 0x3d, 0x00 },
|
||||
{ 0x3e, 0x00 },
|
||||
{ 0x3f, 0x00 },
|
||||
{ 0x40, 0x00 },
|
||||
{ 0x41, 0x00 },
|
||||
{ 0x42, 0x00 },
|
||||
{ 0x43, 0x00 },
|
||||
{ 0x44, 0x00 },
|
||||
{ 0x45, 0x00 },
|
||||
{ 0x46, 0x00 },
|
||||
{ 0x47, 0x00 },
|
||||
{ 0x48, 0x00 },
|
||||
{ 0x49, 0x00 },
|
||||
{ 0x4a, 0x00 },
|
||||
{ 0x4b, 0x00 },
|
||||
{ 0x4c, 0x00 },
|
||||
{ 0x4d, 0x00 },
|
||||
{ 0x4e, 0x00 },
|
||||
{ 0x4f, 0x00 },
|
||||
{ 0x50, 0x00 },
|
||||
{ 0x51, 0x00 },
|
||||
{ 0x52, 0x00 },
|
||||
{ 0x53, 0x00 },
|
||||
{ 0x54, 0x00 },
|
||||
{ 0x55, 0x00 },
|
||||
{ 0x56, 0x00 },
|
||||
{ 0x57, 0x00 },
|
||||
{ 0x58, 0x00 },
|
||||
{ 0x59, 0x00 },
|
||||
{ 0x5a, 0x00 },
|
||||
{ 0x5b, 0x00 },
|
||||
{ 0x5c, 0x00 },
|
||||
{ 0x5d, 0x00 },
|
||||
{ 0x5e, 0x00 },
|
||||
{ 0x5f, 0x00 },
|
||||
{ 0x60, 0x00 },
|
||||
{ 0x61, 0x00 },
|
||||
{ 0x62, 0x00 },
|
||||
{ 0x63, 0x00 },
|
||||
{ 0x64, 0x00 },
|
||||
{ 0x65, 0x00 },
|
||||
{ 0x66, 0x00 },
|
||||
{ 0x67, 0x00 },
|
||||
{ 0x68, 0x00 },
|
||||
{ 0x69, 0x00 },
|
||||
{ 0x6a, 0x00 },
|
||||
{ 0x6b, 0x00 },
|
||||
{ 0x6c, 0x00 },
|
||||
{ 0x6d, 0x00 },
|
||||
{ 0x6e, 0x00 },
|
||||
{ 0x6f, 0x00 },
|
||||
{ 0x70, 0x00 },
|
||||
{ 0x71, 0x00 },
|
||||
{ 0x72, 0x00 },
|
||||
{ 0x73, 0x00 },
|
||||
{ 0x74, 0x00 },
|
||||
{ 0x75, 0x00 },
|
||||
{ 0x76, 0x00 },
|
||||
{ 0x77, 0x00 },
|
||||
{ 0x78, 0x00 },
|
||||
{ 0x79, 0x00 },
|
||||
{ 0x7a, 0x00 },
|
||||
{ 0x7b, 0x00 },
|
||||
{ 0x7c, 0x00 },
|
||||
{ 0x7d, 0x54 },
|
||||
{ 0x7e, 0x54 },
|
||||
{ 0x7f, 0x00 },
|
||||
{ 0x80, 0x00 },
|
||||
{ 0x81, 0x00 },
|
||||
{ 0x82, 0x2c },
|
||||
{ 0x83, 0x00 },
|
||||
{ 0x84, 0x00 },
|
||||
{ 0x85, 0x00 },
|
||||
|
|
Loading…
Reference in a new issue