Searched refs:fmt_cfg (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/soc/sof/ |
| H A D | ipc4-topology.c | 108 offsetof(struct sof_ipc4_pin_format, audio_fmt.fmt_cfg)}, 128 offsetof(struct sof_ipc4_pin_format, audio_fmt.fmt_cfg)}, 241 static u32 sof_ipc4_fmt_cfg_to_type(u32 fmt_cfg) in sof_ipc4_fmt_cfg_to_type() argument 244 u32 __bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt_cfg); in sof_ipc4_fmt_cfg_to_type() 247 return SOF_IPC4_AUDIO_FORMAT_CFG_SAMPLE_TYPE(fmt_cfg); in sof_ipc4_fmt_cfg_to_type() 268 sof_ipc4_fmt_cfg_to_type(fmt->fmt_cfg), in sof_ipc4_dbg_audio_format() 269 SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(fmt->fmt_cfg), in sof_ipc4_dbg_audio_format() 270 fmt->ch_map, fmt->ch_cfg, fmt->interleaving_style, fmt->fmt_cfg, in sof_ipc4_dbg_audio_format() 323 in_channels = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(in_fmt->fmt_cfg); in sof_ipc4_dbg_module_audio_format() 324 in_valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(in_fmt->fmt_cfg); in sof_ipc4_dbg_module_audio_format() [all …]
|
| H A D | ipc4-pcm.c | 775 be_channels = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(pin_fmts[0].audio_fmt.fmt_cfg); in sof_ipc4_pcm_dai_link_fixup_channels() 777 val = SOF_IPC4_AUDIO_FORMAT_CFG_CHANNELS_COUNT(pin_fmts[i].audio_fmt.fmt_cfg); in sof_ipc4_pcm_dai_link_fixup_channels() 876 valid_bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(ipc4_fmt->fmt_cfg); in sof_ipc4_pcm_dai_link_fixup() 1151 ch = dai_copier->data.out_format.fmt_cfg; in sof_ipc4_get_stream_start_offset()
|
| /linux/sound/hda/core/ |
| H A D | intel-nhlt.c | 58 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()
|