Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c462 unsigned int pcm_width) in buffer_mux_port() argument
472 chan_pos = hdspe_channel_offset(subset, ports, pcm_width); in buffer_mux_port()
474 channels = hdspe_channel_count(ports, pcm_width); in buffer_mux_port()
477 slots = hdspe_port_slot_width(subset, MIN(adat_width, pcm_width)); in buffer_mux_port()
508 unsigned int pcm_width) in buffer_demux_port() argument
518 chan_pos = hdspe_channel_offset(subset, ports, pcm_width); in buffer_demux_port()
520 channels = hdspe_channel_count(ports, pcm_width); in buffer_demux_port()
523 slots = hdspe_port_slot_width(subset, MIN(adat_width, pcm_width)); in buffer_demux_port()
547 unsigned int adat_width, pcm_width; in buffer_copy() local
557 pcm_width = 2; in buffer_copy()
[all …]