Home
last modified time | relevance | path

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

/sound/soc/xtensa/
Dxtfpga-i2s.c162 bool tx_active; in xtfpga_pcm_push_tx() local
166 tx_active = tx_substream && snd_pcm_running(tx_substream); in xtfpga_pcm_push_tx()
167 if (tx_active) { in xtfpga_pcm_push_tx()
176 return tx_active; in xtfpga_pcm_push_tx()
188 bool tx_active = xtfpga_pcm_push_tx(i2s); in xtfpga_pcm_refill_fifo() local
192 if (tx_active) in xtfpga_pcm_refill_fifo()
196 if (!tx_active || in xtfpga_pcm_refill_fifo()
/sound/soc/samsung/
Di2s.c124 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() function
152 return tx_active(other); in other_tx_active()
158 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()
197 return tx_active(i2s) || rx_active(i2s); in this_active()