Re: [PATCH v3 3/5] ASoC: sun8i-codec: Fix space on audio-routing widget

2017-03-20 Thread Chen-Yu Tsai
On Sat, Mar 18, 2017 at 3:55 PM, Mylène Josserand wrote: > An unwanted space is present in an audio widget's name on the dapm > routing. It causes an error on the recognition of this widget (error: > ("no dapm match for AIF1 Slot 0 Right"). > > Remove the space fixes it. > > Signed-off-by: Mylène

[PATCH v3 3/5] ASoC: sun8i-codec: Fix space on audio-routing widget

2017-03-18 Thread Mylène Josserand
An unwanted space is present in an audio widget's name on the dapm routing. It causes an error on the recognition of this widget (error: ("no dapm match for AIF1 Slot 0 Right"). Remove the space fixes it. Signed-off-by: Mylène Josserand --- sound/soc/sunxi/sun8i-codec.c | 2 +- 1 file changed,