Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/
H A Dpcmtest.c166 static inline size_t ch_pos_i(size_t b_total, unsigned int channels, unsigned int b_sample) in ch_pos_i() argument
168 return b_total / channels / b_sample * b_sample + (b_total % b_sample); in ch_pos_i()