Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/i2s/
Di2s_hi35xx.c194 cfg->writeChannel = i2sCfg->writeChannel; in Hi35xxI2sGetCfg()
206 cfg->writeChannel, cfg->i2slFsSel, cfg->mclk, cfg->bclk, cfg->sampleRate, in Hi35xxI2sGetCfg()
224 cfg->writeChannel, cfg->i2slFsSel, cfg->mclk, cfg->bclk, cfg->sampleRate, in Hi35xxI2sSetCfg()
228 i2sCfg->writeChannel = cfg->writeChannel; in Hi35xxI2sSetCfg()
Di2s_hi35xx.h119 enum I2sWriteChannel writeChannel; member
Di2s_codec_hi35xx.c217 if (i2sCfg->writeChannel == I2S_WRITE_CHANNEL_AUDIO) { in AudioCodecSetAiaoChl()
245 i2sCfg->i2slFsSel, sampleRate, i2sCfg->writeChannel); in Hi35xxSetAudioCodec()