Message ID | 20210921211040.11624-1-broonie@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [01/16] ASoC: eureka-tlv320: Update to modern clocking terminology | expand |
Related | show |
On Tue, 21 Sep 2021 22:10:25 +0100, Mark Brown wrote: > As part of moving to remove the old style defines for the bus clocks update > the eureka-tlv320 driver to use more modern terminology for clocking. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [01/16] ASoC: eureka-tlv320: Update to modern clocking terminology commit: 4348be6330a18b123fa82494df9f5a134feecb7f [02/16] ASoC: fsl-asoc-card: Update to modern clocking terminology commit: 8fcfd3493426c229f4f28bc5757dd3359e02cee8 [03/16] ASoC: fsl-audmix: Update to modern clocking terminology commit: 2757b340b25dd2cb3afc748d48c1dff6c9689f80 [04/16] ASoC: fsl-esai: Update to modern clocking terminology commit: e0b64fa34c7f444908549c32dd68f81ac436299e [05/16] ASoC: fsl-mqs: Update to modern clocking terminology commit: a51da9dc9b3a844460a355cd10d0db4320f4d726 [06/16] ASoC: fsl_sai: Update to modern clocking terminology commit: 361284a4eb598eaf28e8458c542f214d3689b134 [07/16] ASoC: fsl_ssi: Update to modern clocking terminology commit: 89efbdaaa444d63346bf1bdf3b58dfb421de91f1 [08/16] ASoC: imx-audmix: Update to modern clocking terminology commit: bf101022487091032fd8102c835b1157b8283c43 [09/16] ASoC: imx-card: Update to modern clocking terminology commit: d689e280121abf1cdf0d37734b0b306098a774ed [10/16] ASoC: imx-es8328: Update to modern clocking terminology commit: 56b69e4e4bc24c732b68ff6df54be83226a3b4e6 [11/16] ASoC: imx-hdmi: Update to modern clocking terminology commit: a90f847ad2f1c8575f6a7980e5ee9937d1a5eeb4 [12/16] ASoC: imx-rpmsg: Update to modern clocking terminology commit: caa0a6075a6e9239e49690a40a131496398602ab [13/16] ASoC: imx-sgtl5000: Update to modern clocking terminology commit: 419099b4c3318a3c486f9f65b015760e71d53f0a [14/16] ASoC: mpc8610_hpcd: Update to modern clocking terminology commit: 8a7f299b857b81a10566fe19c585fae4d1c1f8ef [15/16] ASoC: pl1022_ds: Update to modern clocking terminology commit: fcd444bf6a29a22e529510de07c72555b7e46224 [16/16] ASoC: pl1022_rdk: Update to modern clocking terminology commit: 39e178a4cc7d042cd6353e73f3024d87e79a86ca 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/fsl/eukrea-tlv320.c b/sound/soc/fsl/eukrea-tlv320.c index e13271ea84de..8b61582753c8 100644 --- a/sound/soc/fsl/eukrea-tlv320.c +++ b/sound/soc/fsl/eukrea-tlv320.c @@ -70,7 +70,7 @@ static struct snd_soc_dai_link eukrea_tlv320_dai = { .name = "tlv320aic23", .stream_name = "TLV320AIC23", .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | - SND_SOC_DAIFMT_CBM_CFM, + SND_SOC_DAIFMT_CBP_CFP, .ops = &eukrea_tlv320_snd_ops, SND_SOC_DAILINK_REG(hifi), };
As part of moving to remove the old style defines for the bus clocks update the eureka-tlv320 driver to use more modern terminology for clocking. Signed-off-by: Mark Brown <broonie@kernel.org> --- sound/soc/fsl/eukrea-tlv320.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)