Searched refs:fmt_cfg (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/soc/intel/skylake/
H A Dskl-nhlt.c99 struct nhlt_fmt_cfg *fmt_cfg; local
114 fmt_cfg = (struct nhlt_fmt_cfg *)fmt->fmt_config;
116 struct nhlt_fmt_cfg *saved_fmt_cfg = fmt_cfg;
137 struct nhlt_fmt_cfg *tmp_fmt_cfg = fmt_cfg;
183 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps +
184 fmt_cfg->config.size);
209 struct nhlt_fmt_cfg *fmt_cfg; local
214 fmt_cfg = (struct nhlt_fmt_cfg *)fmt->fmt_config;
215 i2s_config_ext = (struct skl_i2s_config_blob_ext *)fmt_cfg
[all...]
H A Dskl-ssp-clk.c76 struct nhlt_fmt_cfg *fmt_cfg; local
85 fmt_cfg = (struct nhlt_fmt_cfg *)rcfg->config;
86 wfmt = &fmt_cfg->fmt_ext.fmt;
94 fmt_cfg->fmt_ext.sample.valid_bits_per_sample;
112 struct nhlt_fmt_cfg *fmt_cfg; local
122 fmt_cfg = (struct nhlt_fmt_cfg *)rcfg->config;
123 sp_cfg = &fmt_cfg->config;
/linux-master/sound/hda/
H A Dintel-nhlt.c58 struct nhlt_fmt_cfg *fmt_cfg = fmt_configs->fmt_config; local
66 fmt_ext = &fmt_cfg->fmt_ext;
72 fmt_cfg = (struct nhlt_fmt_cfg *)(fmt_cfg->config.caps +
73 fmt_cfg->config.size);
/linux-master/sound/soc/sof/
H A Dipc4-topology.c74 offsetof(struct sof_ipc4_pin_format, audio_fmt.fmt_cfg)},
94 offsetof(struct sof_ipc4_pin_format, audio_fmt.fmt_cfg)},
198 "Pin index #%d: %uHz, %ubit (ch_map %#x ch_cfg %u interleaving_style %u fmt_cfg %#x) buffer size %d\n",
200 fmt->ch_cfg, fmt->interleaving_style, fmt->fmt_cfg,
1078 int valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt->fmt_cfg);
1105 channels = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(fmt->fmt_cfg);
1122 channels = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(fmt->fmt_cfg);
1123 valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt->fmt_cfg);
1131 _channels = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(fmt->fmt_cfg);
1132 _valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt->fmt_cfg);
[all...]
H A Dipc4-pcm.c708 valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(ipc4_fmt->fmt_cfg);
934 ch = dai_copier->data.out_format.fmt_cfg;
/linux-master/include/sound/sof/ipc4/
H A Dheader.h280 uint32_t fmt_cfg; /* channels_count valid_bit_depth s_type */ member in struct:sof_ipc4_audio_format
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-capture.c1287 const struct rkisp1_capture_fmt_cfg **fmt_cfg,
1318 if (fmt_cfg)
1319 *fmt_cfg = fmt;
1285 rkisp1_try_fmt(const struct rkisp1_capture *cap, struct v4l2_pix_format_mplane *pixm, const struct rkisp1_capture_fmt_cfg **fmt_cfg, const struct v4l2_format_info **fmt_info) argument

Completed in 268 milliseconds