Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/skylake/
Dskl-nhlt.c99 struct nhlt_fmt_cfg *fmt_cfg; in skl_get_ssp_clks() local
114 fmt_cfg = (struct nhlt_fmt_cfg *)fmt->fmt_config; in skl_get_ssp_clks()
116 struct nhlt_fmt_cfg *saved_fmt_cfg = fmt_cfg; in skl_get_ssp_clks()
137 struct nhlt_fmt_cfg *tmp_fmt_cfg = fmt_cfg; in skl_get_ssp_clks()
183 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps + in skl_get_ssp_clks()
184 fmt_cfg->config.size); in skl_get_ssp_clks()
209 struct nhlt_fmt_cfg *fmt_cfg; in skl_get_mclk() local
214 fmt_cfg = (struct nhlt_fmt_cfg *)fmt->fmt_config; in skl_get_mclk()
215 i2s_config_ext = (struct skl_i2s_config_blob_ext *)fmt_cfg->config.caps; in skl_get_mclk()
244 mclk[id].rate_cfg[0].config = fmt_cfg; in skl_get_mclk()
Dskl-ssp-clk.c76 struct nhlt_fmt_cfg *fmt_cfg; in skl_fill_clk_ipc() local
85 fmt_cfg = (struct nhlt_fmt_cfg *)rcfg->config; in skl_fill_clk_ipc()
86 wfmt = &fmt_cfg->fmt_ext.fmt; in skl_fill_clk_ipc()
94 fmt_cfg->fmt_ext.sample.valid_bits_per_sample; in skl_fill_clk_ipc()
112 struct nhlt_fmt_cfg *fmt_cfg; in skl_send_clk_dma_control() local
122 fmt_cfg = (struct nhlt_fmt_cfg *)rcfg->config; in skl_send_clk_dma_control()
123 sp_cfg = &fmt_cfg->config; in skl_send_clk_dma_control()
/linux-6.1.9/sound/hda/
Dintel-nhlt.c58 struct nhlt_fmt_cfg *fmt_cfg = fmt_configs->fmt_config; in intel_nhlt_get_dmic_geo() local
66 fmt_ext = &fmt_cfg->fmt_ext; in intel_nhlt_get_dmic_geo()
72 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps + in intel_nhlt_get_dmic_geo()
73 fmt_cfg->config.size); in intel_nhlt_get_dmic_geo()
/linux-6.1.9/sound/soc/sof/
Dipc4-topology.c60 offsetof(struct sof_ipc4_audio_format, fmt_cfg)},
75 offsetof(struct sof_ipc4_audio_format, fmt_cfg)},
159 fmt->ch_cfg, fmt->interleaving_style, fmt->fmt_cfg); in sof_ipc4_dbg_audio_format()
917 channels = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(fmt->fmt_cfg); in sof_ipc4_init_audio_fmt()
918 valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt->fmt_cfg); in sof_ipc4_init_audio_fmt()
1272 SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(copier_data->out_format.fmt_cfg); in sof_ipc4_prepare_copier_module()
/linux-6.1.9/include/sound/sof/ipc4/
Dheader.h233 uint32_t fmt_cfg; /* channels_count valid_bit_depth s_type */ member
/linux-6.1.9/drivers/media/platform/rockchip/rkisp1/
Drkisp1-capture.c1128 const struct rkisp1_capture_fmt_cfg **fmt_cfg, in rkisp1_try_fmt() argument
1157 if (fmt_cfg) in rkisp1_try_fmt()
1158 *fmt_cfg = fmt; in rkisp1_try_fmt()