[alsa-devel] [PATCH 0/5] Add device tree support of audio (ALC5632) on PAZ00 board
The following patchset is going to: * add device tree support of audio (ALC5632) on PAZ00 board. * enable headset autodetection. * enable headset microphone.
--- I will update the ALC5632 codec to routing names used in documentation, in the later patches,
Leon Romanovsky (5): ASoC: Tegra+ALC5632: Implement device tree support in board file ASoC: ALC5632: Add device tree binding documentation ASoC: Tegra+ALC5632 machine: Add device tree binding documentation ASoC: dt: tegra: Enable headset autodetection on PAZ00 board. ASoC: tegra: Remove unused DAPM route structure.
.../devicetree/bindings/sound/alc5632.txt | 24 ++++ .../bindings/sound/tegra-audio-alc5632.txt | 57 +++++++++ .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/tegra-paz00.dts | 1 + sound/soc/tegra/tegra_alc5632.c | 129 +++++++++++++++---- 5 files changed, 185 insertions(+), 27 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/alc5632.txt create mode 100644 Documentation/devicetree/bindings/sound/tegra-audio-alc5632.txt
Leon Romanovsky wrote at Tuesday, January 31, 2012 12:26 AM:
The following patchset is going to:
- add device tree support of audio (ALC5632) on PAZ00 board.
- enable headset autodetection.
- enable headset microphone.
Aside from the issue I already comment on, the series:
Acked-by: Stephen Warren swarren@nvidia.com
(Olof may wish to comment on whether he wishes the patches split up to apply the Tegra/ASoC parts separately, or merge them into both trees, to avoid any potential merge conflicts on the .dts files)
On Tue, Jan 31, 2012 at 10:00:45AM -0800, Stephen Warren wrote:
(Olof may wish to comment on whether he wishes the patches split up to apply the Tegra/ASoC parts separately, or merge them into both trees, to avoid any potential merge conflicts on the .dts files)
I'm leaving the last two patches to see what Olof thinks; Leon, if you get to it first splitting the DTS file update from the patch updating the machine driver would avoid any issue.
On Tue, Jan 31, 2012 at 21:42, Mark Brown broonie@opensource.wolfsonmicro.com wrote:
On Tue, Jan 31, 2012 at 10:00:45AM -0800, Stephen Warren wrote:
(Olof may wish to comment on whether he wishes the patches split up to apply the Tegra/ASoC parts separately, or merge them into both trees, to avoid any potential merge conflicts on the .dts files)
I'm leaving the last two patches to see what Olof thinks; Leon, if you get to it first splitting the DTS file update from the patch updating the machine driver would avoid any issue.
I'll try to resend them today/tomorrow.
-- Leon Romanovsky | Independent Linux Consultant www.leon.nu | leon@leon.nu
On Tue, Jan 31, 2012 at 07:42:54PM +0000, Mark Brown wrote:
On Tue, Jan 31, 2012 at 10:00:45AM -0800, Stephen Warren wrote:
(Olof may wish to comment on whether he wishes the patches split up to apply the Tegra/ASoC parts separately, or merge them into both trees, to avoid any potential merge conflicts on the .dts files)
I'm leaving the last two patches to see what Olof thinks; Leon, if you get to it first splitting the DTS file update from the patch updating the machine driver would avoid any issue.
Agreed -- Leon, please just send the dts update separately.
-Olof
On Tue, Jan 31, 2012 at 09:25:57AM +0200, Leon Romanovsky wrote:
The following patchset is going to:
- add device tree support of audio (ALC5632) on PAZ00 board.
- enable headset autodetection.
- enable headset microphone.
Applied, thanks.
participants (4)
-
Leon Romanovsky
-
Mark Brown
-
Olof Johansson
-
Stephen Warren