mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
d39388e655
Move Intel SoundWire generic machine driver soc ops to common place so that it can be used by other platform machine driver. Link: https://github.com/thesofproject/linux/pull/5068 Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://patch.msgid.link/20240801091446.10457-8-Vijendar.Mukunda@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config SND_SOC_SDW_UTILS
|
|
tristate
|
|
help
|
|
This option enables to use SoundWire common helper functions and
|
|
SoundWire codec helper functions in machine driver.
|