HomeFreeBSD

sound(4): Remove pointless Giant from bus_dma_tag_create().

Description

sound(4): Remove pointless Giant from bus_dma_tag_create().

None of the drivers really implement asynchronous buffer loading, so
they don't need lock there. The only question is which of them have
BUS_DMA_NOWAIT flag there already, and to which it should be added.

Details

Provenance
mavAuthored on Sep 4 2021, 10:22 PM
Parents
rG440320b620a2: ffs: remove unused thread argument from ffs_reload()
Branches
Unknown
Tags
Unknown