mbox series

[GIT,PULL] ASoC fixes for v5.18

Message ID 20220330115714.7C9E3C34118@smtp.kernel.org (mailing list archive)
State Accepted
Commit 21b5954d61fd467d0c4e25583845ba0621dfb4fb
Headers show
Series [GIT,PULL] ASoC fixes for v5.18 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.18

Message

Mark Brown March 30, 2022, 11:56 a.m. UTC
The following changes since commit 49a24e9d9c740d3bd8b1200f225f67d45e3d68a5:

  Make the SOF control, PCM and PM code IPC agnostic (2022-03-18 20:11:08 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.18

for you to fetch changes up to 664d66dc0a64b32e60a5ad59a9aebb08676a612b:

  ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV (2022-03-25 16:09:28 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.18

A few fixes that came in during the merge window, all fairly routine.

----------------------------------------------------------------
Jiaxin Yu (1):
      ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs

Meng Tang (2):
      ASoC: fsl-asoc-card: Fix jack_event() always return 0
      ASoC: rockchip: i2s_tdm: Fixup config for SND_SOC_DAIFMT_DSP_A/B

Zheng Bin (1):
      ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV

 sound/soc/codecs/mt6358.c             |  4 ++++
 sound/soc/fsl/fsl-asoc-card.c         | 12 ++++--------
 sound/soc/rockchip/rockchip_i2s_tdm.c | 10 +++++-----
 sound/soc/sof/intel/Kconfig           |  1 +
 4 files changed, 14 insertions(+), 13 deletions(-)

Comments

Takashi Iwai March 30, 2022, 12:05 p.m. UTC | #1
On Wed, 30 Mar 2022 13:56:57 +0200,
Mark Brown wrote:
> 
> The following changes since commit 49a24e9d9c740d3bd8b1200f225f67d45e3d68a5:
> 
>   Make the SOF control, PCM and PM code IPC agnostic (2022-03-18 20:11:08 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.18
> 
> for you to fetch changes up to 664d66dc0a64b32e60a5ad59a9aebb08676a612b:
> 
>   ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV (2022-03-25 16:09:28 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.18
> 
> A few fixes that came in during the merge window, all fairly routine.

Thanks, pulled now.


Takashi