Searched refs:pb (Results 1 – 5 of 5) sorted by relevance
333 int stream, pb, *cnt; in check_for_elapsed_periods() local341 pb = snd_pcm_lib_period_bytes(sub); in check_for_elapsed_periods()346 if (*cnt >= pb) { in check_for_elapsed_periods()348 *cnt %= pb; in check_for_elapsed_periods()
68 u8 pb; member
146 u8 pb; member1285 fmt->pb = cfg->pb; in q6asm_stream_media_format_block_alac()
830 alac_cfg.pb = alac->pb; in __q6asm_dai_compr_set_codec_params()
1160 unsigned int pb) in hdspm_read_pb_gain() argument1162 if (chan >= HDSPM_MIXER_CHANNELS || pb >= HDSPM_MIXER_CHANNELS) in hdspm_read_pb_gain()1164 return hdspm->mixer->ch[chan].pb[pb]; in hdspm_read_pb_gain()1181 unsigned int pb, unsigned short data) in hdspm_write_pb_gain() argument1183 if (chan >= HDSPM_MIXER_CHANNELS || pb >= HDSPM_MIXER_CHANNELS) in hdspm_write_pb_gain()1188 ((64 + pb + 128 * chan) * sizeof(u32)), in hdspm_write_pb_gain()1189 (hdspm->mixer->ch[chan].pb[pb] = data & 0xFFFF)); in hdspm_write_pb_gain()