Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dhdsp.c46 static bool hdsp_unified_pcm = false; variable
52 &hdsp_unified_pcm, 0, "Combine physical ports in one unified pcm device");
869 chan_map = hdsp_unified_pcm ? chan_map_9632_uni : chan_map_9632; in hdsp_attach()
873 chan_map = hdsp_unified_pcm ? chan_map_9652_uni : chan_map_9652; in hdsp_attach()