Home
last modified time | relevance | path

Searched refs:hdspe_unified_pcm (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Dhdspe.c46 static bool hdspe_unified_pcm = false; variable
52 &hdspe_unified_pcm, 0, "Combine physical ports in one unified pcm device");
761 chan_map = hdspe_unified_pcm ? chan_map_aio_uni : chan_map_aio; in hdspe_attach()
765 chan_map = hdspe_unified_pcm ? chan_map_rd_uni : chan_map_rd; in hdspe_attach()