lkml.org 
[lkml]   [2016]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.4 36/51] ASoC: dapm: Fix kcontrol creation for output driver widget
    Date
    4.4-stable review patch.  If anyone has any objections, please let me know.

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

    From: Chen-Yu Tsai <wens@csie.org>

    commit a3930ed060df4ccf2a06cf0b68738dec3e6ff89a upstream.

    Commit d88429a695a4 ("ASoC: dapm: Add output driver widget") added
    the snd_soc_dapm_out_drv ID for the output driver widget, which is
    the same as the PGA widget, with a later power sequence number.

    Commit 19a2557b76d6 ("ASoC: dapm: Add kcontrol support for PGAs")
    then added kcontrol support for PGA widgets, but failed to account
    for output driver widgets. Attempts to use kcontrols with output
    driver widgets result in silent failures, with the developer having
    little idea about what went on.

    Add snd_soc_dapm_out_drv to the switch/case block under snd_soc_dapm_pga
    in dapm_create_or_share_kcontrol, since they are essentially the same.

    Fixes: 19a2557b76d6 (ASoC: dapm: Add kcontrol support for PGAs)
    Signed-off-by: Chen-Yu Tsai <wens@csie.org>
    Signed-off-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    sound/soc/soc-dapm.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/sound/soc/soc-dapm.c
    +++ b/sound/soc/soc-dapm.c
    @@ -823,6 +823,7 @@ static int dapm_create_or_share_kcontrol
    case snd_soc_dapm_switch:
    case snd_soc_dapm_mixer:
    case snd_soc_dapm_pga:
    + case snd_soc_dapm_out_drv:
    wname_in_long_name = true;
    kcname_in_long_name = true;
    break;

    \
     
     \ /
      Last update: 2016-10-29 16:24    [W:4.090 / U:0.364 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site