Skip to content

Commit

Permalink
alsa-info.sh: Add alsa-ucm package to package filter
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
perexg committed Jan 2, 2025
1 parent ec20f8e commit 3424aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alsa-info/alsa-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ withpackages() {
RPM="$(command -v rpmquery)"
DPKG="$(command -v dpkg)"
[ -n "$RPM$DPKG" ] || return
local PATTERN='(alsa-(lib|oss|plugins|tools|(topology|ucm)-conf|utils|sof-firmware)|libalsa|tinycompress|sof-firmware)'
local PATTERN='(alsa-(lib|oss|plugins|tools|ucm|(topology|ucm)-conf|utils|sof-firmware)|libalsa|tinycompress|sof-firmware)'
{
echo "!!Packages installed"
echo "!!--------------------"
Expand Down

0 comments on commit 3424aac

Please sign in to comment.