]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: bt-sco: fix duplicate DAPM widget names for wideband DAI
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 15 Jul 2026 10:06:20 +0000 (18:06 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 15 Jul 2026 15:55:47 +0000 (16:55 +0100)
commit0b604e886ece11b71c4daaeccc512c784b89b014
tree0e3035830414035b8df919a291cc3008c58aac35
parentd39e4e27962aa1fb5b8f0df057e1079504d369eb
ASoC: bt-sco: fix duplicate DAPM widget names for wideband DAI

The bt-sco-pcm-wb DAI uses the same stream_name strings as bt-sco-pcm
("Playback" and "Capture"). This causes duplicate DAPM AIF widget
names within the same component, leading to debugfs warnings:

  debugfs: 'Playback' already exists in 'dapm'
  debugfs: 'Capture' already exists in 'dapm'

Give the wideband DAI distinct stream names ("WB Playback" and
"WB Capture") and add corresponding DAPM AIF widgets and routes for
them.

Fixes: 5947e1b4992e ("ASoC: bt-sco: extend rate and add a general compatible string")
Assisted-by: VeroCoder:claude-sonnet-4-5
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/20260715100620.1387159-1-shengjiu.wang@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/bt-sco.c