Skip to content

Commit 2470934

Browse files
committed
fixup! ASoC: Intel: sof_sdw: Add a DAI link for loopback capture
Don't use the dummy CPU DAI but use the virtual loopback capture CPU DAI instead. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent eafc94c commit 2470934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ static int create_echoref_dailink(struct snd_soc_card *card,
12191219
* fe <-> be connection for loopback capture for echo reference
12201220
*/
12211221
ret = asoc_sdw_init_simple_dai_link(dev, *dai_links, be_id, name,
1222-
0, 1, "snd-soc-dummy-dai", "dummy",
1222+
0, 1, "Loopback Virtual Pin", "dummy",
12231223
snd_soc_dummy_dlc.name, snd_soc_dummy_dlc.dai_name,
12241224
1, NULL, NULL);
12251225
if (ret)

0 commit comments

Comments
 (0)