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