[linux-sunxi] Re: [PATCH v14 8/8] ASoC: sun4i-codec: Add Left Capture Select, Right Capture Select

2018-05-03 Thread Maxime Ripard
Hi, On Wed, May 02, 2018 at 11:08:00PM +0200, Danny Milosavljevic wrote: > Add Left Capture Select and Right Capture Select for Allwinner A10 and > Allwinner A20. > > Signed-off-by: Danny Milosavljevic > --- > sound/soc/sunxi/sun4i-codec.c | 50 > +++ >

[linux-sunxi] Re: [PATCH v14 8/8] ASoC: sun4i-codec: Add Left Capture Select, Right Capture Select

2018-05-05 Thread Danny Milosavljevic
Hi Maxime, On Thu, 3 May 2018 16:54:08 +0200 Maxime Ripard wrote: > > +static const char * const sun4i_codec_capture_source[] = { > > + "Line", > > + "FM", > > + "Mic1", > > + "Mic2", > > + "Mic1,Mic2", > > + "Mic1+Mic2", > > + "Output Mixer", > > + "Line,Mic1", > > +}; > > Sh

[linux-sunxi] Re: [PATCH v14 8/8] ASoC: sun4i-codec: Add Left Capture Select, Right Capture Select

2018-05-14 Thread Maxime Ripard
On Sat, May 05, 2018 at 12:40:50PM +0200, Danny Milosavljevic wrote: > Hi Maxime, > > On Thu, 3 May 2018 16:54:08 +0200 > Maxime Ripard wrote: > > > > +static const char * const sun4i_codec_capture_source[] = { > > > + "Line", > > > + "FM", > > > + "Mic1", > > > + "Mic2", > > > + "Mic1,Mic2", >