spa/plugins: revert "Disable alsa plugin on !Linux platforms."

This reverts commit 01096bf669.

The linux-specific headers are gone, it builds fine now with alsa enabled.
This commit is contained in:
Siva Mahadevan 2026-03-11 20:15:42 -04:00 committed by Wim Taymans
parent 9495e2b8a9
commit a671625637

View file

@ -1,4 +1,4 @@
if alsa_dep.found() and host_machine.system() == 'linux'
if alsa_dep.found()
subdir('alsa')
endif
if get_option('avb').require(host_machine.system() == 'linux', error_message: 'AVB support is only available on Linux').allowed()