lkml.org 
[lkml]   [2010]   [Nov]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] ASoC: Remove register write trace from WM8994
    Date
    We now have trace in the ASoC core so we don't need to our own trace in
    the driver.

    Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
    ---
    sound/soc/codecs/wm8994.c | 2 --
    1 files changed, 0 insertions(+), 2 deletions(-)

    diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
    index 3f70dee..d81cac5 100644
    --- a/sound/soc/codecs/wm8994.c
    +++ b/sound/soc/codecs/wm8994.c
    @@ -1730,8 +1730,6 @@ static int wm8994_write(struct snd_soc_codec *codec, unsigned int reg,
    if (!wm8994_volatile(reg))
    wm8994->reg_cache[reg] = value;

    - dev_dbg(codec->dev, "0x%x = 0x%x\n", reg, value);
    -
    return wm8994_reg_write(codec->control_data, reg, value);
    }

    --
    1.7.1


    \
     
     \ /
      Last update: 2010-11-03 18:53    [W:2.591 / U:0.496 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site