Searched refs:last_played (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/sound/soc/ath79/
H A Dath79-pcm.c85 rtpriv->last_played = ath79_pcm_get_last_played(rtpriv);
100 if (rtpriv->last_played == NULL) {
109 rtpriv->last_played = ath79_pcm_get_last_played(rtpriv);
113 if (rtpriv->last_played == NULL) {
162 rtpriv->last_played = NULL;
265 rtpriv->last_played = NULL;
296 if(rtpriv->last_played == NULL)
299 ret = rtpriv->last_played->BufPtr - runtime->dma_addr;
H A Dath79-pcm.h54 struct ath79_pcm_desc *last_played; member in struct:ath79_pcm_rt_priv

Completed in 73 milliseconds