Commit Graph

4 Commits

Author SHA1 Message Date
Satish Kodishala
9a96de3c3e Ignore -106 error while opening channel
Ignore -106 error when channel opened
again without closing.

CRs-Fixed: 2836671
Change-Id: Ib27179031e6bbdc20511132efd6c4578d1d0a911
Signed-off-by: Satish Kodishala <skodisha@codeaurora.org>
2021-09-06 11:16:08 -07:00
Jordan Crouse
d665757035 bluetooth: Fix include for local headers
Fix includes for local headers that should use "" and never <>:

 drivers/bluetooth/btfm_slim.c:20:23: fatal error: btfm_slim.h:
	No such file or directory
 #include <btfm_slim.h>

 drivers/bluetooth/btfm_slim.c:21:29: fatal error: btfm_slim_slave.h:
	No such file or directory
  #include <btfm_slim_slave.h>

Fixes: 670a322 ("bluetooth: Add bluetooth slimbus slave drivers")
Change-Id: Ic0dedbad41ed45b5757e134b7f6e83414fc20dbd
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
2019-04-01 13:24:17 -06:00
Satish Kodishala
c685521b64 Add support for 44.1/48/88.1/96KHz for Tx channel
Added support for 44.1/48/88.1/96KHz sample rates
for Tx channel to use for feedback. Set data format
to LPCM only for SCO Tx use case. Audio hal will
provide the information of feedback channel before
opening the slimbus port.

CRs-Fixed: 2205755
Change-Id: I122f1bf729de5f0f83607778d5dee4380baf94fc
Signed-off-by: Satish Kodishala <skodisha@codeaurora.org>
2019-03-29 03:12:03 -07:00
Mahesh Kumar Sharma
670a322c31 bluetooth: Add bluetooth slimbus slave drivers
Includes BT slimbus slave driver

In Kconfig,removed BTFM_SLIM as default from BTFM_SLIM and leaf drivers.
Remove depends on to remove recursive dependencies and use select to set
the symbol to set dependency properly in defconfig by developer .

Due to component driver changes in ALSA, some of the api used in
bluetooth slave driver needs to be changed accordingly.
Changes have been made for the same.

Ported from msm-4.14 commit 4da0d05e9e61
("bluetooth: Add snapshot of bluetooth components").

Change-Id: Ie9bfac17a0d325cd3cb1ac37e03b9a96d5cf2b04
Signed-off-by: Mahesh kumar sharma <smahesh@codeaurora.org>
2019-01-21 16:13:10 -08:00