Skip to content
  • Bo Shen's avatar
    ASoC: wm8904: fix runtime warning · a30c188b
    Bo Shen authored
    
    
    Correct the path name for mux to get rid of the following warning:
    
    --->8---
    wm8904 1-001a: Control not supported for path ADCL -> [Left] -> AIFOUTL
    wm8904 1-001a: ASoC: no dapm match for ADCL --> Left --> AIFOUTL
    wm8904 1-001a: ASoC: Failed to add route ADCL -> Left -> AIFOUTL
    wm8904 1-001a: Control not supported for path ADCR -> [Right] -> AIFOUTL
    wm8904 1-001a: ASoC: no dapm match for ADCR --> Right --> AIFOUTL
    wm8904 1-001a: ASoC: Failed to add route ADCR -> Right -> AIFOUTL
    wm8904 1-001a: Control not supported for path ADCL -> [Left] -> AIFOUTR
    wm8904 1-001a: ASoC: no dapm match for ADCL --> Left --> AIFOUTR
    wm8904 1-001a: ASoC: Failed to add route ADCL -> Left -> AIFOUTR
    wm8904 1-001a: Control not supported for path ADCR -> [Right] -> AIFOUTR
    wm8904 1-001a: ASoC: no dapm match for ADCR --> Right --> AIFOUTR
    wm8904 1-001a: ASoC: Failed to add route ADCR -> Right -> AIFOUTR
    wm8904 1-001a: Control not supported for path AIFINR -> [Right] -> DACL
    wm8904 1-001a: ASoC: no dapm match for AIFINR --> Right --> DACL
    wm8904 1-001a: ASoC: Failed to add route AIFINR -> Right -> DACL
    wm8904 1-001a: Control not supported for path AIFINL -> [Left] -> DACL
    wm8904 1-001a: ASoC: no dapm match for AIFINL --> Left --> DACL
    wm8904 1-001a: ASoC: Failed to add route AIFINL -> Left -> DACL
    wm8904 1-001a: Control not supported for path AIFINR -> [Right] -> DACR
    wm8904 1-001a: ASoC: no dapm match for AIFINR --> Right --> DACR
    wm8904 1-001a: ASoC: Failed to add route AIFINR -> Right -> DACR
    wm8904 1-001a: Control not supported for path AIFINL -> [Left] -> DACR
    wm8904 1-001a: ASoC: no dapm match for AIFINL --> Left --> DACR
    wm8904 1-001a: ASoC: Failed to add route AIFINL -> Left -> DACR
    ---8<---
    
    Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
    Acked-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    a30c188b