Commit dfd3b2cb authored by Anton Midyukov's avatar Anton Midyukov

firmware: make firmware-alsa-sof is available for all architectures

On some Anbernic (aarch64) is used. Also useful for USB sound cards. Reported-by: arbars@
parent 40cedfc5
......@@ -9,9 +9,7 @@ ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call add,THE_PACKAGES,firmware-bcm4345)
@$(call add,THE_PACKAGES,firmware-linux-qcom)
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,firmware-alsa-sof)
endif
use/firmware/full: use/firmware/server use/firmware/laptop; @:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment