1# ptp_kvm.ko should only load when the kvm hypervisor is available on the target
2blocklist ptp_kvm.ko
3blocklist vkms.ko
4
5# Cuttlefish assumes /dev/snd/pcmC0D0p, the first ALSA playback device,
6# represents a virtio-snd playback device.
7#
8# When audio loopback device gets loaded earlier, that device becomes a
9# loopback audio device, and no output from audio HAL gets forwarded to the
10# host.
11#
12# Prevent it from loading completely as it's not needed in Cuttlefish.
13blocklist snd-aloop.ko
14