1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Enable Intel audio driver for virtualized sound on aarch64 (#4185)

Enable Intel audio driver which should make it possible to use virtualized
sound on aarch64 VMs with intel-hda emulation.

Fixes #4179
This commit is contained in:
Jan Čermák
2025-07-24 11:54:36 +02:00
committed by GitHub
parent c9b4e7e880
commit 6ef83eb25d

View File

@@ -75,3 +75,7 @@ CONFIG_I2C_CADENCE=y
# 1-wire
CONFIG_W1_MASTER_AMD_AXI=m
CONFIG_W1_SLAVE_THERM=m
# Audio drivers
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_GENERIC=m