mbox series

[0/3] ASoC: more fixes for dpcm checks

Message ID 20200707210439.115300-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: more fixes for dpcm checks | expand

Message

Pierre-Louis Bossart July 7, 2020, 9:04 p.m. UTC
This is hopefully the last set of fixes to avoid probe errors due to
stricter checks of DAI capabilities introduced late in the 5.8 cycle.

Daniel Baluta (1):
  ASoC: SOF: imx: add min/max channels for SAI/ESAI on i.MX8/i.MX8M

Pierre-Louis Bossart (2):
  ASoC: soc-dai: set dai_link dpcm_ flags with a helper
  ASoC: Intel: bdw-rt5677: fix non BE conversion

 include/sound/soc-dai.h              |  1 +
 sound/soc/generic/audio-graph-card.c |  4 +--
 sound/soc/generic/simple-card.c      |  4 +--
 sound/soc/intel/boards/bdw-rt5677.c  |  1 +
 sound/soc/soc-dai.c                  | 38 ++++++++++++++++++++++++++++
 sound/soc/sof/imx/imx8.c             |  8 ++++++
 sound/soc/sof/imx/imx8m.c            |  8 ++++++
 7 files changed, 60 insertions(+), 4 deletions(-)


base-commit: a5911ac5790acaf98c929b826b3f7b4a438f9759

Comments

Mark Brown July 8, 2020, 11:53 a.m. UTC | #1
On Tue, Jul 07, 2020 at 04:04:36PM -0500, Pierre-Louis Bossart wrote:

> base-commit: a5911ac5790acaf98c929b826b3f7b4a438f9759

These are fixes but you're basing them off for-5.9.
Pierre-Louis Bossart July 8, 2020, 12:49 p.m. UTC | #2
On 7/8/20 6:53 AM, Mark Brown wrote:
> On Tue, Jul 07, 2020 at 04:04:36PM -0500, Pierre-Louis Bossart wrote:
> 
>> base-commit: a5911ac5790acaf98c929b826b3f7b4a438f9759
> 
> These are fixes but you're basing them off for-5.9.

I wasn't sure which branch to use to be honest. It's late in the cycle 
for 5.8, the addition of the helper is new. I am happy to resubmit for 
5.8 if you prefer it this way.
Mark Brown July 8, 2020, 3:53 p.m. UTC | #3
On Wed, Jul 08, 2020 at 07:49:58AM -0500, Pierre-Louis Bossart wrote:

> I wasn't sure which branch to use to be honest. It's late in the cycle for
> 5.8, the addition of the helper is new. I am happy to resubmit for 5.8 if
> you prefer it this way.

They applied fine as-is so it's fine.
Pierre-Louis Bossart July 8, 2020, 4:59 p.m. UTC | #4
On 7/8/20 10:53 AM, Mark Brown wrote:
> On Wed, Jul 08, 2020 at 07:49:58AM -0500, Pierre-Louis Bossart wrote:
> 
>> I wasn't sure which branch to use to be honest. It's late in the cycle for
>> 5.8, the addition of the helper is new. I am happy to resubmit for 5.8 if
>> you prefer it this way.
> 
> They applied fine as-is so it's fine.

Great, thanks!
Mark Brown July 8, 2020, 4:59 p.m. UTC | #5
On Tue, 7 Jul 2020 16:04:36 -0500, Pierre-Louis Bossart wrote:
> This is hopefully the last set of fixes to avoid probe errors due to
> stricter checks of DAI capabilities introduced late in the 5.8 cycle.
> 
> Daniel Baluta (1):
>   ASoC: SOF: imx: add min/max channels for SAI/ESAI on i.MX8/i.MX8M
> 
> Pierre-Louis Bossart (2):
>   ASoC: soc-dai: set dai_link dpcm_ flags with a helper
>   ASoC: Intel: bdw-rt5677: fix non BE conversion
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/3] ASoC: soc-dai: set dai_link dpcm_ flags with a helper
      commit: 25612477d20b522a3203707ff23575b99f639fff
[2/3] ASoC: Intel: bdw-rt5677: fix non BE conversion
      commit: fffebe8a8339c7e56db4126653a3bc0c0c5592cf
[3/3] ASoC: SOF: imx: add min/max channels for SAI/ESAI on i.MX8/i.MX8M
      commit: 4e7f8cac1171ba369a9209a8d949732a4d3b939a

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