All of lore.kernel.org
 help / color / mirror / Atom feed
* soundwire: device drivers for PC based hardware
@ 2022-05-31 15:17 Muni Sekhar
  2022-06-01 17:17 ` Pierre-Louis Bossart
  0 siblings, 1 reply; 2+ messages in thread
From: Muni Sekhar @ 2022-05-31 15:17 UTC (permalink / raw)
  To: vkoul, sanyog.r.kale, Pierre-Louis Bossart, alsa-devel; +Cc: LKML

Hi all,

I am looking for the soundwire device drivers which run on x86 CPU for
PC based platforms.

linux/drivers/soundwire at master · torvalds/linux · GitHub

Can the above mentioned mainline tree drivers can be used for this purpose?

config SOUNDWIRE_INTEL
depends on ACPI && SND_SOC

config SOUNDWIRE_QCOM
depends on SND_SOC

As per the Kconfig file, both the Intel and Qualcomm SoundWire Master
driver depend on SND_SOC, does it mean it is only possible to run on
SoC CPU(Arm chipsets)?


-- 
Thanks,
Sekhar

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: soundwire: device drivers for PC based hardware
  2022-05-31 15:17 soundwire: device drivers for PC based hardware Muni Sekhar
@ 2022-06-01 17:17 ` Pierre-Louis Bossart
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre-Louis Bossart @ 2022-06-01 17:17 UTC (permalink / raw)
  To: Muni Sekhar, vkoul, sanyog.r.kale, alsa-devel; +Cc: LKML



On 5/31/22 10:17, Muni Sekhar wrote:
> Hi all,
> 
> I am looking for the soundwire device drivers which run on x86 CPU for
> PC based platforms.
> 
> linux/drivers/soundwire at master · torvalds/linux · GitHub
> 
> Can the above mentioned mainline tree drivers can be used for this purpose?
> 
> config SOUNDWIRE_INTEL
> depends on ACPI && SND_SOC
> 
> config SOUNDWIRE_QCOM
> depends on SND_SOC
> 
> As per the Kconfig file, both the Intel and Qualcomm SoundWire Master
> driver depend on SND_SOC, does it mean it is only possible to run on
> SoC CPU(Arm chipsets)?

Here's what you need in your .config to use SoundWire on x86-based
hardware. Today this includes mostly Dell platforms, HP x360 convertible
laptops and Intel 'bishop canyon' NUC laptops.

CONFIG_REGMAP_SOUNDWIRE=m

CONFIG_REGMAP_SOUNDWIRE_MBQ=m

CONFIG_SND_INTEL_SOUNDWIRE_ACPI=m

CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m

CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE=m

CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE=m

CONFIG_SOUNDWIRE=m

CONFIG_SOUNDWIRE_CADENCE=m

CONFIG_SOUNDWIRE_INTEL=m

# CONFIG_SOUNDWIRE_QCOM is not set

CONFIG_SOUNDWIRE_GENERIC_ALLOCATION=m


I think you can get everything if you select these 3 high-level ones:
CONFIG_SOUNDWIRE
CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE
CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-01 17:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 15:17 soundwire: device drivers for PC based hardware Muni Sekhar
2022-06-01 17:17 ` Pierre-Louis Bossart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.