summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/bt-sco.c
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: bt-sco: Provide stub DAPM integrationMark Brown2013-08-191-1/+18
| | | | | | Ensure continued operation with DAPM being mandatory. Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: bt-sco: Add generic compatible stringMark Brown2013-08-191-0/+3
| | | | | | | | Provide a common compatible string for device trees to list as a fallback for simplicity. We don't currently have a binding document but let's not fix that right now... Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: dfbmcs320: make the driver common for other BT modulesBarry Song2013-05-211-0/+71
DFBM-CS320 is only one of bluetooth modules using CSR bluetooth chips, we don't want everyone to have a seperate codec driver. anyway, the feature of Bluetooth SCO is same on all platforms, so this patch makes the DFBM-CS320 driver become a common BT SCO link driver. Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>