device-acer-aspire1: Enable DP in ucm config (MR 4900)

With the latest kernel update the EC is now enabled and DP alt mode can
be used. Enable the DP sound in UCM config.
This commit is contained in:
Nikita Travkin 2024-04-23 10:25:07 +05:00 committed by Stefan Hansson
parent ad28501092
commit 89a4c7f08f
No known key found for this signature in database
GPG key ID: 8A700086A9FE41FD
2 changed files with 17 additions and 17 deletions

View file

@ -2,8 +2,8 @@
# Maintainer: Nikita Travkin <nikita@trvn.ru>
pkgname=device-acer-aspire1
pkgdesc="Acer Aspire 1"
pkgver=2
pkgrel=1
pkgver=3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -102,6 +102,6 @@ d1464b00c217c39fc7cfa446de802886114c2bc54b9c6b93fea4d3a139f5e51b605c879541b457db
0626518d52fb56b80115e333030abe409fb5ca13aa7c13387e3f41e7d34c3b7c7da3ff06dd7062b79b5472f93119100bffa98f32f05f530623ccca7282777302 sc7180.conf
ee33efa68a091f47ecaf51fc05f43fb7d5c62ec3eeaacb917dc1438edc4636eaba52c336645bf8a555b68b366a7dc40baf55895595ac7ac66cdeaa7ede86a72f init.conf
aa02be162bf7d17396c19f457a73b887b23ac3aaa43543532c2f94d45d5ecfe600a4ae52d6dc43ccfd33ca3fa817533187fb895623b68e3f65150a6db0adc418 HiFi.conf
a39d5c3d0e80a008b69b736cfe0a121b45d1db72a1026b4ff7dbe9442fe7094e5599188bb6846382be6147bad4f5cc53bbd58d988c0d463f776cc57227cfb0a2 Acer-Aspire-1.conf
e9b3e1f2c3ad8dcbafd3420aa203da0b0d45098d2a20abaae0cdca77e64f9f51bd329f11a4777f66fe777ad1ea4c41b7749b4fb9bb6beb63a55a5af58f8c76c4 Acer-Aspire-1.conf
08c6b1bd8685bb47cfebe3f3cc38f2cb6f04c95498dc1fe2b4dbff08a563cf51b5933c20a6d3cae021af80afe61aa32ce7550687eec71a89bd1ae8791ae4c5fb DP.conf
"

View file

@ -10,20 +10,20 @@ SectionUseCase."HiFi" {
# and PA refuses the profile right after.
# The condition guards the profile to at least supress
# those errors.
#If."DP present" {
# Condition {
# Type String
# String1 "${sys:/class/drm/card0-USB-1/status}"
# String2 "connected"
# }
#
# True {
# SectionUseCase."HDMI" {
# File "/Qualcomm/sc7180/Acer-Aspire-1/DP.conf"
# Comment "DisplayPort output."
# }
# }
#}
If."DP present" {
Condition {
Type String
String1 "${sys:/class/drm/card0-USB-1/status}"
String2 "connected"
}
True {
SectionUseCase."HDMI" {
File "/Qualcomm/sc7180/Acer-Aspire-1/DP.conf"
Comment "DisplayPort output."
}
}
}
Include.card-init.File "/lib/card-init.conf"
Include.ctl-remap.File "/lib/ctl-remap.conf"