mbox series

[0/5] ASoC: mediatek: mt8183-da7219: support machine driver for rt1015

Message ID 20200709122445.1584497-1-tzungbi@google.com (mailing list archive)
Headers show
Series ASoC: mediatek: mt8183-da7219: support machine driver for rt1015 | expand

Message

Tzung-Bi Shih July 9, 2020, 12:24 p.m. UTC
This series tries to reuse mt8183-da7219-max98357.c for supporting machine
driver with rt1015 speaker amplifier.

The first 3 patches refactor the code for easier to change for subsequent
patches.

The 4th patch adds document for the new proposed compatible string.

The 5th patch changes the machine driver to support either "MAX98357A" or
"RT1015" codecs.

Tzung-Bi Shih (5):
  ASoC: mediatek: mt8183-da7219: sort header inclusions in alphabetical
  ASoC: mediatek: mt8183-da7219: remove forward declaration of
    headset_init
  ASoC: mediatek: mt8183-da7219: extract codec and DAI names
  ASoC: mediatek: mt8183-da7219: add compatible string for using rt1015
  ASoC: mediatek: mt8183-da7219: support machine driver with rt1015

 .../bindings/sound/mt8183-da7219-max98357.txt |   5 +-
 sound/soc/mediatek/Kconfig                    |   5 +-
 .../mediatek/mt8183/mt8183-da7219-max98357.c  | 244 ++++++++++++++----
 3 files changed, 197 insertions(+), 57 deletions(-)

Comments

Mark Brown July 9, 2020, 10 p.m. UTC | #1
On Thu, 9 Jul 2020 20:24:40 +0800, Tzung-Bi Shih wrote:
> This series tries to reuse mt8183-da7219-max98357.c for supporting machine
> driver with rt1015 speaker amplifier.
> 
> The first 3 patches refactor the code for easier to change for subsequent
> patches.
> 
> The 4th patch adds document for the new proposed compatible string.
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: mediatek: mt8183-da7219: sort header inclusions in alphabetical
      commit: 31add0d56e5c4964009bca8d507ff91350e17b5e
[2/5] ASoC: mediatek: mt8183-da7219: remove forward declaration of headset_init
      commit: cbafb2cc5f56320acca0b9bec7e4f19f15597cbe
[3/5] ASoC: mediatek: mt8183-da7219: extract codec and DAI names
      commit: e5d4bdffc8c89ce253e5663fecd09c893ece7eec
[4/5] ASoC: mediatek: mt8183-da7219: add compatible string for using rt1015
      commit: f739f2ce708cccf1b071e7a1219d932e476b26cd
[5/5] ASoC: mediatek: mt8183-da7219: support machine driver with rt1015
      commit: 9e30251fb22eccaf2199cdfdc02c90459f83bea7

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