Skip to content

Commit 6d7fdad

Browse files
plbossartgregkh
authored andcommitted
ASoC: SOF: Intel: broadwell: fix mutual exclusion with catpt driver
In v5.10, the "haswell" driver was replaced by the "catpt" driver, but the mutual exclusion with the SOF driver was not updated. This leads to errors with card names and UCM profiles not being loaded by PulseAudio. This fix should only be applied on v5.10-stable, the mutual exclusion was removed in 5.11. Reported-by: David Ward <david.ward@ll.mit.edu> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=211985 Fixes: 6cbfa11 ("ASoC: Intel: Select catpt and deprecate haswell") Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com> Acked-by: Mark Brown <broonie@kernel.org> Cc: <stable@vger.kernel.org> Cc: Sasha Levin <sashal@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 62ba6d8 commit 6d7fdad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/sof/intel/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ config SND_SOC_SOF_BAYTRAIL
8484

8585
config SND_SOC_SOF_BROADWELL_SUPPORT
8686
bool "SOF support for Broadwell"
87-
depends on SND_SOC_INTEL_HASWELL=n
87+
depends on SND_SOC_INTEL_CATPT=n
8888
help
8989
This adds support for Sound Open Firmware for Intel(R) platforms
9090
using the Broadwell processors.

0 commit comments

Comments
 (0)