Message ID | 1617285613-29457-1-git-send-email-mac.chiang@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 628166c37c16250612da926c010fe6c84d086ac1 |
Headers | show |
Series | ASoC: Intel: Boards: cml_da7219_max98390: add capture stream for echo reference | expand |
On 4/1/21 9:00 AM, mac.chiang@intel.com wrote: > From: Mac Chiang <mac.chiang@intel.com> > > enable speaker capture dai link for feedback path > > Signed-off-by: Mac Chiang <mac.chiang@intel.com> LGTM Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> > --- > sound/soc/intel/boards/bxt_da7219_max98357a.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/soc/intel/boards/bxt_da7219_max98357a.c b/sound/soc/intel/boards/bxt_da7219_max98357a.c > index 0c0a7178..9ffef39 100644 > --- a/sound/soc/intel/boards/bxt_da7219_max98357a.c > +++ b/sound/soc/intel/boards/bxt_da7219_max98357a.c > @@ -813,6 +813,7 @@ static int broxton_audio_probe(struct platform_device *pdev) > if (ctx->spkamp == SPKAMP_MAX98390) { > broxton_dais[i].codecs = max98390_codec; > broxton_dais[i].num_codecs = ARRAY_SIZE(max98390_codec); > + broxton_dais[i].dpcm_capture = 1; > } > } > /* DIALOG_CODEC is connected to SSP0 */ >
On Thu, 1 Apr 2021 22:00:13 +0800, mac.chiang@intel.com wrote:
> enable speaker capture dai link for feedback path
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: Intel: Boards: cml_da7219_max98390: add capture stream for echo reference
commit: 628166c37c16250612da926c010fe6c84d086ac1
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
diff --git a/sound/soc/intel/boards/bxt_da7219_max98357a.c b/sound/soc/intel/boards/bxt_da7219_max98357a.c index 0c0a7178..9ffef39 100644 --- a/sound/soc/intel/boards/bxt_da7219_max98357a.c +++ b/sound/soc/intel/boards/bxt_da7219_max98357a.c @@ -813,6 +813,7 @@ static int broxton_audio_probe(struct platform_device *pdev) if (ctx->spkamp == SPKAMP_MAX98390) { broxton_dais[i].codecs = max98390_codec; broxton_dais[i].num_codecs = ARRAY_SIZE(max98390_codec); + broxton_dais[i].dpcm_capture = 1; } } /* DIALOG_CODEC is connected to SSP0 */