mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
c778b4726a
Add devicetree support for bluetooth SCO link codec. Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Mark Brown <broonie@kernel.org>
14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
Bluetooth-SCO audio CODEC
|
|
|
|
This device support generic Bluetooth SCO link.
|
|
|
|
Required properties:
|
|
|
|
- compatible : "delta,dfbmcs320"
|
|
|
|
Example:
|
|
|
|
codec: bt_sco {
|
|
compatible = "delta,dfbmcs320";
|
|
};
|