Searched refs:buf_frames (Results 1 – 5 of 5) sorted by relevance
218 *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()
67 uint32_t buf_frames; member
319 *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()
216 uint32_t buf_frames; /* Buffer size in frames */ member
324 size_t buf_frames; /* Buffer size in frames */ member