Skip to content

Commit

Permalink
alsa-ucm-conf: clean junk, relbump
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 21, 2023
1 parent b081bdf commit d5dab8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions alsa-ucm-conf/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ drwxr-xr-x root/root usr/share/alsa/ucm2/Allwinner/A64/PinePhone/
-rw-r--r-- root/root usr/share/alsa/ucm2/Allwinner/A64/PinePhone/HiFi.conf
-rw-r--r-- root/root usr/share/alsa/ucm2/Allwinner/A64/PinePhone/PinePhone.conf
-rw-r--r-- root/root usr/share/alsa/ucm2/Allwinner/A64/PinePhone/VoiceCall.conf
-rw-r--r-- root/root usr/share/alsa/ucm2/DEBUG.md
drwxr-xr-x root/root usr/share/alsa/ucm2/HDA/
drwxr-xr-x root/root usr/share/alsa/ucm2/HDA/DualCodecs/
-rw-r--r-- root/root usr/share/alsa/ucm2/HDA/DualCodecs/DualCodecs.conf
Expand Down Expand Up @@ -186,7 +185,6 @@ drwxr-xr-x root/root usr/share/alsa/ucm2/Qualcomm/sm8250/
-rw-r--r-- root/root usr/share/alsa/ucm2/Qualcomm/sm8250/HDMI.conf
-rw-r--r-- root/root usr/share/alsa/ucm2/Qualcomm/sm8250/HiFi.conf
-rw-r--r-- root/root usr/share/alsa/ucm2/Qualcomm/sm8250/Qualcomm-RB5-WSA8815-Speakers-DMIC0.conf
-rw-r--r-- root/root usr/share/alsa/ucm2/README.md
drwxr-xr-x root/root usr/share/alsa/ucm2/Rockchip/
drwxr-xr-x root/root usr/share/alsa/ucm2/Rockchip/es8316/
-rw-r--r-- root/root usr/share/alsa/ucm2/Rockchip/es8316/HiFi.conf
Expand Down
5 changes: 4 additions & 1 deletion alsa-ucm-conf/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@

name=alsa-ucm-conf
version=1.2.10
release=1
release=2
source="https://alsa-project.org/files/pub/lib/$name-$version.tar.bz2
splitpcm.patch"

build() {
patch -d $name-$version -p1 -i $SRC/splitpcm.patch

# remove junk
rm $name-$version/ucm2/README.md $name-$version/ucm2/DEBUG.md

mkdir -p $PKG/usr/share/alsa
cp -r $name-$version/ucm2 $PKG/usr/share/alsa
}

0 comments on commit d5dab8e

Please sign in to comment.