Home
last modified time | relevance | path

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

/sound/soc/xtensa/
Dxtfpga-i2s.c159 bool tx_active; in xtfpga_pcm_push_tx() local
163 tx_active = tx_substream && snd_pcm_running(tx_substream); in xtfpga_pcm_push_tx()
164 if (tx_active) { in xtfpga_pcm_push_tx()
173 return tx_active; in xtfpga_pcm_push_tx()
185 bool tx_active = xtfpga_pcm_push_tx(i2s); in xtfpga_pcm_refill_fifo() local
189 if (tx_active) in xtfpga_pcm_refill_fifo()
193 if (!tx_active || in xtfpga_pcm_refill_fifo()
/sound/soc/samsung/
Di2s.c137 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() function
165 return tx_active(other); in other_tx_active()
171 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()
210 return tx_active(i2s) || rx_active(i2s); in this_active()