Home
last modified time | relevance | path

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

/linux/sound/soc/intel/catpt/
H A Dpcm.c638 struct catpt_ssp_device_format devfmt; in catpt_dai_pcm_new()
642 devfmt.iface = dai->driver->id; in catpt_dai_pcm_new()
643 devfmt.channels = codec_dai->driver->capture.channels_max; in catpt_dai_pcm_new()
645 switch (devfmt.iface) { in catpt_dai_pcm_new()
647 devfmt.mclk = CATPT_MCLK_FREQ_24_MHZ; in catpt_dai_pcm_new()
649 switch (devfmt.channels) { in catpt_dai_pcm_new()
651 devfmt.mode = CATPT_SSP_MODE_TDM_PROVIDER; in catpt_dai_pcm_new()
652 devfmt.clock_divider = 4; in catpt_dai_pcm_new()
656 devfmt.mode = CATPT_SSP_MODE_I2S_PROVIDER; in catpt_dai_pcm_new()
657 devfmt in catpt_dai_pcm_new()
636 struct catpt_ssp_device_format devfmt; catpt_dai_pcm_new() local
[all...]
H A Dmessages.c125 struct catpt_ssp_device_format *devfmt) in catpt_ipc_set_device_format() argument
132 request.size = sizeof(*devfmt); in catpt_ipc_set_device_format()
133 request.data = devfmt; in catpt_ipc_set_device_format()
H A Dcore.h96 struct catpt_ssp_device_format devfmt[CATPT_SSP_COUNT]; member
H A Dmessages.h247 struct catpt_ssp_device_format *devfmt);