dde_bsd: update audio driver to OpenBSD -current (2024-08-16)

This update uses a -current (that will become 7.6 later this year)
snapshot from 2024-08-16 that includes fixes for MSI support on
AMD systems.

Fixes #5331.
This commit is contained in:
Josef Söntgen 2024-08-27 13:27:27 +02:00 committed by Christian Helmuth
parent 8b06d7ff42
commit 3e82422d17
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
237ac748d022037fe97ed03347017122f3255c54
931ffc4e67642ff7c5e639d8ca7b6f5bc345c803

View File

@ -6,10 +6,9 @@ DOWNLOADS := audio.archive
# Audio drivers from OpenBSD
#
SRC_DIR_AUDIO := src/lib/audio
VERSION(audio) := 7.5
BASE_URL := https://cdn.openbsd.org/pub/OpenBSD
URL(audio) := $(BASE_URL)/${VERSION(audio)}/sys.tar.gz
SHA(audio) := 5bed83f290c277f1d89d9280d369f827798f3deb9f06dac043a4b5e50863dae5
VERSION(audio) := 8571a5a
URL(audio) := https://distfiles.sysret.de/Genode/dde_bsd-8571a5a.tar.xz
SHA(audio) := 4a0de8a026d3a844022135c25bab5aabfd5f77146aaedaa6d7253b2cc110efca
DIR(audio) := $(SRC_DIR_AUDIO)
TAR_OPT(audio) := --strip-components=1 --files-from $(REP_DIR)/audio.list
HASH_INPUT += $(REP_DIR)/audio.list