ASoC: madera: Fix virtual input mux
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Mon, 19 Dec 2016 13:13:51 +0000 (13:13 +0000)
committerxiest1 <xiest1@lenovo.com>
Tue, 5 Nov 2019 09:29:54 +0000 (17:29 +0800)
commit632725a9b4e5e4c7b91cee1fd9444bf29144cbc3
treef74c2e19b6195ef9543bc2dbadc65b3784b227f3
parente8ef87fa4809c546d06e327df2a66da4c0e50b0b
ASoC: madera: Fix virtual input mux

The virtual input muxes should have been attached back to the
DSP widget when the preloader was turned into a supply widget,
as you can't have a DAPM route going from a non-supply widget to
a supply widget. ie. Supply widgets can only be the source of a
path with non-supply widgets. This patch makes this change.

Change-Id: I4e1e55857416397c961a7d2c80b016eff7be7404
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
sound/soc/codecs/cs47l35.c