On Wed, May 06, 2015 at 01:21:53PM +0100, Richard Fitzgerald wrote:
> On Wed, May 06, 2015 at 12:48:49PM +0100, Mark Brown wrote:
> > > 'IN1L Mux' = 'B'
> > > 'IN1R Mux' = 'B'
> > > It's much more readably obvious that both channels are set the same
> > > rather than
> > Right, but as I
On Wed, May 06, 2015 at 12:48:49PM +0100, Mark Brown wrote:
> On Wed, May 06, 2015 at 10:24:05AM +0100, Richard Fitzgerald wrote:
>
> > No, I'm just saying I don't see how calling the mux positions "IN1AL"
> > is any clearer than calling them "A" and "B". The "IN1AL" names of the
> > DAPM widgets
On Wed, May 06, 2015 at 10:24:05AM +0100, Richard Fitzgerald wrote:
> No, I'm just saying I don't see how calling the mux positions "IN1AL"
> is any clearer than calling them "A" and "B". The "IN1AL" names of the
> DAPM widgets is purely an internal detail that you wouldn't see through
> the ALSA
On Tue, May 05, 2015 at 10:59:34PM +0100, Mark Brown wrote:
> On Tue, May 05, 2015 at 02:31:29PM +0100, Richard Fitzgerald wrote:
>
> > We can't really tell people what the selection does because that depends on
> > the external hardware. The A setting might be a headset mic, or a line in,
> > or
On Tue, May 05, 2015 at 02:31:29PM +0100, Richard Fitzgerald wrote:
> We can't really tell people what the selection does because that depends on
> the external hardware. The A setting might be a headset mic, or a line in,
> or a builtin mic...
> All we can do is say what the selection is called
>
> > > > +static const char * const wm8998_inmux_texts[] = {
> > > > + "A",
> > > > + "B",
>
> > > Those are some fun input names...
>
> > ... that's what the mux positions are called and it seems nice to have
> > consistent
> > naming for all similar muxes across channels and acro
On Tue, May 05, 2015 at 10:24:12AM +0100, Richard Fitzgerald wrote:
> On Mon, May 04, 2015 at 12:39:43PM +0100, Mark Brown wrote:
> > On Fri, May 01, 2015 at 04:15:18PM +0100, Richard Fitzgerald wrote:
> > > + val = snd_soc_read(codec, ARIZONA_ASYNC_SAMPLE_RATE_1 + val);
> > > + if
On Mon, May 04, 2015 at 12:39:43PM +0100, Mark Brown wrote:
> On Fri, May 01, 2015 at 04:15:18PM +0100, Richard Fitzgerald wrote:
>
> > + switch (event) {
> > + case SND_SOC_DAPM_PRE_PMU:
> > + val = snd_soc_read(codec, ARIZONA_ASRC_RATE1);
> > + val &= ARIZONA_ASRC_RATE1_M
On Fri, May 01, 2015 at 04:15:18PM +0100, Richard Fitzgerald wrote:
> + switch (event) {
> + case SND_SOC_DAPM_PRE_PMU:
> + val = snd_soc_read(codec, ARIZONA_ASRC_RATE1);
> + val &= ARIZONA_ASRC_RATE1_MASK;
> + val >>= ARIZONA_ASRC_RATE1_SHIFT;
> +
> +
9 matches
Mail list logo