
This changes handles below. 1. Create btfm codec driver. 2. add support to enumerate char device. 3. create hardware endpoint abstract layers. 4. Register with ALSA driver CRs-Fixed: 3298745 Change-Id: Id75dad16de8414b3b6a24d265c8acb54eca4d5dc
11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config BTFM_CODEC
|
|
tristate "MSM Bluetooth/FM CODEC Driver"
|
|
help
|
|
This will enables BT/FM Codec driver. Hardware endpoint
|
|
drivers will register to this driver to communicates with ALSA codec
|
|
driver.
|
|
|
|
Say Y here to compile support for BT/FM Codec driver
|
|
into the kernel or say M to compile as a module.
|