mbox series

[v2,0/2] ASoC: Intel: avs: rt5682: Refactor jack handling

Message ID 20221129180738.2866290-1-cezary.rojewski@intel.com (mailing list archive)
Headers show
Series ASoC: Intel: avs: rt5682: Refactor jack handling | expand

Message

Cezary Rojewski Nov. 29, 2022, 6:07 p.m. UTC
Leftover from recent series [1].
Following changes are proposed for the rt5682 sound card driver:

1) Move jack unassignment from platform_device->remove() to
   dai_link->exit(). This is done to make jack init and deinit flows
   symmetric
2) Remove platform_device->remove() function
3) Simplify card->suspend_pre() and card->resume_post() by making use of
   snd_soc_card_get_codec_dai() helper


Changes in v2:
- fixed compilation of the first patch in the series by moving offending
  pieces to the second patch


[1]: https://lore.kernel.org/alsa-devel/20221125184032.2565979-1-cezary.rojewski@intel.com/

Amadeusz Sławiński (2):
  ASoC: Intel: avs: rt5682: Add define for codec DAI name
  ASoC: Intel: avs: rt5682: Refactor jack handling

 sound/soc/intel/avs/boards/rt5682.c | 31 ++++++++++++-----------------
 1 file changed, 13 insertions(+), 18 deletions(-)

Comments

Mark Brown Nov. 29, 2022, 7:29 p.m. UTC | #1
On Tue, 29 Nov 2022 19:07:36 +0100, Cezary Rojewski wrote:
> Leftover from recent series [1].
> Following changes are proposed for the rt5682 sound card driver:
> 
> 1) Move jack unassignment from platform_device->remove() to
>    dai_link->exit(). This is done to make jack init and deinit flows
>    symmetric
> 2) Remove platform_device->remove() function
> 3) Simplify card->suspend_pre() and card->resume_post() by making use of
>    snd_soc_card_get_codec_dai() helper
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: Intel: avs: rt5682: Add define for codec DAI name
      commit: 19bb7c3053ee54fd7fa7635f680fba3969f4a026
[2/2] ASoC: Intel: avs: rt5682: Refactor jack handling
      commit: 93d519a12a83baa19dae59d121439b04fb9dfded

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