Searched refs:mcfg (Results 1 – 2 of 2) sorted by relevance
/sound/soc/ux500/ |
D | ux500_msp_i2s.c | 278 struct msp_multichannel_config *mcfg; in configure_multichannel() local 294 mcfg = &config->multichannel_config; in configure_multichannel() 295 if (mcfg->tx_multichannel_enable) { in configure_multichannel() 298 writel(reg_val_MCR | (mcfg->tx_multichannel_enable ? in configure_multichannel() 301 writel(mcfg->tx_channel_0_enable, in configure_multichannel() 303 writel(mcfg->tx_channel_1_enable, in configure_multichannel() 305 writel(mcfg->tx_channel_2_enable, in configure_multichannel() 307 writel(mcfg->tx_channel_3_enable, in configure_multichannel() 316 if (mcfg->rx_multichannel_enable) { in configure_multichannel() 319 writel(reg_val_MCR | (mcfg->rx_multichannel_enable ? in configure_multichannel() [all …]
|
/sound/soc/intel/skylake/ |
D | skl-topology.c | 128 struct skl_module_cfg *mcfg) in skl_dump_mconfig() argument 132 dev_dbg(ctx->dev, "channels = %d\n", mcfg->in_fmt.channels); in skl_dump_mconfig() 133 dev_dbg(ctx->dev, "s_freq = %d\n", mcfg->in_fmt.s_freq); in skl_dump_mconfig() 134 dev_dbg(ctx->dev, "ch_cfg = %d\n", mcfg->in_fmt.ch_cfg); in skl_dump_mconfig() 136 mcfg->in_fmt.valid_bit_depth); in skl_dump_mconfig() 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() 209 struct skl_module_cfg *mcfg) in skl_tplg_update_buffer_size() argument [all …]
|