Skip to content

Commit

Permalink
Revert "src: copier: update virtual index value for ssp"
Browse files Browse the repository at this point in the history
This reverts commit 630f875.
  • Loading branch information
dnikodem committed Jun 19, 2024
1 parent 0a48e7a commit bfef8d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/audio/dai-zephyr.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ int dai_set_config(struct dai *dai, struct ipc_config_dai *common_config,
cfg_params = is_blob ? spec_config : &sof_cfg->ssp;
dai_set_link_hda_config(&cfg.link_config,
common_config, cfg_params);
#if defined(CONFIG_ACE_VERSION_3_0)
/* Store tdm slot group index*/
cfg.tdm_slot_group = common_config->dai_index & 0xF;
#endif
break;
case SOF_DAI_INTEL_ALH:
cfg.type = is_blob ? DAI_INTEL_ALH_NHLT : DAI_INTEL_ALH;
Expand Down

0 comments on commit bfef8d1

Please sign in to comment.