Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/sound/
H A Dsound-i2s.c24 static struct i2stx_info g_i2stx_pri; variable
149 struct i2stx_info *pi2s_tx = &g_i2stx_pri; in sound_init()
180 data_size = g_i2stx_pri.samplingrate * g_i2stx_pri.channels; in sound_play()
181 data_size *= (g_i2stx_pri.bitspersample / SOUND_BITS_IN_BYTE); in sound_play()
194 ret = i2s_transfer_tx_data(&g_i2stx_pri, data, in sound_play()
202 ret = i2s_transfer_tx_data(&g_i2stx_pri, data, size); in sound_play()