Lines Matching refs:out_fmt
138 dev_dbg(ctx->dev, "channels = %d\n", mcfg->out_fmt.channels); in skl_dump_mconfig()
139 dev_dbg(ctx->dev, "s_freq = %d\n", mcfg->out_fmt.s_freq); in skl_dump_mconfig()
141 mcfg->out_fmt.valid_bit_depth); in skl_dump_mconfig()
142 dev_dbg(ctx->dev, "ch_cfg = %d\n", mcfg->out_fmt.ch_cfg); in skl_dump_mconfig()
172 struct skl_module_fmt *in_fmt, *out_fmt; in skl_tplg_update_params_fixup() local
175 out_fmt = &m_cfg->out_fmt; in skl_tplg_update_params_fixup()
200 skl_tplg_update_params(out_fmt, params, out_fixup); in skl_tplg_update_params_fixup()
221 mcfg->obs = (mcfg->out_fmt.s_freq / 1000) * in skl_tplg_update_buffer_size()
222 (mcfg->out_fmt.channels) * in skl_tplg_update_buffer_size()
223 (mcfg->out_fmt.bit_depth >> 3) * in skl_tplg_update_buffer_size()
795 format = &mconfig->out_fmt; in skl_tplg_update_pipe_params()
1139 mconfig->out_fmt.channels = dfw_config->out_fmt.channels; in skl_tplg_widget_load()
1140 mconfig->out_fmt.s_freq = dfw_config->out_fmt.freq; in skl_tplg_widget_load()
1141 mconfig->out_fmt.bit_depth = dfw_config->out_fmt.bit_depth; in skl_tplg_widget_load()
1142 mconfig->out_fmt.valid_bit_depth = in skl_tplg_widget_load()
1143 dfw_config->out_fmt.valid_bit_depth; in skl_tplg_widget_load()
1144 mconfig->out_fmt.ch_cfg = dfw_config->out_fmt.ch_cfg; in skl_tplg_widget_load()