From: Vinod Koul <vinod.koul@intel.com>
To: Harsha Priya <harshapriya.n@intel.com>
Cc: tiwai@suse.de, alsa-devel@alsa-project.org, broonie@kernel.org
Subject: Re: [PATCH v2] ASoC: Intel: Kbl: Add Playback DAI for fixup
Date: Wed, 27 Sep 2017 12:21:43 +0530 [thread overview]
Message-ID: <20170927065142.GI30097@localhost> (raw)
In-Reply-To: <1506490513-20672-1-git-send-email-harshapriya.n@intel.com>
On Tue, Sep 26, 2017 at 10:35:13PM -0700, Harsha Priya wrote:
> 'Kbl Audio Headset Playback' FE DAI also needs SSP hw param fix.
> Add this dai also to be handled in kabylake_ssp_fixup() call.
Acked-By: Vinod Koul <vinod.koul@intel.com>
> Signed-off-by: Harsha Priya <harshapriya.n@intel.com>
> ---
> v2: change patch title and log
>
> sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
> index 88ff542..e767283 100644
> --- a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
> +++ b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
> @@ -302,6 +302,7 @@ static int kabylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd,
> * The ADSP will convert the FE rate to 48k, stereo, 24 bit
> */
> if (!strcmp(fe_dai_link->name, "Kbl Audio Port") ||
> + !strcmp(fe_dai_link->name, "Kbl Audio Headset Playback") ||
> !strcmp(fe_dai_link->name, "Kbl Audio Capture Port")) {
> rate->min = rate->max = 48000;
> channels->min = channels->max = 2;
> --
> 1.9.1
>
--
~Vinod
prev parent reply other threads:[~2017-09-27 6:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-27 5:35 [PATCH v2] ASoC: Intel: Kbl: Add Playback DAI for fixup Harsha Priya
2017-09-27 6:51 ` Vinod Koul [this message]
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=20170927065142.GI30097@localhost \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=harshapriya.n@intel.com \
--cc=tiwai@suse.de \
/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.