Home
last modified time | relevance | path

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

/linux-4.4.14/sound/sh/
Dsh_dac_audio.c194 ssize_t b_pos = frames_to_bytes(runtime , pos); in snd_sh_dac_pcm_copy() local
202 memcpy_toio(chip->data_buffer + b_pos, src, b_count); in snd_sh_dac_pcm_copy()
203 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_copy()
221 ssize_t b_pos = frames_to_bytes(runtime , pos); in snd_sh_dac_pcm_silence() local
229 memset_io(chip->data_buffer + b_pos, 0, b_count); in snd_sh_dac_pcm_silence()
230 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_silence()