lkml.org 
[lkml]   [2020]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 506/639] ASoC: wm8737: Fix copy-paste error in wm8737_snd_controls
    Date
    From: YueHaibing <yuehaibing@huawei.com>

    [ Upstream commit 554b75bde64bcad9662530726d1483f7ef012069 ]

    sound/soc/codecs/wm8737.c:112:29: warning:
    high_3d defined but not used [-Wunused-const-variable=]

    'high_3d' should be used for 3D High Cut-off.

    Reported-by: Hulk Robot <hulkci@huawei.com>
    Fixes: 2a9ae13a2641 ("ASoC: Add initial WM8737 driver")
    Signed-off-by: YueHaibing <yuehaibing@huawei.com>
    Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
    Link: https://lore.kernel.org/r/20190815091920.64480-1-yuehaibing@huawei.com
    Signed-off-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    sound/soc/codecs/wm8737.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/sound/soc/codecs/wm8737.c b/sound/soc/codecs/wm8737.c
    index e9ae821e76098..568b77692f5f0 100644
    --- a/sound/soc/codecs/wm8737.c
    +++ b/sound/soc/codecs/wm8737.c
    @@ -170,7 +170,7 @@ SOC_DOUBLE("Polarity Invert Switch", WM8737_ADC_CONTROL, 5, 6, 1, 0),
    SOC_SINGLE("3D Switch", WM8737_3D_ENHANCE, 0, 1, 0),
    SOC_SINGLE("3D Depth", WM8737_3D_ENHANCE, 1, 15, 0),
    SOC_ENUM("3D Low Cut-off", low_3d),
    -SOC_ENUM("3D High Cut-off", low_3d),
    +SOC_ENUM("3D High Cut-off", high_3d),
    SOC_SINGLE_TLV("3D ADC Volume", WM8737_3D_ENHANCE, 7, 1, 1, adc_tlv),

    SOC_SINGLE("Noise Gate Switch", WM8737_NOISE_GATE, 0, 1, 0),
    --
    2.20.1


    \
     
     \ /
      Last update: 2020-01-24 12:39    [W:4.037 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site