alsa-ucm-conf-samsung-sm7125: add support for samsung-a72q (MR 3390)
This commit is contained in:
parent
d5d54b2b50
commit
43f8e10919
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Leandro Friedrich <email@leandrofriedrich.de>
|
||||
# Co-Maintainer: map220v <map220v300@gmail.com>
|
||||
pkgname=alsa-ucm-conf-samsung-sm7125
|
||||
pkgver=1
|
||||
pkgver=1.1
|
||||
pkgrel=0
|
||||
pkgdesc="ALSA Use Case Manager configuration for Samsung Galaxy Phones based on Qualcomm's SM7125 SoC"
|
||||
url="https://alsa-project.org"
|
||||
|
@ -18,6 +18,8 @@ replaces="alsa-ucm-conf"
|
|||
package() {
|
||||
install -Dm644 "$srcdir/sm7125_GalaxyA52.conf" \
|
||||
"$pkgdir/usr/share/alsa/ucm2/conf.d/sm8250/Galaxy A52.conf"
|
||||
install -Dm644 "$srcdir/sm7125_GalaxyA52.conf" \
|
||||
"$pkgdir/usr/share/alsa/ucm2/conf.d/sm8250/Galaxy A72.conf"
|
||||
install -Dm644 "$srcdir/sm7125_GalaxyA52_HiFi.conf" \
|
||||
"$pkgdir/usr/share/alsa/ucm2/Samsung/a52q/HiFi.conf"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue