projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52cad75
)
ASoC: Intel: Boards: cml_da7219_max98390: add capture stream for echo reference
author
Mac Chiang
<mac.chiang@intel.com>
Thu, 1 Apr 2021 14:00:13 +0000
(22:00 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 1 Apr 2021 18:36:45 +0000
(19:36 +0100)
enable speaker capture dai link for feedback path
Signed-off-by: Mac Chiang <mac.chiang@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link:
https://lore.kernel.org/r/1617285613-29457-1-git-send-email-mac.chiang@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bxt_da7219_max98357a.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/boards/bxt_da7219_max98357a.c
b/sound/soc/intel/boards/bxt_da7219_max98357a.c
index 0c0a717823c40779e066278128c2416c932311d8..9ffef396f8f2d99d5da59e9d000ccdf245c78576 100644
(file)
--- 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 */