mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +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:
parent
c9b4e7e880
commit
6ef83eb25d
@ -75,3 +75,7 @@ CONFIG_I2C_CADENCE=y
|
|||||||
# 1-wire
|
# 1-wire
|
||||||
CONFIG_W1_MASTER_AMD_AXI=m
|
CONFIG_W1_MASTER_AMD_AXI=m
|
||||||
CONFIG_W1_SLAVE_THERM=m
|
CONFIG_W1_SLAVE_THERM=m
|
||||||
|
|
||||||
|
# Audio drivers
|
||||||
|
CONFIG_SND_HDA_INTEL=m
|
||||||
|
CONFIG_SND_HDA_GENERIC=m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user