lkml.org 
[lkml]   [2011]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[009/143] ASoC: Fix output PGA enabling in wm_hubs CODECs
    2.6.32-longterm review patch.  If anyone has any objections, please let us know.

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

    From: Mark Brown <broonie@opensource.wolfsonmicro.com>

    commit 39cca168bdfaef9d0c496ec27f292445d6184946 upstream.

    The output PGA was not being powered up in headphone and speaker paths,
    removing the ability to offer volume control and mute with the output
    PGA.

    Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
    Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    sound/soc/codecs/wm_hubs.c | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    --- a/sound/soc/codecs/wm_hubs.c
    +++ b/sound/soc/codecs/wm_hubs.c
    @@ -593,12 +593,12 @@ static const struct snd_soc_dapm_route a

    { "SPKL", "Input Switch", "MIXINL" },
    { "SPKL", "IN1LP Switch", "IN1LP" },
    - { "SPKL", "Output Switch", "Left Output Mixer" },
    + { "SPKL", "Output Switch", "Left Output PGA" },
    { "SPKL", NULL, "TOCLK" },

    { "SPKR", "Input Switch", "MIXINR" },
    { "SPKR", "IN1RP Switch", "IN1RP" },
    - { "SPKR", "Output Switch", "Right Output Mixer" },
    + { "SPKR", "Output Switch", "Right Output PGA" },
    { "SPKR", NULL, "TOCLK" },

    { "SPKL Boost", "Direct Voice Switch", "Direct Voice" },
    @@ -620,8 +620,8 @@ static const struct snd_soc_dapm_route a
    { "SPKOUTRP", NULL, "SPKR Driver" },
    { "SPKOUTRN", NULL, "SPKR Driver" },

    - { "Left Headphone Mux", "Mixer", "Left Output Mixer" },
    - { "Right Headphone Mux", "Mixer", "Right Output Mixer" },
    + { "Left Headphone Mux", "Mixer", "Left Output PGA" },
    + { "Right Headphone Mux", "Mixer", "Right Output PGA" },

    { "Headphone PGA", NULL, "Left Headphone Mux" },
    { "Headphone PGA", NULL, "Right Headphone Mux" },



    \
     
     \ /
      Last update: 2011-05-06 03:07    [W:4.475 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site