Home
last modified time | relevance | path

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

/sound/soc/blackfin/
Dbf5xx-ac97-pcm.c63 sport->tx_pos, (__u16 *)runtime->dma_area + sport->tx_pos * in bf5xx_mmap_copy()
65 sport->tx_pos += runtime->period_size; in bf5xx_mmap_copy()
66 if (sport->tx_pos >= runtime->buffer_size) in bf5xx_mmap_copy()
67 sport->tx_pos %= runtime->buffer_size; in bf5xx_mmap_copy()
68 sport->tx_delay_pos = sport->tx_pos; in bf5xx_mmap_copy()
204 sport->tx_pos = 0; in bf5xx_pcm_trigger()
Dbf5xx-sport.h99 int tx_pos;/*pcm sample count*/ member