ASoC: codecs: Remove unused reg_cache fields from device structs
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 28 Dec 2010 20:37:55 +0000 (21:37 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 28 Dec 2010 23:37:21 +0000 (23:37 +0000)
The multi-component patch(commit f0fba2ad1) moved the allocation of the
register cache from the driver to the ASoC core. Most drivers where adjusted to
this, but there are quite a few drivers left which now have an unused reg_cache field in
their private device struct.
This patch removes these unused fields.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
22 files changed:
sound/soc/codecs/88pm860x-codec.c
sound/soc/codecs/ad193x.c
sound/soc/codecs/ak4671.c
sound/soc/codecs/cs4270.c
sound/soc/codecs/cs42l51.c
sound/soc/codecs/cx20442.c
sound/soc/codecs/tlv320aic26.c
sound/soc/codecs/uda1380.c
sound/soc/codecs/wm8580.c
sound/soc/codecs/wm8711.c
sound/soc/codecs/wm8731.c
sound/soc/codecs/wm8750.c
sound/soc/codecs/wm8900.c
sound/soc/codecs/wm8903.c
sound/soc/codecs/wm8940.c
sound/soc/codecs/wm8960.c
sound/soc/codecs/wm8961.c
sound/soc/codecs/wm8974.c
sound/soc/codecs/wm8978.c
sound/soc/codecs/wm8988.c
sound/soc/codecs/wm8993.c
sound/soc/codecs/wm9081.c

index 3e798a12ee3d26fa86895bb9b98c184aba08a9c5..5da8207a696185fdb2e2920228993cfcd5c9b66d 100644 (file)
@@ -146,7 +146,6 @@ struct pm860x_priv {
 
        int                     irq[4];
        unsigned char           name[4][MAX_NAME_LEN];
-       unsigned char           reg_cache[REG_CACHE_SIZE];
 };
 
 /* -9450dB to 0dB in 150dB steps ( mute instead of -9450dB) */
index a007bd7326fddb6e50b14e067ea5f41d00ca84d5..da46479bfcfaf00f36b77bab83ab13ebe230139b 100644 (file)
@@ -23,7 +23,6 @@
 
 /* codec private data */
 struct ad193x_priv {
-       u8 reg_cache[AD193X_NUM_REGS];
        enum snd_soc_control_type bus_type;
        void *control_data;
        int sysclk;
index 4faf10553a30186b30037c675a00c42455aed5a3..2ec75abfa3e9759036da009301d933a3c1ae7797 100644 (file)
@@ -27,7 +27,6 @@
 struct ak4671_priv {
        enum snd_soc_control_type control_type;
        void *control_data;
-       u8 reg_cache[AK4671_CACHEREGNUM];
 };
 
 /* ak4671 register cache & default register settings */
index 6d4bdc609ac87db254e6a145f35b952509c92a2f..3a582caa6ef96844640042c22fb994e4cd7916b8 100644 (file)
@@ -114,7 +114,6 @@ static const char *supply_names[] = {
 struct cs4270_private {
        enum snd_soc_control_type control_type;
        void *control_data;
-       u8 reg_cache[CS4270_NUMREGS];
        unsigned int mclk; /* Input frequency of the MCLK pin */
        unsigned int mode; /* The mode (I2S or left-justified) */
        unsigned int slave_mode;
index d4e60dc45bf65c1323868623aaa226304e6841f2..8fb7070108dd8fddfd3b8d1998f3a3461730208e 100644 (file)
@@ -46,7 +46,6 @@ struct cs42l51_private {
        unsigned int mclk;
        unsigned int audio_mode;        /* The mode (I2S or left-justified) */
        enum master_slave_mode func;
-       u8 reg_cache[CS42L51_NUMREGS];
 };
 
 #define CS42L51_FORMATS ( \
index a9521acad99c4f536b61a9da79068ce0699275b7..03d1e860d229f5384757529ec61c5013e5de08d9 100644 (file)
@@ -26,7 +26,6 @@
 struct cx20442_priv {
        enum snd_soc_control_type control_type;
        void *control_data;
-       u8 reg_cache[1];
 };
 
 #define CX20442_PM             0x0
index 68f0ae47f608b855ae9f7df64bd7462855ac87bd..e2a7608d39449cb53151685f2dafaf21d13f8d21 100644 (file)
@@ -30,7 +30,6 @@ MODULE_LICENSE("GPL");
 struct aic26 {
        struct spi_device *spi;
        struct snd_soc_codec codec;
-       u16 reg_cache[AIC26_NUM_REGS];  /* shadow registers */
        int master;
        int datfm;
        int mclk;
@@ -354,7 +353,6 @@ static DEVICE_ATTR(keyclick, 0644, aic26_keyclick_show, aic26_keyclick_set);
  */
 static int aic26_probe(struct snd_soc_codec *codec)
 {
-       struct aic26 *aic26 = snd_soc_codec_get_drvdata(codec);
        int ret, err, i, reg;
 
        dev_info(codec->dev, "Probing AIC26 SoC CODEC driver\n");
@@ -372,7 +370,7 @@ static int aic26_probe(struct snd_soc_codec *codec)
        aic26_reg_write(codec, AIC26_REG_AUDIO_CTRL3, reg);
 
        /* Fill register cache */
-       for (i = 0; i < ARRAY_SIZE(aic26->reg_cache); i++)
+       for (i = 0; i < codec->driver->reg_cache_size; i++)
                aic26_reg_read(codec, i);
 
        /* Register the sysfs files for debugging */
index 800980e2e9ab5dd807a2c8529256cb691503ef75..c5ca8cfea60f80f8de27cc5d12ad55f69bd900f2 100644 (file)
@@ -35,7 +35,6 @@
 /* codec private data */
 struct uda1380_priv {
        struct snd_soc_codec *codec;
-       u16 reg_cache[UDA1380_CACHEREGNUM];
        unsigned int dac_clk;
        struct work_struct work;
        void *control_data;
index 0ebdecfd27a9101d985fbee75db6c0d701fa7a7d..8f6b5ee6645b619a735ba79c79c840d055ee07cc 100644 (file)
@@ -190,7 +190,6 @@ static const char *wm8580_supply_names[WM8580_NUM_SUPPLIES] = {
 struct wm8580_priv {
        enum snd_soc_control_type control_type;
        struct regulator_bulk_data supplies[WM8580_NUM_SUPPLIES];
-       u16 reg_cache[WM8580_MAX_REGISTER + 1];
        struct pll_state a;
        struct pll_state b;
        int sysclk[2];
index fec37ebfdb34d5bb43c2d58d9319ff18c4e4878e..97c30382d3ff4fa8370c7ed7a702e476ab924fd8 100644 (file)
@@ -33,7 +33,6 @@
 /* codec private data */
 struct wm8711_priv {
        enum snd_soc_control_type bus_type;
-       u16 reg_cache[WM8711_CACHEREGNUM];
        unsigned int sysclk;
 };
 
index 71122dc36826060996a00e268df41b206f23b8a7..0a67c31b2663664cdf644d4ad8ab6eb650771c7b 100644 (file)
@@ -43,7 +43,6 @@ static const char *wm8731_supply_names[WM8731_NUM_SUPPLIES] = {
 struct wm8731_priv {
        enum snd_soc_control_type control_type;
        struct regulator_bulk_data supplies[WM8731_NUM_SUPPLIES];
-       u16 reg_cache[WM8731_CACHEREGNUM];
        unsigned int sysclk;
        int sysclk_type;
        int playback_fs;
index 51280e96d72100b2e7a506874e7603b96fea24d3..38f38fddd1901202b4efa149cd2e4b6625b26f2c 100644 (file)
@@ -52,7 +52,6 @@ static const u16 wm8750_reg[] = {
 struct wm8750_priv {
        unsigned int sysclk;
        enum snd_soc_control_type control_type;
-       u16 reg_cache[ARRAY_SIZE(wm8750_reg)];
 };
 
 #define wm8750_reset(c)        snd_soc_write(c, WM8750_RESET, 0)
index cfbaac1a0ead1b11169b969bf140e345ca13e3db..cd0959926d12a03c520812d0ac34d0807ce6f909 100644 (file)
 
 struct wm8900_priv {
        enum snd_soc_control_type control_type;
-       u16 reg_cache[WM8900_MAXREG];
 
        u32 fll_in; /* FLL input frequency */
        u32 fll_out; /* FLL output frequency */
index b9843f72c455640bf4166aba8640ae38b675ad57..987476a5895f100a96ee0e7f488260e09049490a 100644 (file)
@@ -214,8 +214,6 @@ static u16 wm8903_reg_defaults[] = {
 
 struct wm8903_priv {
 
-       u16 reg_cache[ARRAY_SIZE(wm8903_reg_defaults)];
-
        int sysclk;
        int irq;
 
index 381934fff4eca8c10d63da4b8db4b648a407b005..fc7761fa8bd3f37bcd67b373e4b0f7638cb948f2 100644 (file)
@@ -42,7 +42,6 @@
 
 struct wm8940_priv {
        unsigned int sysclk;
-       u16 reg_cache[WM8940_CACHEREGNUM];
        enum snd_soc_control_type control_type;
        void *control_data;
 };
index 054f5737319c62c48bcf2f46eda366785587be5a..2bb856156eda7d931f75538d987d3e4d3b9c4f25 100644 (file)
@@ -71,7 +71,6 @@ static const u16 wm8960_reg[WM8960_CACHEREGNUM] = {
 };
 
 struct wm8960_priv {
-       u16 reg_cache[WM8960_CACHEREGNUM];
        enum snd_soc_control_type control_type;
        void *control_data;
        int (*set_bias_level)(struct snd_soc_codec *,
index 6b22ef200e20f4aa3ef517c80f6ddd5ab2220841..55252e7d02c99a1e3d81c8f27096406fa74f62b9 100644 (file)
@@ -289,7 +289,6 @@ static u16 wm8961_reg_defaults[] = {
 struct wm8961_priv {
        enum snd_soc_control_type control_type;
        int sysclk;
-       u16 reg_cache[WM8961_MAX_REGISTER];
 };
 
 static int wm8961_volatile_register(unsigned int reg)
index 5d286427532a625ffc8ef89c76766a37d572e1fc..ca646a822444472d3e092f52ac1c02bbe3998775 100644 (file)
@@ -51,7 +51,6 @@ static const u16 wm8974_reg[WM8974_CACHEREGNUM] = {
 
 struct wm8974_priv {
        enum snd_soc_control_type control_type;
-       u16 reg_cache[WM8974_CACHEREGNUM];
 };
 
 #define wm8974_reset(c)        snd_soc_write(c, WM8974_RESET, 0)
index a195af92b425a1700de14bd43ee0a318bd493be0..4bbc3442703f7ceaf7b20954e45365cf88db04de 100644 (file)
@@ -59,7 +59,6 @@ struct wm8978_priv {
        unsigned int f_opclk;
        int mclk_idx;
        enum wm8978_sysclk_src sysclk;
-       u16 reg_cache[WM8978_CACHEREGNUM];
 };
 
 static const char *wm8978_companding[] = {"Off", "NC", "u-law", "A-law"};
index 65807b15a2cc75d93dde0147316559227e04e0e7..d7170f1381aa758084834de1f7eae0532d7e00a7 100644 (file)
@@ -53,7 +53,6 @@ struct wm8988_priv {
        unsigned int sysclk;
        enum snd_soc_control_type control_type;
        struct snd_pcm_hw_constraint_list *sysclk_constraints;
-       u16 reg_cache[WM8988_NUM_REG];
 };
 
 
index 15f34a26debfd0cd71db47f86da389c786181cef..18c0d9ce7c32ea31871745c75a8604019f12897f 100644 (file)
@@ -225,7 +225,6 @@ static struct {
 
 struct wm8993_priv {
        struct wm_hubs_data hubs_data;
-       u16 reg_cache[WM8993_REGISTER_COUNT];
        struct regulator_bulk_data supplies[WM8993_NUM_SUPPLIES];
        struct wm8993_platform_data pdata;
        enum snd_soc_control_type control_type;
index e5055b28c638d4091aeef7cd5d079ac3fba16ea7..702db6937d4f895b588ef5874decda631d0d59f6 100644 (file)
@@ -157,7 +157,6 @@ static struct {
 struct wm9081_priv {
        enum snd_soc_control_type control_type;
        void *control_data;
-       u16 reg_cache[WM9081_MAX_REGISTER + 1];
        int sysclk_source;
        int mclk_rate;
        int sysclk_rate;