Files
android_kernel_samsung_sm86…/soundwire/Kconfig
Satish Kumar Kodishala d638487f10 Add support for BT/FM SoundWire slave driver
Added support for BT/FM SoundWire slave driver.
The driver registers as a codec driver with ALSA.
Slave port configuration is sent to master driver.
Master driver takes care of programming master and
slave registers at once when BT audio usecase is
started/stopped.

Change-Id: I3a4de9872323c470f2ec73218601be94a768d726
Signed-off-by: Satish Kumar Kodishala <quic_skodisha@quicinc.com>
2023-09-25 12:28:49 +05:30

13 line
390 B
Plaintext

config BTFM_SWR
tristate "MSM Bluetooth/FM SoundWire Device"
depends on MSM_BT_POWER
help
This enables BT/FM soundwire driver to open/close ports.
This will make use of soundwire bus driver and soundwire
master driver to communicate with soundwire slave.
Say Y here to compile support for Bluetooth/FM soundwire slave driver
into the kernel or say M to compile as a module.