Skip to content

Commit 279d17b

Browse files
committed
audio: copier: use v_index for DAI index in I2S link creation
This commit updates the copier DAI creation logic for I2S links to use the `v_index` field from the `node_id` structure as the DAI index. This change ensures that the correct DAI index is used when creating I2S links, aligning with the new SSP link management mechanism. Signed-off-by: Damian Nikodem <damian.nikodem@intel.com>
1 parent 2810090 commit 279d17b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/audio/copier/copier_dai.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ int copier_dai_create(struct comp_dev *dev, struct copier_data *cd,
259259
break;
260260
case ipc4_i2s_link_output_class:
261261
case ipc4_i2s_link_input_class:
262-
dai_index[dai_count - 1] = (dai_index[dai_count - 1] >> 4) & 0xF;
263262
dai.type = SOF_DAI_INTEL_SSP;
264263
dai.is_config_blob = true;
265264
type = ipc4_gtw_ssp;

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ manifest:
4343

4444
- name: zephyr
4545
repo-path: zephyr
46-
revision: 2ccf775396c225f4398db1014886397a91f6d42f
46+
revision: pull/70660/head
4747
remote: zephyrproject
4848

4949
# Import some projects listed in zephyr/west.yml@revision

0 commit comments

Comments
 (0)