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.c635 struct catpt_ssp_device_format devfmt; in catpt_dai_pcm_new() local
639 devfmt.iface = dai->driver->id; in catpt_dai_pcm_new()
640 devfmt.channels = codec_dai->driver->capture.channels_max; in catpt_dai_pcm_new()
642 switch (devfmt.iface) { in catpt_dai_pcm_new()
644 devfmt.mclk = CATPT_MCLK_FREQ_24_MHZ; in catpt_dai_pcm_new()
646 switch (devfmt.channels) { in catpt_dai_pcm_new()
648 devfmt.mode = CATPT_SSP_MODE_TDM_PROVIDER; in catpt_dai_pcm_new()
649 devfmt.clock_divider = 4; in catpt_dai_pcm_new()
653 devfmt.mode = CATPT_SSP_MODE_I2S_PROVIDER; in catpt_dai_pcm_new()
654 devfmt in catpt_dai_pcm_new()
[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);