[PATCH v4 0/2] Fix sound on ASUS Transformers

Svyatoslav Ryhel posted 2 patches 2 years, 5 months ago
arch/arm/boot/dts/tegra20-asus-tf101.dts        | 13 +++++++------
arch/arm/boot/dts/tegra30-asus-tf201.dts        | 17 +++++++++++++++++
arch/arm/boot/dts/tegra30-asus-tf300t.dts       |  6 ++----
arch/arm/boot/dts/tegra30-asus-tf300tg.dts      | 17 +++++++++++++++++
arch/arm/boot/dts/tegra30-asus-tf700t.dts       | 17 +++++++++++++++++
.../dts/tegra30-asus-transformer-common.dtsi    |  9 +++++----
6 files changed, 65 insertions(+), 14 deletions(-)
[PATCH v4 0/2] Fix sound on ASUS Transformers
Posted by Svyatoslav Ryhel 2 years, 5 months ago
- update dts bindings

---
Changes from v3
- fixed typo in wm8903 audio-routing

Changes from v2
- dropped already picked patches
- adjustments in binding updates (tf101 and tf300t require wm8903
  codec patch to properly work with internal mic)

Changes from v1
- fm34 dropped for re-work
- quirk for headset detection and rt5631 bringup splitted
- minor adjustments in binding updates
- improvement of rt5631 rate asignment
---

Svyatoslav Ryhel (2):
  ARM: tegra: transformers: update WM8903 sound nodes
  ARM: tegra: transformers: bind RT5631 sound nodes

 arch/arm/boot/dts/tegra20-asus-tf101.dts        | 13 +++++++------
 arch/arm/boot/dts/tegra30-asus-tf201.dts        | 17 +++++++++++++++++
 arch/arm/boot/dts/tegra30-asus-tf300t.dts       |  6 ++----
 arch/arm/boot/dts/tegra30-asus-tf300tg.dts      | 17 +++++++++++++++++
 arch/arm/boot/dts/tegra30-asus-tf700t.dts       | 17 +++++++++++++++++
 .../dts/tegra30-asus-transformer-common.dtsi    |  9 +++++----
 6 files changed, 65 insertions(+), 14 deletions(-)

-- 
2.37.2
Re: [PATCH v4 0/2] Fix sound on ASUS Transformers
Posted by Thierry Reding 2 years, 5 months ago
On Mon, Mar 27, 2023 at 06:02:17PM +0300, Svyatoslav Ryhel wrote:
> - update dts bindings
> 
> ---
> Changes from v3
> - fixed typo in wm8903 audio-routing
> 
> Changes from v2
> - dropped already picked patches
> - adjustments in binding updates (tf101 and tf300t require wm8903
>   codec patch to properly work with internal mic)
> 
> Changes from v1
> - fm34 dropped for re-work
> - quirk for headset detection and rt5631 bringup splitted
> - minor adjustments in binding updates
> - improvement of rt5631 rate asignment
> ---
> 
> Svyatoslav Ryhel (2):
>   ARM: tegra: transformers: update WM8903 sound nodes
>   ARM: tegra: transformers: bind RT5631 sound nodes

Applied, with a slightly modified commit message on the first patch.

Thanks,
Thierry