[v2,0/3] sc7180-acer-aspire1: Add sound

Message ID 20231205-aspire1-sound-v2-0-443b7ac0a06f@trvn.ru
Headers
Series sc7180-acer-aspire1: Add sound |

Message

Nikita Travkin Dec. 5, 2023, 11:48 a.m. UTC
  This series adds initial sound support to Acer Aspire 1.

The following sound devices are enabled:
- External stereo speakers
- Headphone jack
- Headset microphone
- DisplayPort sound*

[*] The DisplayPort itself is not yet enabled as it depends on
the embedded controller, which will be added later.

The stereo DMIC in the device lid is omitted from this series
as it requires introduction of the in-soc audio codec, which will
be done later.

While at it, also enable the PMIC RTC that, while is locked
by the firmware as read-only, still allows userspace to track
time with extra tools to save the offset.

Signed-off-by: Nikita Travkin <nikita@trvn.ru>
---
Changes in v2:
- No changes, picked up tags.
- Link to v1: https://lore.kernel.org/r/20231027-aspire1-sound-v1-0-5ff3cf8b5701@trvn.ru

---
Nikita Travkin (3):
      arm64: dts: qcom: acer-aspire1: Enable RTC
      arm64: dts: qcom: acer-aspire1: Correct audio codec definition
      arm64: dts: qcom: acer-aspire1: Add sound

 arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts | 174 ++++++++++++++++++++++-
 1 file changed, 172 insertions(+), 2 deletions(-)
---
base-commit: 0f5f12ac05f36f117e793656c3f560625e927f1b
change-id: 20231027-aspire1-sound-53a4c06ac9fd

Best regards,
  

Comments

Bjorn Andersson Dec. 17, 2023, 5:21 p.m. UTC | #1
On Tue, 05 Dec 2023 16:48:09 +0500, Nikita Travkin wrote:
> This series adds initial sound support to Acer Aspire 1.
> 
> The following sound devices are enabled:
> - External stereo speakers
> - Headphone jack
> - Headset microphone
> - DisplayPort sound*
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: qcom: acer-aspire1: Enable RTC
      commit: 04fe8f0a68a346048f2432380a74a5e393d59a4c
[2/3] arm64: dts: qcom: acer-aspire1: Correct audio codec definition
      commit: feec9f0add432a867f23e29afcd2f7088889b8e2
[3/3] arm64: dts: qcom: acer-aspire1: Add sound
      commit: 4555798a21c973c66c8de91b58a2d0b4d0df4af3

Best regards,