alsa-ucm-conf: make clear which data i last updated everything

This commit is contained in:
2024-08-21 08:26:50 +00:00
parent 32a52c3366
commit 04c41f6045
2 changed files with 3 additions and 1 deletions

View File

@@ -15,8 +15,9 @@ in
};
# upstream alsa ships with PinePhone audio configs, but they don't actually produce sound.
# - still true as of 2024-05-26
# - still true as of 2024-08-20
# - see: <https://github.com/alsa-project/alsa-ucm-conf/pull/134>
# - see: <https://gitlab.com/postmarketOS/pmaports/-/issues/2115>
#
# we can substitute working UCM conf in two ways:
# 1. nixpkgs' override for the `alsa-ucm-conf` package

View File

@@ -14,6 +14,7 @@ let
};
pmosAdditions = "${pmaports}/device/main/device-pine64-pinephone/ucm";
in alsa-ucm-conf.overrideAttrs (upstream: {
version = upstream.version + "-unstable-pmos-2024-05-26";
postInstall = (upstream.postInstall or "") + ''
install -Dm644 -t $out/share/alsa/ucm2/PinePhone \
${pmosAdditions}/HiFi.conf \