mbox series

[v6,0/2] Modify documentation and machine driver for mt8186_rt1019_rt5682s sound card

Message ID 20221102125936.2176748-1-ajye_huang@compal.corp-partner.google.com (mailing list archive)
Headers show
Series Modify documentation and machine driver for mt8186_rt1019_rt5682s sound card | expand

Message

Ajye Huang Nov. 2, 2022, 12:59 p.m. UTC
v6:
- dmic codec driver: 
  - Modify "FrontMic" to "Front Mic" and "RearMic" to "Rear Mic"
    to consisit with commit 3cfbf07c6d27 mentioned in description.

v5:
- Documentation: 
  - Add #include <dt-bindings/gpio/gpio.h> in order to use
    GPIO_ACTIVE_HIGH.
  - Remove the change-id in message.

v4:
- Documentation: 
  - Fix the FATAL ERROR: Unable to parse input tree.

v3:
- Documentation: 
  - Add an explain example in description.
  - Add the pinctrl-name and pinctrl id in its example.

v2:
- dmic codec driver: 
  - Remove the unnecessary use of_property_read_bool()

v1:
- Documentation: Add dmic-gpios optional prop for two DMICs case.
- dmic codec driver: 
  - "dmic-gpios" property is used for amixer control to switch
     the dmic signal source between the Front and Rear Dmic.

Thanks for the review!

Ajye Huang (2):
  ASoC: mediatek: dt-bindings: modify machine bindings for two MICs case
  ASoC: mediatek: mt8186-rt5682: Modify machine driver for two DMICs
    case

 .../sound/mt8186-mt6366-rt1019-rt5682s.yaml   |  14 ++-
 .../mt8186/mt8186-mt6366-rt1019-rt5682s.c     | 102 +++++++++++++++++-
 2 files changed, 114 insertions(+), 2 deletions(-)

Comments

Mark Brown Nov. 3, 2022, 4:34 p.m. UTC | #1
On Wed, 2 Nov 2022 20:59:34 +0800, Ajye Huang wrote:
> v6:
> - dmic codec driver:
>   - Modify "FrontMic" to "Front Mic" and "RearMic" to "Rear Mic"
>     to consisit with commit 3cfbf07c6d27 mentioned in description.
> 
> v5:
> - Documentation:
>   - Add #include <dt-bindings/gpio/gpio.h> in order to use
>     GPIO_ACTIVE_HIGH.
>   - Remove the change-id in message.
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: mediatek: dt-bindings: modify machine bindings for two MICs case
      commit: f8639c385f7e8325b73c83a6ec0865f8c036e1ad
[2/2] ASoC: mediatek: mt8186-rt5682: Modify machine driver for two DMICs case
      commit: e14657c0f0022e02c8f25fa9c56afae3d3db9e77

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