summaryrefslogtreecommitdiff
path: root/sound/soc/msm/Makefile (follow)
Commit message (Collapse)AuthorAge
* ASoC: msm: Fix sdm660 Kconfig dependenciesMichael Bestas2020-04-19
| | | | | | | | | | Fixes: warning: (SND_SOC_INT_CODEC && SND_SOC_EXT_CODEC && SND_SOC_MSM8996 && SND_SOC_MSM8998) selects SND_SOC_MSM_HDMI_CODEC_RX which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && FB_MSM_MDSS_HDMI_PANEL && (SND_SOC_APQ8084 || SND_SOC_MSM8994 || SND_SOC_MSM8996 || SND_SOC_MSM8998 || SND_SOC_SDM660_COMMON)) Change-Id: Ifb313bf2cb484d129b362a6f6ac7d37209dac448
* ASoC: msm: add soc audio snd virtualization supportDerek Chen2017-10-18
| | | | | | | | | | | | | Add soc audio sound card SND_SOC_MSM8996_VM for virtualization support. The virtualized audio snd soc is based on legacy soc msm8996, removing dependency on ARCH_MSM8996 and various soc codec/slimbus and hwdep driver as well as DTS/SRS PP features. CRs-fixed: 2047379 Change-Id: I930bf78c2ebf2c605331b50a598b5a43ceed0e0f Signed-off-by: Derek Chen <chenche@codeaurora.org>
* ASoC: msm: Add machine driver for APQ8096 based automotive platformDerek Chen2017-03-02
| | | | | | | | | | | | | Add machine driver for APQ8096 based automotive platform. The machine driver is based on msm8996.c. On top of it, add support for TDM which is used for data transfer between APQ8096 and the automotive COODEC HW, the changes include add TDM backend and frontend DAI links as well as kcontrol functions to configure TDM channels. CRs-fixed: 2002348 Change-Id: Id4e8931c06de9cf20f8012d84cd808f919020174 Signed-off-by: Honghao Liu <honghaol@codeaurora.org> Signed-off-by: Derek Chen <chenche@codeaurora.org>
* msm: Rename msmfalcon/apqfalcon to sdm660/sda660Neeraj Upadhyay2016-12-28
| | | | | | | | | Update the code name from msmfalcon/apqfalcon to sdm660/sda660. As part of this, update the filename containing "falcon" and files content containing "falcon". Change-Id: Iec85862251b9e1b4dcc8bdce8b214ce87c0049bc Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
* ASoC: msm: migrate to cdc pinctrl functionsLaxminath Kasam2016-12-17
| | | | | | | | | For audio pinctrl settings in internal codec, use cdc pinctrl functions to activate and suspend gpios. Change-Id: Ib0de01379a02636d35b49770aa82ea53de7c2768 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
* msm: 8998: Replace cobalt with 8998Runmin Wang2016-11-22
| | | | | | | | | | | Update the code name from msmcobalt to msm8998. As a result, update the filename containing "cobalt" and files content containing "cobalt". CRs-Fixed: 1070840 Change-Id: I2c7b95e3e2a2fec7730724da9eeb86a39a77faf1 Signed-off-by: Runmin Wang <runminw@codeaurora.org> Signed-off-by: Kyle Yan <kyan@codeaurora.org> Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
* ASoC: msm: refactor machine driver for msmfalconLaxminath Kasam2016-11-07
| | | | | | | | | | | Combine the common code of both external and internal codec machine drivers. Provide config support for independent compilation of internal and external codecs. CRs-Fixed: 1083537 Change-Id: Ia63f8baf02b0ceee0960e208b976d7b573c39d52 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
* ASoC: msmcobalt: Add machine driver support for msmcobaltSudheer Papothi2016-04-05
| | | | | | | | | Add DAI(Digital Audio Interface) links, gpio and clock configuration needed to support audio functionality on msmcobalt. Change-Id: Ie176b5e67263e56b296ae144e1a414b4bfa51e80 Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
* ASoC: msm: Cleanup of machine drivers for kernel 4.4Sudheer Papothi2016-03-23
| | | | | | Remove machine drivers that does not support kernel 4.4 currently. Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
* ASoC: msm: Add Audio drivers for MSM targetsSudheer Papothi2016-03-23
Add snapshot for audio drivers for MSM targets. The code is migrated from msm-3.18 kernel at the below commit/AU level - AU_LINUX_ANDROID_LA.HB.1.3.1.06.00.00.187.056 (e70ad0cd5efdd9dc91a77dcdac31d6132e1315c1) (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>