Searched refs:pos_adj (Results 1 – 1 of 1) sorted by relevance
510 int pos_adj, pos_align; in snd_hdac_stream_setup_periods() local534 pos_adj = bus->bdl_pos_adj; in snd_hdac_stream_setup_periods()536 pos_align = pos_adj; in snd_hdac_stream_setup_periods()537 pos_adj = DIV_ROUND_UP(pos_adj * runtime->rate, 48000); in snd_hdac_stream_setup_periods()538 if (!pos_adj) in snd_hdac_stream_setup_periods()539 pos_adj = pos_align; in snd_hdac_stream_setup_periods()541 pos_adj = roundup(pos_adj, pos_align); in snd_hdac_stream_setup_periods()542 pos_adj = frames_to_bytes(runtime, pos_adj); in snd_hdac_stream_setup_periods()545 pos_adj); in snd_hdac_stream_setup_periods()546 pos_adj = 0; in snd_hdac_stream_setup_periods()[all …]
Completed in 6 milliseconds