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 <[email protected]> > --- > +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 <[email protected]> Thanks, Charles

