All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Carlo Caione <carlo@caione.org>
Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	Linux Upstreaming Team <linux@endlessm.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	alsa-devel@alsa-project.org,
	open list <linux-kernel@vger.kernel.org>,
	Carlo Caione <carlo@endlessm.com>
Subject: Re: [PATCH 0/2] Update codec driver for dual mics configuration
Date: Tue, 28 Nov 2017 15:15:17 +0000	[thread overview]
Message-ID: <20171128151517.fxs7dgyyhsj6zu7q@sirena.org.uk> (raw)
In-Reply-To: <CAOQ7t2Z=gyX5jyewnM_1gD6_Vnsrs2v6GGToyEkd7tSTHc7FQg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1306 bytes --]

On Tue, Nov 28, 2017 at 02:08:05PM +0000, Carlo Caione wrote:
> On Tue, Nov 21, 2017 at 5:15 PM, Carlo Caione <carlo@caione.org> wrote:
> > From: Carlo Caione <carlo@endlessm.com>
> >
> > The RT5651 codec has 3 analog input ports. Some laptops (like the KIANO laptop)
> > have two different analog mics on two ports, leaving the headset on the
> > remaining one. We need to add a new quirk to support also this configuration.
> >
> > Carlo Caione (2):
> >   ASoC: intel: byt: Introduce new map for dual mics
> >   ASoC: intel: byt: Fix quirk for KIANO laptop
> 
> gentle ping.

Please don't send content free pings and please allow a reasonable time
for review.  People get busy, go on holiday, attend conferences and so 
on so unless there is some reason for urgency (like critical bug fixes)
please allow at least a couple of weeks for review.  If there have been
review comments then people may be waiting for those to be addressed.

Sending content free pings adds to the mail volume (if they are seen at
all) which is often the problem and since they can't be reviewed
directly if something has gone wrong you'll have to resend the patches
anyway, though there are some other maintainers who like them - if in
doubt look at how patches for the subsystem are normally handled.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Carlo Caione <carlo@caione.org>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>,
	open list <linux-kernel@vger.kernel.org>,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	Carlo Caione <carlo@endlessm.com>,
	Linux Upstreaming Team <linux@endlessm.com>
Subject: Re: [PATCH 0/2] Update codec driver for dual mics configuration
Date: Tue, 28 Nov 2017 15:15:17 +0000	[thread overview]
Message-ID: <20171128151517.fxs7dgyyhsj6zu7q@sirena.org.uk> (raw)
In-Reply-To: <CAOQ7t2Z=gyX5jyewnM_1gD6_Vnsrs2v6GGToyEkd7tSTHc7FQg@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1306 bytes --]

On Tue, Nov 28, 2017 at 02:08:05PM +0000, Carlo Caione wrote:
> On Tue, Nov 21, 2017 at 5:15 PM, Carlo Caione <carlo@caione.org> wrote:
> > From: Carlo Caione <carlo@endlessm.com>
> >
> > The RT5651 codec has 3 analog input ports. Some laptops (like the KIANO laptop)
> > have two different analog mics on two ports, leaving the headset on the
> > remaining one. We need to add a new quirk to support also this configuration.
> >
> > Carlo Caione (2):
> >   ASoC: intel: byt: Introduce new map for dual mics
> >   ASoC: intel: byt: Fix quirk for KIANO laptop
> 
> gentle ping.

Please don't send content free pings and please allow a reasonable time
for review.  People get busy, go on holiday, attend conferences and so 
on so unless there is some reason for urgency (like critical bug fixes)
please allow at least a couple of weeks for review.  If there have been
review comments then people may be waiting for those to be addressed.

Sending content free pings adds to the mail volume (if they are seen at
all) which is often the problem and since they can't be reviewed
directly if something has gone wrong you'll have to resend the patches
anyway, though there are some other maintainers who like them - if in
doubt look at how patches for the subsystem are normally handled.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



  reply	other threads:[~2017-11-28 15:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-21 17:15 [PATCH 0/2] Update codec driver for dual mics configuration Carlo Caione
2017-11-21 17:15 ` [PATCH 1/2] ASoC: intel: byt: Introduce new map for dual mics Carlo Caione
2017-11-29 18:59   ` Applied "ASoC: intel: byt: Introduce new map for dual mics" to the asoc tree Mark Brown
2017-11-29 18:59     ` Mark Brown
2017-11-21 17:15 ` [PATCH 2/2] ASoC: intel: byt: Fix quirk for KIANO laptop Carlo Caione
2017-11-29 18:59   ` Applied "ASoC: intel: byt: Fix quirk for KIANO laptop" to the asoc tree Mark Brown
2017-11-29 18:59     ` Mark Brown
2017-11-28 14:08 ` [PATCH 0/2] Update codec driver for dual mics configuration Carlo Caione
2017-11-28 15:15   ` Mark Brown [this message]
2017-11-28 15:15     ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171128151517.fxs7dgyyhsj6zu7q@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=carlo@caione.org \
    --cc=carlo@endlessm.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@endlessm.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.