lkml.org 
[lkml]   [2013]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 02/75] ASoC: sglt5000: Fix the default value of CHIP_SSS_CTRL
    Date
    3.8.13.6 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Fabio Estevam <fabio.estevam@freescale.com>

    commit 016fcab8ff46fca29375d484226ec91932aa4a07 upstream.

    According to the sgtl5000 reference manual, the default value of CHIP_SSS_CTRL
    is 0x10.

    Reported-by: Oskar Schirmer <oskar@scara.com>
    Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
    Signed-off-by: Mark Brown <broonie@linaro.org>
    [ kamal: backport to 3.8 (context) ]
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    sound/soc/codecs/sgtl5000.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
    index 92bbfec..ea47938 100644
    --- a/sound/soc/codecs/sgtl5000.c
    +++ b/sound/soc/codecs/sgtl5000.c
    @@ -37,7 +37,7 @@
    static const u16 sgtl5000_regs[SGTL5000_MAX_REG_OFFSET] = {
    [SGTL5000_CHIP_CLK_CTRL] = 0x0008,
    [SGTL5000_CHIP_I2S_CTRL] = 0x0010,
    - [SGTL5000_CHIP_SSS_CTRL] = 0x0008,
    + [SGTL5000_CHIP_SSS_CTRL] = 0x0010,
    [SGTL5000_CHIP_DAC_VOL] = 0x3c3c,
    [SGTL5000_CHIP_PAD_STRENGTH] = 0x015f,
    [SGTL5000_CHIP_ANA_HP_CTRL] = 0x1818,
    --
    1.8.1.2


    \
     
     \ /
      Last update: 2013-07-30 18:01    [W:3.095 / U:0.280 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site