20 Aug
2019
20 Aug
'19
12:50 p.m.
On Tue, Aug 20, 2019 at 12:33:33PM +0200, Michał Mirosław wrote:
Make '* Capture Mode' a mux. This makes DAPM know that in single-ended mode only inverting mux paths need to be enabled.
Signed-off-by: Michał Mirosław mirq-linux@rere.qmqm.pl
+static const struct snd_kcontrol_new rin_mode =
- SOC_DAPM_ENUM("right Capture Mode", rin_mode_enum);
Minor nit missing a captial on the right here.
Otherwise looks good:
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles