alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: mac.chiang@intel.com, alsa-devel@alsa-project.org
Cc: naveen.m@intel.com, broonie@kernel.org, louiscollard@google.com
Subject: Re: [PATCH] ASoC: Intel: kbl_da7219_max98357a: add fe_ops for kbl Audio Capture Port
Date: Tue, 19 Jun 2018 09:41:59 -0500	[thread overview]
Message-ID: <912e7c2c-9b6a-d764-2096-9df54f8d6bfc@linux.intel.com> (raw)
In-Reply-To: <1529388966-5184-1-git-send-email-mac.chiang@intel.com>

On 6/19/18 1:16 AM, mac.chiang@intel.com wrote:
> From: Mac Chiang <mac.chiang@intel.com>
> 
> platform support fixed constraint hw_prams as Stereo, 48KHz, 16 bits.
> This fixed the headset mic recorded noise due to mono capturing
> request from some apps. e.g. online Voice Recorder

This change mirrors existing code in bxt_da7219_max98357a.c so

Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

> 
> Signed-off-by: Louis Collard <louiscollard@google.com>
> Signed-off-by: Mac Chiang <mac.chiang@intel.com>
> ---
>   sound/soc/intel/boards/kbl_da7219_max98357a.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/sound/soc/intel/boards/kbl_da7219_max98357a.c b/sound/soc/intel/boards/kbl_da7219_max98357a.c
> index 94294c2..7961f1f 100644
> --- a/sound/soc/intel/boards/kbl_da7219_max98357a.c
> +++ b/sound/soc/intel/boards/kbl_da7219_max98357a.c
> @@ -380,6 +380,7 @@ static struct snd_soc_dai_link kabylake_dais[] = {
>   		.trigger = {
>   			SND_SOC_DPCM_TRIGGER_POST, SND_SOC_DPCM_TRIGGER_POST},
>   		.dpcm_capture = 1,
> +		.ops = &kabylake_da7219_fe_ops,
>   	},
>   	[KBL_DPCM_AUDIO_DMIC_CP] = {
>   		.name = "Kbl Audio DMIC cap",
> 

  reply	other threads:[~2018-06-19 14:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19  6:16 [PATCH] ASoC: Intel: kbl_da7219_max98357a: add fe_ops for kbl Audio Capture Port mac.chiang
2018-06-19 14:41 ` Pierre-Louis Bossart [this message]
2018-06-19 15:24 ` Applied "ASoC: Intel: kbl_da7219_max98357a: add fe_ops for kbl Audio Capture Port" to the asoc tree 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=912e7c2c-9b6a-d764-2096-9df54f8d6bfc@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=louiscollard@google.com \
    --cc=mac.chiang@intel.com \
    --cc=naveen.m@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).