Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c218 *nframes = port->buf_frames; in p16x_open()
330 n = offset + (port->buf_frames - port->offset); in p16x_count()
360 *offset = (port->buf_frames * 2 * mult) + (chan % 2); in p16x_chinfo()
413 port->buf_frames = 4096; in p16x_alloc_port()
414 port->buf_size = port->buf_frames * port->nchan * sizeof (uint16_t); in p16x_alloc_port()
524 chunksz = port->buf_frames * 4; in p16x_hwinit()
H A Daudiop16x.h67 uint32_t buf_frames; member
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c319 *nframesp = port->buf_frames; in audigyls_open()
459 n = offset + (port->buf_frames - port->offset); in audigyls_count()
475 *offset = (port->buf_frames * 2 * (chan / 2)) + (chan % 2); in audigyls_chinfo()
519 port->buf_frames = 2048; in audigyls_alloc_port()
520 port->buf_size = port->buf_frames * port->nchan * sizeof (int16_t); in audigyls_alloc_port()
720 chunksz = port->buf_frames * 4; in audigyls_hwinit()
733 chunksz = port->buf_frames * 4; in audigyls_hwinit()
H A Daudiols.h216 uint32_t buf_frames; /* Buffer size in frames */ member
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.h324 size_t buf_frames; /* Buffer size in frames */ member