Merge remote-tracking branches 'asoc/topic/rt298', 'asoc/topic/rt5640', 'asoc/topic...
authorMark Brown <broonie@kernel.org>
Mon, 26 Oct 2015 02:16:13 +0000 (11:16 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 26 Oct 2015 02:16:13 +0000 (11:16 +0900)
1  2  3  4  5 
sound/soc/codecs/rt298.c
sound/soc/sh/Kconfig

diff --combined sound/soc/codecs/rt298.c
index 603e9334b971349ea6e98ee6e1115167abb45358,91a7ba3c1bf094745ef465fdc8484dad8fb276c4,3c2f0f8d6266e358a667aa376fea3d094829845a,3c2f0f8d6266e358a667aa376fea3d094829845a,3c2f0f8d6266e358a667aa376fea3d094829845a..b3f795c60749b8f8473184f0872329d4578b8e48
     #include <sound/jack.h>
     #include <linux/workqueue.h>
     #include <sound/rt298.h>
 ----#include <sound/hda_verbs.h>
     
     #include "rl6347a.h"
     #include "rt298.h"
@@@@@@ -48,25 -49,25 -49,25 -49,25 -49,25 +48,25 @@@@@@ struct rt298_priv 
        int is_hp_in;
     };
     
- ---static struct reg_default rt298_index_def[] = {
  ---   { 0x01, 0xaaaa },
  ---   { 0x02, 0x8aaa },
+ +++static const struct reg_default rt298_index_def[] = {
  +++   { 0x01, 0xa5a8 },
  +++   { 0x02, 0x8e95 },
        { 0x03, 0x0002 },
  ---   { 0x04, 0xaf01 },
  ---   { 0x08, 0x000d },
  ---   { 0x09, 0xd810 },
  ---   { 0x0a, 0x0120 },
  +++   { 0x04, 0xaf67 },
  +++   { 0x08, 0x200f },
  +++   { 0x09, 0xd010 },
  +++   { 0x0a, 0x0100 },
        { 0x0b, 0x0000 },
        { 0x0d, 0x2800 },
  ---   { 0x0f, 0x0000 },
  ---   { 0x19, 0x0a17 },
  +++   { 0x0f, 0x0022 },
  +++   { 0x19, 0x0217 },
        { 0x20, 0x0020 },
        { 0x33, 0x0208 },
        { 0x46, 0x0300 },
  ---   { 0x49, 0x0004 },
  ---   { 0x4f, 0x50e9 },
  ---   { 0x50, 0x2000 },
  ---   { 0x63, 0x2902 },
  +++   { 0x49, 0x4004 },
  +++   { 0x4f, 0x50c9 },
  +++   { 0x50, 0x3000 },
  +++   { 0x63, 0x1b02 },
        { 0x67, 0x1111 },
        { 0x68, 0x1016 },
        { 0x69, 0x273f },
@@@@@@ -128,7 -129,7 -129,7 -129,7 -129,7 +128,7 @@@@@@ static bool rt298_volatile_register(str
        case VERB_CMD(AC_VERB_GET_EAPD_BTLENABLE, RT298_HP_OUT, 0):
                return true;
        default:
- ---           return true;
+ +++           return false;
        }
     
     
@@@@@@ -1164,7 -1165,11 -1165,7 -1165,7 -1165,7 +1164,11 @@@@@@ static int rt298_i2c_probe(struct i2c_c
                return -ENODEV;
        }
     
- ---   rt298->index_cache = rt298_index_def;
+ +++   rt298->index_cache = devm_kmemdup(&i2c->dev, rt298_index_def,
+ +++                                     sizeof(rt298_index_def), GFP_KERNEL);
+ +++   if (!rt298->index_cache)
+ +++           return -ENOMEM;
+ +++
        rt298->index_cache_size = INDEX_CACHE_SIZE;
        rt298->i2c = i2c;
        i2c_set_clientdata(i2c, rt298);
        mdelay(10);
     
        if (!rt298->pdata.gpio2_en)
 ----           regmap_write(rt298->regmap, RT298_SET_DMIC2_DEFAULT, 0x4000);
 ++++           regmap_write(rt298->regmap, RT298_SET_DMIC2_DEFAULT, 0x40);
        else
                regmap_write(rt298->regmap, RT298_SET_DMIC2_DEFAULT, 0);
     
diff --combined sound/soc/sh/Kconfig
index 6ca90aaf141f62604c3756b88ffc1be4d024f718,07114b0b0dc12bcf23e0a25fb342ad3df23b2464,07114b0b0dc12bcf23e0a25fb342ad3df23b2464,07114b0b0dc12bcf23e0a25fb342ad3df23b2464,de668b27d1236be16193d97924031faf459ef32c..206d1edab07c1f8a8c91c1b69363b3bc057d38ec
@@@@@@ -37,11 -37,10 -37,10 -37,10 -37,10 +37,11 @@@@@@ config SND_SOC_SH4_SI
     config SND_SOC_RCAR
        tristate "R-Car series SRU/SCU/SSIU/SSI support"
        depends on DMA_OF
 ++++   depends on COMMON_CLK
        select SND_SIMPLE_CARD
        select REGMAP_MMIO
        help
----      This option enables R-Car SUR/SCU/SSIU/SSI sound support
++++      This option enables R-Car SRU/SCU/SSIU/SSI sound support
     
     config SND_SOC_RSRC_CARD
        tristate "Renesas Sampling Rate Convert Sound Card"