From 60f25e664cc9e8055c57a63e232c43a4ff183d4c Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Wed, 8 Sep 2021 15:27:43 +0900 Subject: [PATCH] Enable softvol plugin for SoundBar [Version] 1.0.29-5 [Issue Type] Build Change-Id: Iff4a8ce83a95819b5bbd1b48f378e29413dff233 --- packaging/alsa-lib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/alsa-lib.spec b/packaging/alsa-lib.spec index d213422..1fd43d6 100644 --- a/packaging/alsa-lib.spec +++ b/packaging/alsa-lib.spec @@ -1,6 +1,6 @@ Name: alsa-lib Version: 1.0.29 -Release: 4 +Release: 5 License: LGPL-2.1+ Summary: The Advanced Linux Sound Architecture (ALSA) library Url: http://www.alsa-project.org/ @@ -43,7 +43,7 @@ cp %{SOURCE1001} . --disable-alisp \ --disable-python \ --with-gnu-ld \ - --with-pcm-plugins=rate,route,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty \ + --with-pcm-plugins=rate,route,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty,softvol \ --with-ucmdir=%{confdir}/ucm make %{?_smp_mflags} -- 2.34.1