diff options
author | Alistair Strachan <astrachan@google.com> | 2019-03-05 11:11:34 -0800 |
---|---|---|
committer | Alistair Strachan <astrachan@google.com> | 2019-03-06 21:09:47 +0000 |
commit | bf53364cba2f0b3ba213bc82bc71975f4ef2451a (patch) | |
tree | 743862193e68b8ab5ca18b77b3d755438d3cca7e /arch/arm64 | |
parent | f44df02cd20229706d1a6beb1ae767f37412dd03 (diff) |
ANDROID: cuttlefish_defconfig: Add support for AC97 audio
Enable driver support for the ac97 emulation provided by QEMU and
crosvm. This is for the older 'ac97' soundhw, not 'hda'.
Bug: 126955561
Test: local build and test of sound from cuttlefish
Change-Id: I6c29e352e0be161e2a1dc35fde50b888b7dbf86e
Signed-off-by: Alistair Strachan <astrachan@google.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/cuttlefish_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/configs/cuttlefish_defconfig b/arch/arm64/configs/cuttlefish_defconfig index 931204f707a3..e25e9b50b12e 100644 --- a/arch/arm64/configs/cuttlefish_defconfig +++ b/arch/arm64/configs/cuttlefish_defconfig @@ -278,6 +278,12 @@ CONFIG_DRM=y CONFIG_DRM_VIRTIO_GPU=y CONFIG_SOUND=y CONFIG_SND=y +CONFIG_SND_HRTIMER=y +# CONFIG_SND_SUPPORT_OLD_API is not set +# CONFIG_SND_VERBOSE_PROCFS is not set +# CONFIG_SND_DRIVERS is not set +CONFIG_SND_INTEL8X0=y +# CONFIG_SND_USB is not set CONFIG_HIDRAW=y CONFIG_UHID=y CONFIG_HID_A4TECH=y |