Skip to content

Commit 0b51be3

Browse files
committed
github: workflows: testbench: Update alsa-lib and alsa-lib
This patch updates the commits to Release v1.2.16. It is needed to build topologies with extended sample rates. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent c4785ba commit 0b51be3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testbench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cd ${GITHUB_WORKSPACE}
5555
git clone https://github.com/thesofproject/alsa-lib.git
5656
cd alsa-lib
57-
git checkout df8f1cc1ec9d9ee15be5e2c23ad25b9389fd8766 -b build
57+
git checkout 08b532cd3da9ac8f683bcb4e4beb9b74c39c1782 -b build
5858
./gitcompile --prefix=${GITHUB_WORKSPACE}/tools
5959
make install
6060
@@ -63,7 +63,7 @@ jobs:
6363
cd ${GITHUB_WORKSPACE}
6464
git clone https://github.com/thesofproject/alsa-utils.git
6565
cd alsa-utils
66-
git checkout 0ffa105942a06cdfa98e5918b8dc82e3cac12792 -b build
66+
git checkout 9feb22ba45b48729729c8d194aaf1bc082a6842a -b build
6767
./gitcompile --prefix=${GITHUB_WORKSPACE}/tools \
6868
--with-alsa-prefix=${GITHUB_WORKSPACE}/tools \
6969
--with-alsa-inc-prefix=${GITHUB_WORKSPACE}/tools/include \

0 commit comments

Comments
 (0)