waipio.c 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
  4. */
  5. #include <linux/clk.h>
  6. #include <linux/delay.h>
  7. #include <linux/gpio.h>
  8. #include <linux/of_gpio.h>
  9. #include <linux/platform_device.h>
  10. #include <linux/slab.h>
  11. #include <linux/io.h>
  12. #include <linux/module.h>
  13. #include <linux/input.h>
  14. #include <linux/of_device.h>
  15. #include <linux/soc/qcom/fsa4480-i2c.h>
  16. #include <linux/pm_qos.h>
  17. #include <sound/control.h>
  18. #include <sound/core.h>
  19. #include <sound/soc.h>
  20. #include <sound/soc-dapm.h>
  21. #include <sound/pcm.h>
  22. #include <sound/pcm_params.h>
  23. #include <sound/info.h>
  24. #include <soc/snd_event.h>
  25. #include <dsp/audio_prm.h>
  26. #include <soc/swr-common.h>
  27. #include <soc/soundwire.h>
  28. #include "device_event.h"
  29. #include "asoc/msm-cdc-pinctrl.h"
  30. #include "asoc/wcd-mbhc-v2.h"
  31. #include "codecs/wcd938x/wcd938x-mbhc.h"
  32. #include "codecs/wsa883x/wsa883x.h"
  33. #include "codecs/wcd938x/wcd938x.h"
  34. #include "codecs/lpass-cdc/lpass-cdc.h"
  35. #include <bindings/audio-codec-port-types.h>
  36. #include "codecs/lpass-cdc/lpass-cdc-wsa-macro.h"
  37. #include "waipio-port-config.h"
  38. #include "msm-audio-defs.h"
  39. #include "msm_common.h"
  40. #include "msm_dailink.h"
  41. #define DRV_NAME "waipio-asoc-snd"
  42. #define __CHIPSET__ "WAIPIO "
  43. #define MSM_DAILINK_NAME(name) (__CHIPSET__#name)
  44. #define WCD9XXX_MBHC_DEF_RLOADS 5
  45. #define WCD9XXX_MBHC_DEF_BUTTONS 8
  46. #define CODEC_EXT_CLK_RATE 9600000
  47. #define DEV_NAME_STR_LEN 32
  48. #define WCD_MBHC_HS_V_MAX 1600
  49. #define MSM_LL_QOS_VALUE 300 /* time in us to ensure LPM doesn't go in C3/C4 */
  50. #define WCN_CDC_SLIM_RX_CH_MAX 2
  51. #define WCN_CDC_SLIM_TX_CH_MAX 2
  52. #define WCN_CDC_SLIM_TX_CH_MAX_LITO 3
  53. /* Number of WSAs */
  54. #define MONO_SPEAKER 1
  55. #define STEREO_SPEAKER 2
  56. #define QUAD_SPEAKER 4
  57. struct msm_asoc_mach_data {
  58. struct snd_info_entry *codec_root;
  59. struct msm_common_pdata *common_pdata;
  60. int usbc_en2_gpio; /* used by gpio driver API */
  61. struct device_node *dmic01_gpio_p; /* used by pinctrl API */
  62. struct device_node *dmic23_gpio_p; /* used by pinctrl API */
  63. struct device_node *dmic45_gpio_p; /* used by pinctrl API */
  64. struct pinctrl *usbc_en2_gpio_p; /* used by pinctrl API */
  65. bool is_afe_config_done;
  66. struct device_node *fsa_handle;
  67. struct clk *lpass_audio_hw_vote;
  68. int core_audio_vote_count;
  69. u32 wsa_max_devs;
  70. int wcd_disabled;
  71. };
  72. static bool is_initial_boot;
  73. static bool codec_reg_done;
  74. static struct snd_soc_card snd_soc_card_waipio_msm;
  75. static int dmic_0_1_gpio_cnt;
  76. static int dmic_2_3_gpio_cnt;
  77. static int dmic_4_5_gpio_cnt;
  78. static void *def_wcd_mbhc_cal(void);
  79. static int msm_rx_tx_codec_init(struct snd_soc_pcm_runtime*);
  80. static int msm_int_wsa_init(struct snd_soc_pcm_runtime*);
  81. /*
  82. * Need to report LINEIN
  83. * if R/L channel impedance is larger than 5K ohm
  84. */
  85. static struct wcd_mbhc_config wcd_mbhc_cfg = {
  86. .read_fw_bin = false,
  87. .calibration = NULL,
  88. .detect_extn_cable = true,
  89. .mono_stero_detection = false,
  90. .swap_gnd_mic = NULL,
  91. .hs_ext_micbias = true,
  92. .key_code[0] = KEY_MEDIA,
  93. .key_code[1] = KEY_VOICECOMMAND,
  94. .key_code[2] = KEY_VOLUMEUP,
  95. .key_code[3] = KEY_VOLUMEDOWN,
  96. .key_code[4] = 0,
  97. .key_code[5] = 0,
  98. .key_code[6] = 0,
  99. .key_code[7] = 0,
  100. .linein_th = 5000,
  101. .moisture_en = false,
  102. .mbhc_micbias = MIC_BIAS_2,
  103. .anc_micbias = MIC_BIAS_2,
  104. .enable_anc_mic_detect = false,
  105. .moisture_duty_cycle_en = true,
  106. };
  107. /* set audio task affinity to core 1 & 2 */
  108. static const unsigned int audio_core_list[] = {1, 2};
  109. static cpumask_t audio_cpu_map = CPU_MASK_NONE;
  110. static struct dev_pm_qos_request *msm_audio_req = NULL;
  111. static void msm_audio_add_qos_request()
  112. {
  113. int i;
  114. int cpu = 0;
  115. msm_audio_req = kzalloc(sizeof(struct dev_pm_qos_request) * NR_CPUS,
  116. GFP_KERNEL);
  117. if (!msm_audio_req) {
  118. pr_err("%s failed to alloc mem for qos req.\n", __func__);
  119. return;
  120. }
  121. for (i = 0; i < ARRAY_SIZE(audio_core_list); i++) {
  122. if (audio_core_list[i] >= NR_CPUS)
  123. pr_err("%s incorrect cpu id: %d specified.\n", __func__, audio_core_list[i]);
  124. else
  125. cpumask_set_cpu(audio_core_list[i], &audio_cpu_map);
  126. }
  127. for_each_cpu(cpu, &audio_cpu_map) {
  128. dev_pm_qos_add_request(get_cpu_device(cpu),
  129. &msm_audio_req[cpu],
  130. DEV_PM_QOS_RESUME_LATENCY,
  131. PM_QOS_CPU_LATENCY_DEFAULT_VALUE);
  132. pr_debug("%s set cpu affinity to core %d.\n", __func__, cpu);
  133. }
  134. }
  135. static void msm_audio_remove_qos_request()
  136. {
  137. int cpu = 0;
  138. if (msm_audio_req) {
  139. for_each_cpu(cpu, &audio_cpu_map) {
  140. dev_pm_qos_remove_request(
  141. &msm_audio_req[cpu]);
  142. pr_debug("%s remove cpu affinity of core %d.\n", __func__, cpu);
  143. }
  144. kfree(msm_audio_req);
  145. }
  146. }
  147. static bool msm_usbc_swap_gnd_mic(struct snd_soc_component *component, bool active)
  148. {
  149. struct snd_soc_card *card = component->card;
  150. struct msm_asoc_mach_data *pdata =
  151. snd_soc_card_get_drvdata(card);
  152. if (!pdata->fsa_handle)
  153. return false;
  154. return fsa4480_switch_event(pdata->fsa_handle, FSA_MIC_GND_SWAP);
  155. }
  156. static struct snd_soc_ops msm_common_be_ops = {
  157. .hw_params = msm_common_snd_hw_params,
  158. .startup = msm_common_snd_startup,
  159. .shutdown = msm_common_snd_shutdown,
  160. };
  161. static int msm_dmic_event(struct snd_soc_dapm_widget *w,
  162. struct snd_kcontrol *kcontrol, int event)
  163. {
  164. struct msm_asoc_mach_data *pdata = NULL;
  165. struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm);
  166. int ret = 0;
  167. u32 dmic_idx;
  168. int *dmic_gpio_cnt;
  169. struct device_node *dmic_gpio;
  170. char *wname;
  171. wname = strpbrk(w->name, "012345");
  172. if (!wname) {
  173. dev_err(component->dev, "%s: widget not found\n", __func__);
  174. return -EINVAL;
  175. }
  176. ret = kstrtouint(wname, 10, &dmic_idx);
  177. if (ret < 0) {
  178. dev_err(component->dev, "%s: Invalid DMIC line on the codec\n",
  179. __func__);
  180. return -EINVAL;
  181. }
  182. pdata = snd_soc_card_get_drvdata(component->card);
  183. switch (dmic_idx) {
  184. case 0:
  185. case 1:
  186. dmic_gpio_cnt = &dmic_0_1_gpio_cnt;
  187. dmic_gpio = pdata->dmic01_gpio_p;
  188. break;
  189. case 2:
  190. case 3:
  191. dmic_gpio_cnt = &dmic_2_3_gpio_cnt;
  192. dmic_gpio = pdata->dmic23_gpio_p;
  193. break;
  194. case 4:
  195. case 5:
  196. dmic_gpio_cnt = &dmic_4_5_gpio_cnt;
  197. dmic_gpio = pdata->dmic45_gpio_p;
  198. break;
  199. default:
  200. dev_err(component->dev, "%s: Invalid DMIC Selection\n",
  201. __func__);
  202. return -EINVAL;
  203. }
  204. dev_dbg(component->dev, "%s: event %d DMIC%d dmic_gpio_cnt %d\n",
  205. __func__, event, dmic_idx, *dmic_gpio_cnt);
  206. switch (event) {
  207. case SND_SOC_DAPM_PRE_PMU:
  208. (*dmic_gpio_cnt)++;
  209. if (*dmic_gpio_cnt == 1) {
  210. ret = msm_cdc_pinctrl_select_active_state(
  211. dmic_gpio);
  212. if (ret < 0) {
  213. pr_err("%s: gpio set cannot be activated %sd",
  214. __func__, "dmic_gpio");
  215. return ret;
  216. }
  217. }
  218. break;
  219. case SND_SOC_DAPM_POST_PMD:
  220. (*dmic_gpio_cnt)--;
  221. if (*dmic_gpio_cnt == 0) {
  222. ret = msm_cdc_pinctrl_select_sleep_state(
  223. dmic_gpio);
  224. if (ret < 0) {
  225. pr_err("%s: gpio set cannot be de-activated %sd",
  226. __func__, "dmic_gpio");
  227. return ret;
  228. }
  229. }
  230. break;
  231. default:
  232. pr_err("%s: invalid DAPM event %d\n", __func__, event);
  233. return -EINVAL;
  234. }
  235. return 0;
  236. }
  237. static const struct snd_soc_dapm_widget msm_int_dapm_widgets[] = {
  238. SND_SOC_DAPM_MIC("Analog Mic1", NULL),
  239. SND_SOC_DAPM_MIC("Analog Mic2", NULL),
  240. SND_SOC_DAPM_MIC("Analog Mic3", NULL),
  241. SND_SOC_DAPM_MIC("Analog Mic4", NULL),
  242. SND_SOC_DAPM_MIC("Analog Mic5", NULL),
  243. SND_SOC_DAPM_MIC("Digital Mic0", msm_dmic_event),
  244. SND_SOC_DAPM_MIC("Digital Mic1", msm_dmic_event),
  245. SND_SOC_DAPM_MIC("Digital Mic2", msm_dmic_event),
  246. SND_SOC_DAPM_MIC("Digital Mic3", msm_dmic_event),
  247. SND_SOC_DAPM_MIC("Digital Mic4", msm_dmic_event),
  248. SND_SOC_DAPM_MIC("Digital Mic5", msm_dmic_event),
  249. SND_SOC_DAPM_MIC("Digital Mic6", NULL),
  250. SND_SOC_DAPM_MIC("Digital Mic7", NULL),
  251. };
  252. static int msm_wcn_init(struct snd_soc_pcm_runtime *rtd)
  253. {
  254. unsigned int rx_ch[WCN_CDC_SLIM_RX_CH_MAX] = {157, 158};
  255. unsigned int tx_ch[WCN_CDC_SLIM_TX_CH_MAX] = {159, 160};
  256. struct snd_soc_dai *codec_dai = asoc_rtd_to_codec(rtd, 0);
  257. int ret = 0;
  258. ret = snd_soc_dai_set_channel_map(codec_dai, ARRAY_SIZE(tx_ch),
  259. tx_ch, ARRAY_SIZE(rx_ch), rx_ch);
  260. if (ret)
  261. return ret;
  262. msm_common_dai_link_init(rtd);
  263. return ret;
  264. }
  265. static struct snd_info_entry *msm_snd_info_create_subdir(struct module *mod,
  266. const char *name,
  267. struct snd_info_entry *parent)
  268. {
  269. struct snd_info_entry *entry;
  270. entry = snd_info_create_module_entry(mod, name, parent);
  271. if (!entry)
  272. return NULL;
  273. entry->mode = S_IFDIR | 0555;
  274. if (snd_info_register(entry) < 0) {
  275. snd_info_free_entry(entry);
  276. return NULL;
  277. }
  278. return entry;
  279. }
  280. static void *def_wcd_mbhc_cal(void)
  281. {
  282. void *wcd_mbhc_cal;
  283. struct wcd_mbhc_btn_detect_cfg *btn_cfg;
  284. u16 *btn_high;
  285. wcd_mbhc_cal = kzalloc(WCD_MBHC_CAL_SIZE(WCD_MBHC_DEF_BUTTONS,
  286. WCD9XXX_MBHC_DEF_RLOADS), GFP_KERNEL);
  287. if (!wcd_mbhc_cal)
  288. return NULL;
  289. WCD_MBHC_CAL_PLUG_TYPE_PTR(wcd_mbhc_cal)->v_hs_max = WCD_MBHC_HS_V_MAX;
  290. WCD_MBHC_CAL_BTN_DET_PTR(wcd_mbhc_cal)->num_btn = WCD_MBHC_DEF_BUTTONS;
  291. btn_cfg = WCD_MBHC_CAL_BTN_DET_PTR(wcd_mbhc_cal);
  292. btn_high = ((void *)&btn_cfg->_v_btn_low) +
  293. (sizeof(btn_cfg->_v_btn_low[0]) * btn_cfg->num_btn);
  294. btn_high[0] = 75;
  295. btn_high[1] = 150;
  296. btn_high[2] = 237;
  297. btn_high[3] = 500;
  298. btn_high[4] = 500;
  299. btn_high[5] = 500;
  300. btn_high[6] = 500;
  301. btn_high[7] = 500;
  302. return wcd_mbhc_cal;
  303. }
  304. /* Digital audio interface glue - connects codec <---> CPU */
  305. static struct snd_soc_dai_link msm_common_be_dai_links[] = {
  306. /* Proxy Tx BACK END DAI Link */
  307. {
  308. .name = LPASS_BE_RT_PROXY_PCM_TX,
  309. .stream_name = LPASS_BE_RT_PROXY_PCM_TX,
  310. .capture_only = 1,
  311. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  312. SND_SOC_DPCM_TRIGGER_POST},
  313. .ignore_suspend = 1,
  314. .ops = &msm_common_be_ops,
  315. SND_SOC_DAILINK_REG(proxy_tx),
  316. },
  317. /* Proxy Rx BACK END DAI Link */
  318. {
  319. .name = LPASS_BE_RT_PROXY_PCM_RX,
  320. .stream_name = LPASS_BE_RT_PROXY_PCM_RX,
  321. .playback_only = 1,
  322. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  323. SND_SOC_DPCM_TRIGGER_POST},
  324. .ignore_pmdown_time = 1,
  325. .ignore_suspend = 1,
  326. .ops = &msm_common_be_ops,
  327. SND_SOC_DAILINK_REG(proxy_rx),
  328. },
  329. {
  330. .name = LPASS_BE_USB_AUDIO_RX,
  331. .stream_name = LPASS_BE_USB_AUDIO_RX,
  332. .playback_only = 1,
  333. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  334. SND_SOC_DPCM_TRIGGER_POST},
  335. .ignore_pmdown_time = 1,
  336. .ignore_suspend = 1,
  337. .ops = &msm_common_be_ops,
  338. SND_SOC_DAILINK_REG(usb_audio_rx),
  339. },
  340. {
  341. .name = LPASS_BE_USB_AUDIO_TX,
  342. .stream_name = LPASS_BE_USB_AUDIO_TX,
  343. .capture_only = 1,
  344. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  345. SND_SOC_DPCM_TRIGGER_POST},
  346. .ignore_suspend = 1,
  347. .ops = &msm_common_be_ops,
  348. SND_SOC_DAILINK_REG(usb_audio_tx),
  349. },
  350. };
  351. static struct snd_soc_dai_link msm_wcn_be_dai_links[] = {
  352. {
  353. .name = LPASS_BE_SLIMBUS_7_RX,
  354. .stream_name = LPASS_BE_SLIMBUS_7_RX,
  355. .playback_only = 1,
  356. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  357. SND_SOC_DPCM_TRIGGER_POST},
  358. .init = &msm_wcn_init,
  359. .ops = &msm_common_be_ops,
  360. /* dai link has playback support */
  361. .ignore_pmdown_time = 1,
  362. .ignore_suspend = 1,
  363. SND_SOC_DAILINK_REG(slimbus_7_rx),
  364. },
  365. {
  366. .name = LPASS_BE_SLIMBUS_7_TX,
  367. .stream_name = LPASS_BE_SLIMBUS_7_TX,
  368. .capture_only = 1,
  369. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  370. SND_SOC_DPCM_TRIGGER_POST},
  371. .ops = &msm_common_be_ops,
  372. .ignore_suspend = 1,
  373. SND_SOC_DAILINK_REG(slimbus_7_tx),
  374. },
  375. };
  376. static struct snd_soc_dai_link ext_disp_be_dai_link[] = {
  377. /* DISP PORT BACK END DAI Link */
  378. {
  379. .name = LPASS_BE_DISPLAY_PORT_RX,
  380. .stream_name = LPASS_BE_DISPLAY_PORT_RX,
  381. .playback_only = 1,
  382. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  383. SND_SOC_DPCM_TRIGGER_POST},
  384. .ignore_pmdown_time = 1,
  385. .ignore_suspend = 1,
  386. SND_SOC_DAILINK_REG(display_port),
  387. },
  388. };
  389. static struct snd_soc_dai_link msm_wsa_cdc_dma_be_dai_links[] = {
  390. /* WSA CDC DMA Backend DAI Links */
  391. {
  392. .name = LPASS_BE_WSA_CDC_DMA_RX_0,
  393. .stream_name = LPASS_BE_WSA_CDC_DMA_RX_0,
  394. .playback_only = 1,
  395. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  396. SND_SOC_DPCM_TRIGGER_POST},
  397. .ignore_pmdown_time = 1,
  398. .ignore_suspend = 1,
  399. .ops = &msm_common_be_ops,
  400. SND_SOC_DAILINK_REG(wsa_dma_rx0),
  401. .init = &msm_int_wsa_init,
  402. },
  403. {
  404. .name = LPASS_BE_WSA_CDC_DMA_RX_1,
  405. .stream_name = LPASS_BE_WSA_CDC_DMA_RX_1,
  406. .playback_only = 1,
  407. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  408. SND_SOC_DPCM_TRIGGER_POST},
  409. .ignore_pmdown_time = 1,
  410. .ignore_suspend = 1,
  411. .ops = &msm_common_be_ops,
  412. SND_SOC_DAILINK_REG(wsa_dma_rx1),
  413. },
  414. {
  415. .name = LPASS_BE_WSA_CDC_DMA_TX_1,
  416. .stream_name = LPASS_BE_WSA_CDC_DMA_TX_1,
  417. .capture_only = 1,
  418. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  419. SND_SOC_DPCM_TRIGGER_POST},
  420. .ignore_suspend = 1,
  421. .ops = &msm_common_be_ops,
  422. SND_SOC_DAILINK_REG(wsa_dma_tx1),
  423. },
  424. {
  425. .name = LPASS_BE_WSA_CDC_DMA_TX_0,
  426. .stream_name = LPASS_BE_WSA_CDC_DMA_TX_0,
  427. .capture_only = 1,
  428. .ignore_suspend = 1,
  429. .ops = &msm_common_be_ops,
  430. /* .no_host_mode = SND_SOC_DAI_LINK_NO_HOST, */
  431. SND_SOC_DAILINK_REG(vi_feedback),
  432. },
  433. {
  434. .name = LPASS_BE_WSA_CDC_DMA_RX_0_VIRT,
  435. .stream_name = LPASS_BE_WSA_CDC_DMA_RX_0_VIRT,
  436. .playback_only = 1,
  437. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  438. SND_SOC_DPCM_TRIGGER_POST},
  439. .ignore_pmdown_time = 1,
  440. .ignore_suspend = 1,
  441. .ops = &msm_common_be_ops,
  442. SND_SOC_DAILINK_REG(wsa_dma_rx0),
  443. .init = &msm_int_wsa_init,
  444. },
  445. };
  446. static struct snd_soc_dai_link msm_wsa2_cdc_dma_be_dai_links[] = {
  447. /* WSA2 CDC DMA Backend DAI Links */
  448. {
  449. .name = LPASS_BE_WSA2_CDC_DMA_RX_0,
  450. .stream_name = LPASS_BE_WSA2_CDC_DMA_RX_0,
  451. .playback_only = 1,
  452. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  453. SND_SOC_DPCM_TRIGGER_POST},
  454. .ignore_pmdown_time = 1,
  455. .ignore_suspend = 1,
  456. .ops = &msm_common_be_ops,
  457. SND_SOC_DAILINK_REG(wsa2_dma_rx0),
  458. },
  459. {
  460. .name = LPASS_BE_WSA2_CDC_DMA_RX_1,
  461. .stream_name = LPASS_BE_WSA2_CDC_DMA_RX_1,
  462. .playback_only = 1,
  463. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  464. SND_SOC_DPCM_TRIGGER_POST},
  465. .ignore_pmdown_time = 1,
  466. .ignore_suspend = 1,
  467. .ops = &msm_common_be_ops,
  468. SND_SOC_DAILINK_REG(wsa2_dma_rx1),
  469. },
  470. {
  471. .name = LPASS_BE_WSA2_CDC_DMA_TX_1,
  472. .stream_name = LPASS_BE_WSA2_CDC_DMA_TX_1,
  473. .capture_only = 1,
  474. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  475. SND_SOC_DPCM_TRIGGER_POST},
  476. .ignore_suspend = 1,
  477. .ops = &msm_common_be_ops,
  478. SND_SOC_DAILINK_REG(wsa2_dma_tx1),
  479. },
  480. {
  481. .name = LPASS_BE_WSA2_CDC_DMA_TX_0,
  482. .stream_name = LPASS_BE_WSA2_CDC_DMA_TX_0,
  483. .capture_only = 1,
  484. .ignore_suspend = 1,
  485. .ops = &msm_common_be_ops,
  486. /* .no_host_mode = SND_SOC_DAI_LINK_NO_HOST, */
  487. SND_SOC_DAILINK_REG(wsa2_vi_feedback),
  488. },
  489. };
  490. static struct snd_soc_dai_link msm_wsa_wsa2_cdc_dma_be_dai_links[] = {
  491. /* WSA CDC DMA Backend DAI Links */
  492. {
  493. .name = LPASS_BE_WSA_CDC_DMA_RX_0,
  494. .stream_name = LPASS_BE_WSA_CDC_DMA_RX_0,
  495. .playback_only = 1,
  496. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  497. SND_SOC_DPCM_TRIGGER_POST},
  498. .ignore_pmdown_time = 1,
  499. .ignore_suspend = 1,
  500. .ops = &msm_common_be_ops,
  501. SND_SOC_DAILINK_REG(wsa_wsa2_dma_rx0),
  502. .init = &msm_int_wsa_init,
  503. },
  504. {
  505. .name = LPASS_BE_WSA_CDC_DMA_RX_1,
  506. .stream_name = LPASS_BE_WSA_CDC_DMA_RX_1,
  507. .playback_only = 1,
  508. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  509. SND_SOC_DPCM_TRIGGER_POST},
  510. .ignore_pmdown_time = 1,
  511. .ignore_suspend = 1,
  512. .ops = &msm_common_be_ops,
  513. SND_SOC_DAILINK_REG(wsa_wsa2_dma_rx1),
  514. },
  515. {
  516. .name = LPASS_BE_WSA_CDC_DMA_TX_1,
  517. .stream_name = LPASS_BE_WSA_CDC_DMA_TX_1,
  518. .capture_only = 1,
  519. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  520. SND_SOC_DPCM_TRIGGER_POST},
  521. .ignore_suspend = 1,
  522. .ops = &msm_common_be_ops,
  523. SND_SOC_DAILINK_REG(wsa_wsa2_dma_tx1),
  524. },
  525. {
  526. .name = LPASS_BE_WSA_CDC_DMA_TX_0,
  527. .stream_name = LPASS_BE_WSA_CDC_DMA_TX_0,
  528. .capture_only = 1,
  529. .ignore_suspend = 1,
  530. .ops = &msm_common_be_ops,
  531. /* .no_host_mode = SND_SOC_DAI_LINK_NO_HOST, */
  532. SND_SOC_DAILINK_REG(wsa_wsa2_vi_feedback),
  533. },
  534. };
  535. static struct snd_soc_dai_link msm_rx_tx_cdc_dma_be_dai_links[] = {
  536. /* RX CDC DMA Backend DAI Links */
  537. {
  538. .name = LPASS_BE_RX_CDC_DMA_RX_0,
  539. .stream_name = LPASS_BE_RX_CDC_DMA_RX_0,
  540. .playback_only = 1,
  541. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  542. SND_SOC_DPCM_TRIGGER_POST},
  543. .ignore_pmdown_time = 1,
  544. .ignore_suspend = 1,
  545. .ops = &msm_common_be_ops,
  546. SND_SOC_DAILINK_REG(rx_dma_rx0),
  547. .init = &msm_rx_tx_codec_init,
  548. },
  549. {
  550. .name = LPASS_BE_RX_CDC_DMA_RX_1,
  551. .stream_name = LPASS_BE_RX_CDC_DMA_RX_1,
  552. .playback_only = 1,
  553. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  554. SND_SOC_DPCM_TRIGGER_POST},
  555. .ignore_pmdown_time = 1,
  556. .ignore_suspend = 1,
  557. .ops = &msm_common_be_ops,
  558. SND_SOC_DAILINK_REG(rx_dma_rx1),
  559. },
  560. {
  561. .name = LPASS_BE_RX_CDC_DMA_RX_2,
  562. .stream_name = LPASS_BE_RX_CDC_DMA_RX_2,
  563. .playback_only = 1,
  564. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  565. SND_SOC_DPCM_TRIGGER_POST},
  566. .ignore_pmdown_time = 1,
  567. .ignore_suspend = 1,
  568. .ops = &msm_common_be_ops,
  569. SND_SOC_DAILINK_REG(rx_dma_rx2),
  570. },
  571. {
  572. .name = LPASS_BE_RX_CDC_DMA_RX_3,
  573. .stream_name = LPASS_BE_RX_CDC_DMA_RX_3,
  574. .playback_only = 1,
  575. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  576. SND_SOC_DPCM_TRIGGER_POST},
  577. .ignore_pmdown_time = 1,
  578. .ignore_suspend = 1,
  579. .ops = &msm_common_be_ops,
  580. SND_SOC_DAILINK_REG(rx_dma_rx3),
  581. },
  582. {
  583. .name = LPASS_BE_RX_CDC_DMA_RX_5,
  584. .stream_name = LPASS_BE_RX_CDC_DMA_RX_5,
  585. .playback_only = 1,
  586. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  587. SND_SOC_DPCM_TRIGGER_POST},
  588. .ignore_pmdown_time = 1,
  589. .ignore_suspend = 1,
  590. .ops = &msm_common_be_ops,
  591. SND_SOC_DAILINK_REG(rx_dma_rx5),
  592. },
  593. {
  594. .name = LPASS_BE_RX_CDC_DMA_RX_6,
  595. .stream_name = LPASS_BE_RX_CDC_DMA_RX_6,
  596. .playback_only = 1,
  597. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  598. SND_SOC_DPCM_TRIGGER_POST},
  599. .ignore_pmdown_time = 1,
  600. .ignore_suspend = 1,
  601. .ops = &msm_common_be_ops,
  602. SND_SOC_DAILINK_REG(rx_dma_rx6),
  603. },
  604. /* TX CDC DMA Backend DAI Links */
  605. {
  606. .name = LPASS_BE_TX_CDC_DMA_TX_3,
  607. .stream_name = LPASS_BE_TX_CDC_DMA_TX_3,
  608. .capture_only = 1,
  609. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  610. SND_SOC_DPCM_TRIGGER_POST},
  611. .ignore_suspend = 1,
  612. .ops = &msm_common_be_ops,
  613. SND_SOC_DAILINK_REG(tx_dma_tx3),
  614. },
  615. {
  616. .name = LPASS_BE_TX_CDC_DMA_TX_4,
  617. .stream_name = LPASS_BE_TX_CDC_DMA_TX_4,
  618. .capture_only = 1,
  619. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  620. SND_SOC_DPCM_TRIGGER_POST},
  621. .ignore_suspend = 1,
  622. .ops = &msm_common_be_ops,
  623. SND_SOC_DAILINK_REG(tx_dma_tx4),
  624. },
  625. };
  626. static struct snd_soc_dai_link msm_va_cdc_dma_be_dai_links[] = {
  627. {
  628. .name = LPASS_BE_VA_CDC_DMA_TX_0,
  629. .stream_name = LPASS_BE_VA_CDC_DMA_TX_0,
  630. .capture_only = 1,
  631. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  632. SND_SOC_DPCM_TRIGGER_POST},
  633. .ignore_suspend = 1,
  634. .ops = &msm_common_be_ops,
  635. SND_SOC_DAILINK_REG(va_dma_tx0),
  636. },
  637. {
  638. .name = LPASS_BE_VA_CDC_DMA_TX_1,
  639. .stream_name = LPASS_BE_VA_CDC_DMA_TX_1,
  640. .capture_only = 1,
  641. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  642. SND_SOC_DPCM_TRIGGER_POST},
  643. .ignore_suspend = 1,
  644. .ops = &msm_common_be_ops,
  645. SND_SOC_DAILINK_REG(va_dma_tx1),
  646. },
  647. {
  648. .name = LPASS_BE_VA_CDC_DMA_TX_2,
  649. .stream_name = LPASS_BE_VA_CDC_DMA_TX_2,
  650. .capture_only = 1,
  651. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  652. SND_SOC_DPCM_TRIGGER_POST},
  653. .ignore_suspend = 1,
  654. .ops = &msm_common_be_ops,
  655. SND_SOC_DAILINK_REG(va_dma_tx2),
  656. },
  657. };
  658. /*
  659. * I2S interface pinctrl mapping
  660. * ------------------------------------
  661. * Primary - pri_mi2s
  662. * Secondary - lpi_i2s3
  663. * Tertiary - tert_mi2s
  664. * Quaternary - quat_mi2s (lpi_i2s0)
  665. * Quinary - lpi_i2s1
  666. * Senary - lpi_i2s2
  667. * ------------------------------------
  668. */
  669. static struct snd_soc_dai_link msm_mi2s_dai_links[] = {
  670. {
  671. .name = LPASS_BE_PRI_MI2S_RX,
  672. .stream_name = LPASS_BE_PRI_MI2S_RX,
  673. .playback_only = 1,
  674. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  675. SND_SOC_DPCM_TRIGGER_POST},
  676. .ops = &msm_common_be_ops,
  677. .ignore_suspend = 1,
  678. .ignore_pmdown_time = 1,
  679. SND_SOC_DAILINK_REG(pri_mi2s_rx),
  680. },
  681. {
  682. .name = LPASS_BE_PRI_MI2S_TX,
  683. .stream_name = LPASS_BE_PRI_MI2S_TX,
  684. .capture_only = 1,
  685. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  686. SND_SOC_DPCM_TRIGGER_POST},
  687. .ops = &msm_common_be_ops,
  688. .ignore_suspend = 1,
  689. SND_SOC_DAILINK_REG(pri_mi2s_tx),
  690. },
  691. {
  692. .name = LPASS_BE_SEC_MI2S_RX,
  693. .stream_name = LPASS_BE_SEC_MI2S_RX,
  694. .playback_only = 1,
  695. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  696. SND_SOC_DPCM_TRIGGER_POST},
  697. .ops = &msm_common_be_ops,
  698. .ignore_suspend = 1,
  699. .ignore_pmdown_time = 1,
  700. SND_SOC_DAILINK_REG(sec_mi2s_rx),
  701. },
  702. {
  703. .name = LPASS_BE_SEC_MI2S_TX,
  704. .stream_name = LPASS_BE_SEC_MI2S_TX,
  705. .capture_only = 1,
  706. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  707. SND_SOC_DPCM_TRIGGER_POST},
  708. .ops = &msm_common_be_ops,
  709. .ignore_suspend = 1,
  710. SND_SOC_DAILINK_REG(sec_mi2s_tx),
  711. },
  712. {
  713. .name = LPASS_BE_TERT_MI2S_RX,
  714. .stream_name = LPASS_BE_TERT_MI2S_RX,
  715. .playback_only = 1,
  716. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  717. SND_SOC_DPCM_TRIGGER_POST},
  718. .ops = &msm_common_be_ops,
  719. .ignore_suspend = 1,
  720. .ignore_pmdown_time = 1,
  721. SND_SOC_DAILINK_REG(tert_mi2s_rx),
  722. },
  723. {
  724. .name = LPASS_BE_TERT_MI2S_TX,
  725. .stream_name = LPASS_BE_TERT_MI2S_TX,
  726. .capture_only = 1,
  727. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  728. SND_SOC_DPCM_TRIGGER_POST},
  729. .ops = &msm_common_be_ops,
  730. .ignore_suspend = 1,
  731. SND_SOC_DAILINK_REG(tert_mi2s_tx),
  732. },
  733. {
  734. .name = LPASS_BE_QUAT_MI2S_RX,
  735. .stream_name = LPASS_BE_QUAT_MI2S_RX,
  736. .playback_only = 1,
  737. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  738. SND_SOC_DPCM_TRIGGER_POST},
  739. .ops = &msm_common_be_ops,
  740. .ignore_suspend = 1,
  741. .ignore_pmdown_time = 1,
  742. SND_SOC_DAILINK_REG(quat_mi2s_rx),
  743. },
  744. {
  745. .name = LPASS_BE_QUAT_MI2S_TX,
  746. .stream_name = LPASS_BE_QUAT_MI2S_TX,
  747. .capture_only = 1,
  748. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  749. SND_SOC_DPCM_TRIGGER_POST},
  750. .ops = &msm_common_be_ops,
  751. .ignore_suspend = 1,
  752. SND_SOC_DAILINK_REG(quat_mi2s_tx),
  753. },
  754. {
  755. .name = LPASS_BE_QUIN_MI2S_RX,
  756. .stream_name = LPASS_BE_QUIN_MI2S_RX,
  757. .playback_only = 1,
  758. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  759. SND_SOC_DPCM_TRIGGER_POST},
  760. .ops = &msm_common_be_ops,
  761. .ignore_suspend = 1,
  762. .ignore_pmdown_time = 1,
  763. SND_SOC_DAILINK_REG(quin_mi2s_rx),
  764. },
  765. {
  766. .name = LPASS_BE_QUIN_MI2S_TX,
  767. .stream_name = LPASS_BE_QUIN_MI2S_TX,
  768. .capture_only = 1,
  769. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  770. SND_SOC_DPCM_TRIGGER_POST},
  771. .ops = &msm_common_be_ops,
  772. .ignore_suspend = 1,
  773. SND_SOC_DAILINK_REG(quin_mi2s_tx),
  774. },
  775. {
  776. .name = LPASS_BE_SEN_MI2S_RX,
  777. .stream_name = LPASS_BE_SEN_MI2S_RX,
  778. .playback_only = 1,
  779. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  780. SND_SOC_DPCM_TRIGGER_POST},
  781. .ops = &msm_common_be_ops,
  782. .ignore_suspend = 1,
  783. .ignore_pmdown_time = 1,
  784. SND_SOC_DAILINK_REG(sen_mi2s_rx),
  785. },
  786. {
  787. .name = LPASS_BE_SEN_MI2S_TX,
  788. .stream_name = LPASS_BE_SEN_MI2S_TX,
  789. .capture_only = 1,
  790. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  791. SND_SOC_DPCM_TRIGGER_POST},
  792. .ops = &msm_common_be_ops,
  793. .ignore_suspend = 1,
  794. SND_SOC_DAILINK_REG(sen_mi2s_tx),
  795. },
  796. };
  797. static struct snd_soc_dai_link msm_tdm_dai_links[] = {
  798. {
  799. .name = LPASS_BE_PRI_TDM_RX_0,
  800. .stream_name = LPASS_BE_PRI_TDM_RX_0,
  801. .playback_only = 1,
  802. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  803. SND_SOC_DPCM_TRIGGER_POST},
  804. .ops = &msm_common_be_ops,
  805. .ignore_suspend = 1,
  806. .ignore_pmdown_time = 1,
  807. SND_SOC_DAILINK_REG(pri_tdm_rx_0),
  808. },
  809. {
  810. .name = LPASS_BE_PRI_TDM_TX_0,
  811. .stream_name = LPASS_BE_PRI_TDM_TX_0,
  812. .capture_only = 1,
  813. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  814. SND_SOC_DPCM_TRIGGER_POST},
  815. .ops = &msm_common_be_ops,
  816. .ignore_suspend = 1,
  817. SND_SOC_DAILINK_REG(pri_tdm_tx_0),
  818. },
  819. {
  820. .name = LPASS_BE_SEC_TDM_RX_0,
  821. .stream_name = LPASS_BE_SEC_TDM_RX_0,
  822. .playback_only = 1,
  823. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  824. SND_SOC_DPCM_TRIGGER_POST},
  825. .ops = &msm_common_be_ops,
  826. .ignore_suspend = 1,
  827. .ignore_pmdown_time = 1,
  828. SND_SOC_DAILINK_REG(sec_tdm_rx_0),
  829. },
  830. {
  831. .name = LPASS_BE_SEC_TDM_TX_0,
  832. .stream_name = LPASS_BE_SEC_TDM_TX_0,
  833. .capture_only = 1,
  834. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  835. SND_SOC_DPCM_TRIGGER_POST},
  836. .ops = &msm_common_be_ops,
  837. .ignore_suspend = 1,
  838. SND_SOC_DAILINK_REG(sec_tdm_tx_0),
  839. },
  840. {
  841. .name = LPASS_BE_TERT_TDM_RX_0,
  842. .stream_name = LPASS_BE_TERT_TDM_RX_0,
  843. .playback_only = 1,
  844. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  845. SND_SOC_DPCM_TRIGGER_POST},
  846. .ops = &msm_common_be_ops,
  847. .ignore_suspend = 1,
  848. .ignore_pmdown_time = 1,
  849. SND_SOC_DAILINK_REG(tert_tdm_rx_0),
  850. },
  851. {
  852. .name = LPASS_BE_TERT_TDM_TX_0,
  853. .stream_name = LPASS_BE_TERT_TDM_TX_0,
  854. .capture_only = 1,
  855. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  856. SND_SOC_DPCM_TRIGGER_POST},
  857. .ops = &msm_common_be_ops,
  858. .ignore_suspend = 1,
  859. SND_SOC_DAILINK_REG(tert_tdm_tx_0),
  860. },
  861. {
  862. .name = LPASS_BE_QUAT_TDM_RX_0,
  863. .stream_name = LPASS_BE_QUAT_TDM_RX_0,
  864. .playback_only = 1,
  865. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  866. SND_SOC_DPCM_TRIGGER_POST},
  867. .ops = &msm_common_be_ops,
  868. .ignore_suspend = 1,
  869. .ignore_pmdown_time = 1,
  870. SND_SOC_DAILINK_REG(quat_tdm_rx_0),
  871. },
  872. {
  873. .name = LPASS_BE_QUAT_TDM_TX_0,
  874. .stream_name = LPASS_BE_QUAT_TDM_TX_0,
  875. .capture_only = 1,
  876. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  877. SND_SOC_DPCM_TRIGGER_POST},
  878. .ops = &msm_common_be_ops,
  879. .ignore_suspend = 1,
  880. SND_SOC_DAILINK_REG(quat_tdm_tx_0),
  881. },
  882. {
  883. .name = LPASS_BE_QUIN_TDM_RX_0,
  884. .stream_name = LPASS_BE_QUIN_TDM_RX_0,
  885. .playback_only = 1,
  886. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  887. SND_SOC_DPCM_TRIGGER_POST},
  888. .ops = &msm_common_be_ops,
  889. .ignore_suspend = 1,
  890. .ignore_pmdown_time = 1,
  891. SND_SOC_DAILINK_REG(quin_tdm_rx_0),
  892. },
  893. {
  894. .name = LPASS_BE_QUIN_TDM_TX_0,
  895. .stream_name = LPASS_BE_QUIN_TDM_TX_0,
  896. .capture_only = 1,
  897. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  898. SND_SOC_DPCM_TRIGGER_POST},
  899. .ops = &msm_common_be_ops,
  900. .ignore_suspend = 1,
  901. SND_SOC_DAILINK_REG(quin_tdm_tx_0),
  902. },
  903. {
  904. .name = LPASS_BE_SEN_TDM_RX_0,
  905. .stream_name = LPASS_BE_SEN_TDM_RX_0,
  906. .playback_only = 1,
  907. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  908. SND_SOC_DPCM_TRIGGER_POST},
  909. .ops = &msm_common_be_ops,
  910. .ignore_suspend = 1,
  911. .ignore_pmdown_time = 1,
  912. SND_SOC_DAILINK_REG(sen_tdm_rx_0),
  913. },
  914. {
  915. .name = LPASS_BE_SEN_TDM_TX_0,
  916. .stream_name = LPASS_BE_SEN_TDM_TX_0,
  917. .capture_only = 1,
  918. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  919. SND_SOC_DPCM_TRIGGER_POST},
  920. .ops = &msm_common_be_ops,
  921. .ignore_suspend = 1,
  922. SND_SOC_DAILINK_REG(sen_tdm_tx_0),
  923. },
  924. };
  925. static struct snd_soc_dai_link msm_waipio_dai_links[
  926. ARRAY_SIZE(msm_wsa_cdc_dma_be_dai_links) +
  927. ARRAY_SIZE(msm_wsa2_cdc_dma_be_dai_links) +
  928. ARRAY_SIZE(msm_wsa_wsa2_cdc_dma_be_dai_links) +
  929. ARRAY_SIZE(msm_rx_tx_cdc_dma_be_dai_links) +
  930. ARRAY_SIZE(msm_va_cdc_dma_be_dai_links) +
  931. ARRAY_SIZE(ext_disp_be_dai_link) +
  932. ARRAY_SIZE(msm_common_be_dai_links) +
  933. ARRAY_SIZE(msm_wcn_be_dai_links) +
  934. ARRAY_SIZE(msm_mi2s_dai_links) +
  935. ARRAY_SIZE(msm_tdm_dai_links)];
  936. static int msm_populate_dai_link_component_of_node(
  937. struct snd_soc_card *card)
  938. {
  939. int i, j, index, ret = 0;
  940. struct device *cdev = card->dev;
  941. struct snd_soc_dai_link *dai_link = card->dai_link;
  942. struct device_node *np = NULL;
  943. int codecs_enabled = 0;
  944. struct snd_soc_dai_link_component *codecs_comp = NULL;
  945. if (!cdev) {
  946. dev_err(cdev, "%s: Sound card device memory NULL\n", __func__);
  947. return -ENODEV;
  948. }
  949. for (i = 0; i < card->num_links; i++) {
  950. if (dai_link[i].init == NULL)
  951. dai_link[i].init = &msm_common_dai_link_init;
  952. /* populate codec_of_node for snd card dai links */
  953. if (dai_link[i].num_codecs > 0) {
  954. for (j = 0; j < dai_link[i].num_codecs; j++) {
  955. if (dai_link[i].codecs[j].of_node ||
  956. !dai_link[i].codecs[j].name)
  957. continue;
  958. index = of_property_match_string(cdev->of_node,
  959. "asoc-codec-names",
  960. dai_link[i].codecs[j].name);
  961. if (index < 0)
  962. continue;
  963. np = of_parse_phandle(cdev->of_node,
  964. "asoc-codec",
  965. index);
  966. if (!np) {
  967. dev_err(cdev, "%s: retrieving phandle for codec %s failed\n",
  968. __func__,
  969. dai_link[i].codecs[j].name);
  970. ret = -ENODEV;
  971. goto err;
  972. }
  973. dai_link[i].codecs[j].of_node = np;
  974. dai_link[i].codecs[j].name = NULL;
  975. }
  976. }
  977. }
  978. /* In multi-codec scenario, check if codecs are enabled for this platform */
  979. for (i = 0; i < card->num_links; i++) {
  980. codecs_enabled = 0;
  981. if (dai_link[i].num_codecs > 1) {
  982. for (j = 0; j < dai_link[i].num_codecs; j++) {
  983. if (!dai_link[i].codecs[j].of_node)
  984. continue;
  985. np = dai_link[i].codecs[j].of_node;
  986. if (!of_device_is_available(np)) {
  987. dev_err(cdev, "%s: codec is disabled: %s\n",
  988. __func__,
  989. np->full_name);
  990. dai_link[i].codecs[j].of_node = NULL;
  991. continue;
  992. }
  993. codecs_enabled++;
  994. }
  995. if (codecs_enabled > 0 &&
  996. codecs_enabled < dai_link[i].num_codecs) {
  997. codecs_comp = devm_kzalloc(cdev,
  998. sizeof(struct snd_soc_dai_link_component)
  999. * codecs_enabled, GFP_KERNEL);
  1000. if (!codecs_comp) {
  1001. dev_err(cdev, "%s: %s dailink codec component alloc failed\n",
  1002. __func__, dai_link[i].name);
  1003. ret = -ENOMEM;
  1004. goto err;
  1005. }
  1006. index = 0;
  1007. for (j = 0; j < dai_link[i].num_codecs; j++) {
  1008. if(dai_link[i].codecs[j].of_node) {
  1009. codecs_comp[index].of_node =
  1010. dai_link[i].codecs[j].of_node;
  1011. codecs_comp[index].dai_name =
  1012. dai_link[i].codecs[j].dai_name;
  1013. codecs_comp[index].name = NULL;
  1014. index++;
  1015. }
  1016. }
  1017. dai_link[i].codecs = codecs_comp;
  1018. dai_link[i].num_codecs = codecs_enabled;
  1019. }
  1020. }
  1021. }
  1022. err:
  1023. return ret;
  1024. }
  1025. static int msm_audrx_stub_init(struct snd_soc_pcm_runtime *rtd)
  1026. {
  1027. return 0;
  1028. }
  1029. static int msm_snd_stub_hw_params(struct snd_pcm_substream *substream,
  1030. struct snd_pcm_hw_params *params)
  1031. {
  1032. return 0;
  1033. }
  1034. static struct snd_soc_ops msm_stub_be_ops = {
  1035. .hw_params = msm_snd_stub_hw_params,
  1036. };
  1037. struct snd_soc_card snd_soc_card_stub_msm = {
  1038. .name = "waipio-stub-snd-card",
  1039. };
  1040. static struct snd_soc_dai_link msm_stub_be_dai_links[] = {
  1041. /* Backend DAI Links */
  1042. {
  1043. .name = LPASS_BE_PRI_AUXPCM_RX,
  1044. .stream_name = LPASS_BE_PRI_AUXPCM_RX,
  1045. .playback_only = 1,
  1046. .init = &msm_audrx_stub_init,
  1047. .ignore_pmdown_time = 1,
  1048. .ignore_suspend = 1,
  1049. .ops = &msm_stub_be_ops,
  1050. SND_SOC_DAILINK_REG(auxpcm_rx),
  1051. },
  1052. {
  1053. .name = LPASS_BE_PRI_AUXPCM_TX,
  1054. .stream_name = LPASS_BE_PRI_AUXPCM_TX,
  1055. .capture_only = 1,
  1056. .ignore_suspend = 1,
  1057. .ops = &msm_stub_be_ops,
  1058. SND_SOC_DAILINK_REG(auxpcm_tx),
  1059. },
  1060. };
  1061. static struct snd_soc_dai_link msm_stub_dai_links[
  1062. ARRAY_SIZE(msm_stub_be_dai_links)];
  1063. static const struct of_device_id waipio_asoc_machine_of_match[] = {
  1064. { .compatible = "qcom,waipio-asoc-snd",
  1065. .data = "codec"},
  1066. { .compatible = "qcom,waipio-asoc-snd-stub",
  1067. .data = "stub_codec"},
  1068. {},
  1069. };
  1070. static int msm_snd_card_late_probe(struct snd_soc_card *card)
  1071. {
  1072. struct snd_soc_component *component = NULL;
  1073. struct snd_soc_pcm_runtime *rtd;
  1074. int ret = 0;
  1075. void *mbhc_calibration;
  1076. rtd = snd_soc_get_pcm_runtime(card, &card->dai_link[0]);
  1077. if (!rtd) {
  1078. dev_err(card->dev,
  1079. "%s: snd_soc_get_pcm_runtime for %s failed!\n",
  1080. __func__, card->dai_link[0]);
  1081. return -EINVAL;
  1082. }
  1083. component = snd_soc_rtdcom_lookup(rtd, WCD938X_DRV_NAME);
  1084. if (!component) {
  1085. pr_err("%s component is NULL\n", __func__);
  1086. return -EINVAL;
  1087. }
  1088. mbhc_calibration = def_wcd_mbhc_cal();
  1089. if (!mbhc_calibration)
  1090. return -ENOMEM;
  1091. wcd_mbhc_cfg.calibration = mbhc_calibration;
  1092. ret = wcd938x_mbhc_hs_detect(component, &wcd_mbhc_cfg);
  1093. if (ret) {
  1094. dev_err(component->dev, "%s: mbhc hs detect failed, err:%d\n",
  1095. __func__, ret);
  1096. goto err_hs_detect;
  1097. }
  1098. return 0;
  1099. err_hs_detect:
  1100. kfree(mbhc_calibration);
  1101. return ret;
  1102. }
  1103. static struct snd_soc_card *populate_snd_card_dailinks(struct device *dev, int wsa_max_devs)
  1104. {
  1105. struct snd_soc_card *card = NULL;
  1106. struct snd_soc_dai_link *dailink = NULL;
  1107. int total_links = 0;
  1108. int rc = 0;
  1109. u32 val = 0;
  1110. const struct of_device_id *match;
  1111. match = of_match_node(waipio_asoc_machine_of_match, dev->of_node);
  1112. if (!match) {
  1113. dev_err(dev, "%s: No DT match found for sound card\n",
  1114. __func__);
  1115. return NULL;
  1116. }
  1117. if (!strcmp(match->data, "codec")) {
  1118. card = &snd_soc_card_waipio_msm;
  1119. /* late probe uses dai link at index '0' to get wcd component */
  1120. memcpy(msm_waipio_dai_links + total_links,
  1121. msm_rx_tx_cdc_dma_be_dai_links,
  1122. sizeof(msm_rx_tx_cdc_dma_be_dai_links));
  1123. total_links +=
  1124. ARRAY_SIZE(msm_rx_tx_cdc_dma_be_dai_links);
  1125. switch (wsa_max_devs) {
  1126. case MONO_SPEAKER:
  1127. case STEREO_SPEAKER:
  1128. memcpy(msm_waipio_dai_links + total_links,
  1129. msm_wsa_cdc_dma_be_dai_links,
  1130. sizeof(msm_wsa_cdc_dma_be_dai_links));
  1131. total_links += ARRAY_SIZE(msm_wsa_cdc_dma_be_dai_links);
  1132. break;
  1133. case QUAD_SPEAKER:
  1134. memcpy(msm_waipio_dai_links + total_links,
  1135. msm_wsa2_cdc_dma_be_dai_links,
  1136. sizeof(msm_wsa2_cdc_dma_be_dai_links));
  1137. total_links += ARRAY_SIZE(msm_wsa2_cdc_dma_be_dai_links);
  1138. memcpy(msm_waipio_dai_links + total_links,
  1139. msm_wsa_wsa2_cdc_dma_be_dai_links,
  1140. sizeof(msm_wsa_wsa2_cdc_dma_be_dai_links));
  1141. total_links += ARRAY_SIZE(msm_wsa_wsa2_cdc_dma_be_dai_links);
  1142. break;
  1143. default:
  1144. dev_dbg(dev,
  1145. "%s: Unexpected number of WSAs, wsa_max_devs: %d\n",
  1146. __func__, wsa_max_devs);
  1147. break;
  1148. }
  1149. memcpy(msm_waipio_dai_links + total_links,
  1150. msm_va_cdc_dma_be_dai_links,
  1151. sizeof(msm_va_cdc_dma_be_dai_links));
  1152. total_links += ARRAY_SIZE(msm_va_cdc_dma_be_dai_links);
  1153. memcpy(msm_waipio_dai_links + total_links,
  1154. msm_common_be_dai_links,
  1155. sizeof(msm_common_be_dai_links));
  1156. total_links += ARRAY_SIZE(msm_common_be_dai_links);
  1157. rc = of_property_read_u32(dev->of_node,
  1158. "qcom,mi2s-audio-intf", &val);
  1159. if (!rc && val) {
  1160. memcpy(msm_waipio_dai_links + total_links,
  1161. msm_mi2s_dai_links,
  1162. sizeof(msm_mi2s_dai_links));
  1163. total_links += ARRAY_SIZE(msm_mi2s_dai_links);
  1164. }
  1165. rc = of_property_read_u32(dev->of_node,
  1166. "qcom,tdm-audio-intf", &val);
  1167. if (!rc && val) {
  1168. memcpy(msm_waipio_dai_links + total_links,
  1169. msm_tdm_dai_links,
  1170. sizeof(msm_tdm_dai_links));
  1171. total_links += ARRAY_SIZE(msm_tdm_dai_links);
  1172. }
  1173. rc = of_property_read_u32(dev->of_node,
  1174. "qcom,ext-disp-audio-rx", &val);
  1175. if (!rc && val) {
  1176. dev_dbg(dev, "%s(): ext disp audio support present\n",
  1177. __func__);
  1178. memcpy(msm_waipio_dai_links + total_links,
  1179. ext_disp_be_dai_link,
  1180. sizeof(ext_disp_be_dai_link));
  1181. total_links += ARRAY_SIZE(ext_disp_be_dai_link);
  1182. }
  1183. rc = of_property_read_u32(dev->of_node, "qcom,wcn-bt", &val);
  1184. if (!rc && val) {
  1185. dev_dbg(dev, "%s(): WCN BT support present\n",
  1186. __func__);
  1187. memcpy(msm_waipio_dai_links + total_links,
  1188. msm_wcn_be_dai_links,
  1189. sizeof(msm_wcn_be_dai_links));
  1190. total_links += ARRAY_SIZE(msm_wcn_be_dai_links);
  1191. }
  1192. dailink = msm_waipio_dai_links;
  1193. } else if(!strcmp(match->data, "stub_codec")) {
  1194. card = &snd_soc_card_stub_msm;
  1195. memcpy(msm_stub_dai_links,
  1196. msm_stub_be_dai_links,
  1197. sizeof(msm_stub_be_dai_links));
  1198. dailink = msm_stub_dai_links;
  1199. total_links = ARRAY_SIZE(msm_stub_be_dai_links);
  1200. }
  1201. if (card) {
  1202. card->dai_link = dailink;
  1203. card->num_links = total_links;
  1204. card->late_probe = msm_snd_card_late_probe;
  1205. }
  1206. return card;
  1207. }
  1208. static int msm_int_wsa_init(struct snd_soc_pcm_runtime *rtd)
  1209. {
  1210. u8 spkleft_ports[WSA883X_MAX_SWR_PORTS] = {0, 1, 2, 3};
  1211. u8 spkright_ports[WSA883X_MAX_SWR_PORTS] = {0, 1, 2, 3};
  1212. u8 spkleft_port_types[WSA883X_MAX_SWR_PORTS] = {SPKR_L, SPKR_L_COMP,
  1213. SPKR_L_BOOST, SPKR_L_VI};
  1214. u8 spkright_port_types[WSA883X_MAX_SWR_PORTS] = {SPKR_R, SPKR_R_COMP,
  1215. SPKR_R_BOOST, SPKR_R_VI};
  1216. unsigned int ch_rate[WSA883X_MAX_SWR_PORTS] = {SWR_CLK_RATE_2P4MHZ, SWR_CLK_RATE_0P6MHZ,
  1217. SWR_CLK_RATE_0P3MHZ, SWR_CLK_RATE_1P2MHZ};
  1218. unsigned int ch_mask[WSA883X_MAX_SWR_PORTS] = {0x1, 0xF, 0x3, 0x3};
  1219. struct snd_soc_component *component = NULL;
  1220. struct msm_asoc_mach_data *pdata =
  1221. snd_soc_card_get_drvdata(rtd->card);
  1222. if (pdata->wsa_max_devs > 0) {
  1223. component = snd_soc_rtdcom_lookup(rtd, "wsa-codec.1");
  1224. if (!component) {
  1225. pr_err("%s: wsa-codec.1 component is NULL\n", __func__);
  1226. return -EINVAL;
  1227. }
  1228. wsa883x_set_channel_map(component, &spkleft_ports[0],
  1229. WSA883X_MAX_SWR_PORTS, &ch_mask[0],
  1230. &ch_rate[0], &spkleft_port_types[0]);
  1231. wsa883x_codec_info_create_codec_entry(pdata->codec_root,
  1232. component);
  1233. }
  1234. /* If current platform has more than one WSA */
  1235. if (pdata->wsa_max_devs > 1) {
  1236. component = snd_soc_rtdcom_lookup(rtd, "wsa-codec.2");
  1237. if (!component) {
  1238. pr_err("%s: wsa-codec.2 component is NULL\n", __func__);
  1239. return -EINVAL;
  1240. }
  1241. wsa883x_set_channel_map(component, &spkright_ports[0],
  1242. WSA883X_MAX_SWR_PORTS, &ch_mask[0],
  1243. &ch_rate[0], &spkright_port_types[0]);
  1244. wsa883x_codec_info_create_codec_entry(pdata->codec_root,
  1245. component);
  1246. }
  1247. if (pdata->wsa_max_devs > 2) {
  1248. component = snd_soc_rtdcom_lookup(rtd, "wsa-codec.3");
  1249. if (!component) {
  1250. pr_err("%s: wsa-codec.3 component is NULL\n", __func__);
  1251. return -EINVAL;
  1252. }
  1253. wsa883x_set_channel_map(component, &spkleft_ports[0],
  1254. WSA883X_MAX_SWR_PORTS, &ch_mask[0],
  1255. &ch_rate[0], &spkleft_port_types[0]);
  1256. wsa883x_codec_info_create_codec_entry(pdata->codec_root,
  1257. component);
  1258. }
  1259. if (pdata->wsa_max_devs > 3) {
  1260. component = snd_soc_rtdcom_lookup(rtd, "wsa-codec.4");
  1261. if (!component) {
  1262. pr_err("%s: wsa-codec.4 component is NULL\n", __func__);
  1263. return -EINVAL;
  1264. }
  1265. wsa883x_set_channel_map(component, &spkright_ports[0],
  1266. WSA883X_MAX_SWR_PORTS, &ch_mask[0],
  1267. &ch_rate[0], &spkright_port_types[0]);
  1268. wsa883x_codec_info_create_codec_entry(pdata->codec_root,
  1269. component);
  1270. }
  1271. msm_common_dai_link_init(rtd);
  1272. return 0;
  1273. }
  1274. static int msm_rx_tx_codec_init(struct snd_soc_pcm_runtime *rtd)
  1275. {
  1276. int codec_variant = -1;
  1277. struct snd_soc_component *component = NULL;
  1278. struct snd_soc_component *lpass_cdc_component = NULL;
  1279. struct snd_soc_dapm_context *dapm = NULL;
  1280. struct snd_info_entry *entry = NULL;
  1281. struct snd_card *card = NULL;
  1282. struct msm_asoc_mach_data *pdata =
  1283. snd_soc_card_get_drvdata(rtd->card);
  1284. int ret = 0;
  1285. lpass_cdc_component = snd_soc_rtdcom_lookup(rtd, "lpass-cdc");
  1286. if (!lpass_cdc_component) {
  1287. pr_err("%s: could not find component for lpass-cdc\n",
  1288. __func__);
  1289. return ret;
  1290. }
  1291. dapm = snd_soc_component_get_dapm(lpass_cdc_component);
  1292. snd_soc_dapm_new_controls(dapm, msm_int_dapm_widgets,
  1293. ARRAY_SIZE(msm_int_dapm_widgets));
  1294. snd_soc_dapm_ignore_suspend(dapm, "Digital Mic0");
  1295. snd_soc_dapm_ignore_suspend(dapm, "Digital Mic1");
  1296. snd_soc_dapm_ignore_suspend(dapm, "Digital Mic2");
  1297. snd_soc_dapm_ignore_suspend(dapm, "Digital Mic3");
  1298. snd_soc_dapm_ignore_suspend(dapm, "Digital Mic4");
  1299. snd_soc_dapm_ignore_suspend(dapm, "Digital Mic5");
  1300. snd_soc_dapm_ignore_suspend(dapm, "Digital Mic6");
  1301. snd_soc_dapm_ignore_suspend(dapm, "Digital Mic7");
  1302. snd_soc_dapm_ignore_suspend(dapm, "Analog Mic1");
  1303. snd_soc_dapm_ignore_suspend(dapm, "Analog Mic2");
  1304. snd_soc_dapm_ignore_suspend(dapm, "Analog Mic3");
  1305. snd_soc_dapm_ignore_suspend(dapm, "Analog Mic4");
  1306. snd_soc_dapm_ignore_suspend(dapm, "Analog Mic5");
  1307. lpass_cdc_set_port_map(lpass_cdc_component, ARRAY_SIZE(sm_port_map), sm_port_map);
  1308. card = rtd->card->snd_card;
  1309. if (!pdata->codec_root) {
  1310. entry = msm_snd_info_create_subdir(card->module, "codecs",
  1311. card->proc_root);
  1312. if (!entry) {
  1313. pr_debug("%s: Cannot create codecs module entry\n",
  1314. __func__);
  1315. return ret;
  1316. }
  1317. pdata->codec_root = entry;
  1318. }
  1319. lpass_cdc_info_create_codec_entry(pdata->codec_root, lpass_cdc_component);
  1320. lpass_cdc_register_wake_irq(lpass_cdc_component, false);
  1321. if (pdata->wcd_disabled)
  1322. goto done;
  1323. component = snd_soc_rtdcom_lookup(rtd, WCD938X_DRV_NAME);
  1324. if (!component) {
  1325. pr_err("%s could not find component for %s\n",
  1326. __func__, WCD938X_DRV_NAME);
  1327. return -EINVAL;
  1328. }
  1329. dapm = snd_soc_component_get_dapm(component);
  1330. card = component->card->snd_card;
  1331. snd_soc_dapm_ignore_suspend(dapm, "EAR");
  1332. snd_soc_dapm_ignore_suspend(dapm, "AUX");
  1333. snd_soc_dapm_ignore_suspend(dapm, "HPHL");
  1334. snd_soc_dapm_ignore_suspend(dapm, "HPHR");
  1335. snd_soc_dapm_ignore_suspend(dapm, "AMIC1");
  1336. snd_soc_dapm_ignore_suspend(dapm, "AMIC2");
  1337. snd_soc_dapm_ignore_suspend(dapm, "AMIC3");
  1338. snd_soc_dapm_ignore_suspend(dapm, "AMIC4");
  1339. snd_soc_dapm_sync(dapm);
  1340. pdata = snd_soc_card_get_drvdata(component->card);
  1341. if (!pdata->codec_root) {
  1342. entry = msm_snd_info_create_subdir(card->module, "codecs",
  1343. card->proc_root);
  1344. if (!entry) {
  1345. dev_dbg(component->dev, "%s: Cannot create codecs module entry\n",
  1346. __func__);
  1347. return 0;
  1348. }
  1349. pdata->codec_root = entry;
  1350. }
  1351. wcd938x_info_create_codec_entry(pdata->codec_root, component);
  1352. codec_variant = wcd938x_get_codec_variant(component);
  1353. dev_dbg(component->dev, "%s: variant %d\n", __func__, codec_variant);
  1354. if (codec_variant == WCD9385)
  1355. ret = lpass_cdc_rx_set_fir_capability(lpass_cdc_component, true);
  1356. else
  1357. ret = lpass_cdc_rx_set_fir_capability(lpass_cdc_component, false);
  1358. if (ret < 0) {
  1359. dev_err(component->dev, "%s: set fir capability failed: %d\n",
  1360. __func__, ret);
  1361. return ret;
  1362. }
  1363. done:
  1364. codec_reg_done = true;
  1365. msm_common_dai_link_init(rtd);
  1366. return ret;
  1367. }
  1368. static int waipio_ssr_enable(struct device *dev, void *data)
  1369. {
  1370. struct platform_device *pdev = to_platform_device(dev);
  1371. struct snd_soc_card *card = platform_get_drvdata(pdev);
  1372. int ret = 0;
  1373. if (!card) {
  1374. dev_err(dev, "%s: card is NULL\n", __func__);
  1375. ret = -EINVAL;
  1376. goto err;
  1377. }
  1378. if (!strcmp(card->name, "waipio-stub-snd-card")) {
  1379. /* TODO */
  1380. dev_dbg(dev, "%s: TODO \n", __func__);
  1381. }
  1382. snd_card_notify_user(1);
  1383. dev_dbg(dev, "%s: setting snd_card to ONLINE\n", __func__);
  1384. err:
  1385. return ret;
  1386. }
  1387. static void waipio_ssr_disable(struct device *dev, void *data)
  1388. {
  1389. struct platform_device *pdev = to_platform_device(dev);
  1390. struct snd_soc_card *card = platform_get_drvdata(pdev);
  1391. if (!card) {
  1392. dev_err(dev, "%s: card is NULL\n", __func__);
  1393. return;
  1394. }
  1395. dev_dbg(dev, "%s: setting snd_card to OFFLINE\n", __func__);
  1396. snd_card_notify_user(0);
  1397. if (!strcmp(card->name, "waipio-stub-snd-card")) {
  1398. /* TODO */
  1399. dev_dbg(dev, "%s: TODO \n", __func__);
  1400. }
  1401. }
  1402. static const struct snd_event_ops waipio_ssr_ops = {
  1403. .enable = waipio_ssr_enable,
  1404. .disable = waipio_ssr_disable,
  1405. };
  1406. static int msm_audio_ssr_compare(struct device *dev, void *data)
  1407. {
  1408. struct device_node *node = data;
  1409. dev_dbg(dev, "%s: dev->of_node = 0x%p, node = 0x%p\n",
  1410. __func__, dev->of_node, node);
  1411. return (dev->of_node && dev->of_node == node);
  1412. }
  1413. static int msm_audio_ssr_register(struct device *dev)
  1414. {
  1415. struct device_node *np = dev->of_node;
  1416. struct snd_event_clients *ssr_clients = NULL;
  1417. struct device_node *node = NULL;
  1418. int ret = 0;
  1419. int i = 0;
  1420. for (i = 0; ; i++) {
  1421. node = of_parse_phandle(np, "qcom,msm_audio_ssr_devs", i);
  1422. if (!node)
  1423. break;
  1424. snd_event_mstr_add_client(&ssr_clients,
  1425. msm_audio_ssr_compare, node);
  1426. }
  1427. ret = snd_event_master_register(dev, &waipio_ssr_ops,
  1428. ssr_clients, NULL);
  1429. if (!ret)
  1430. snd_event_notify(dev, SND_EVENT_UP);
  1431. return ret;
  1432. }
  1433. struct msm_common_pdata *msm_common_get_pdata(struct snd_soc_card *card)
  1434. {
  1435. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  1436. if (!pdata)
  1437. return NULL;
  1438. return pdata->common_pdata;
  1439. }
  1440. void msm_common_set_pdata(struct snd_soc_card *card,
  1441. struct msm_common_pdata *common_pdata)
  1442. {
  1443. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  1444. if (!pdata)
  1445. return;
  1446. pdata->common_pdata = common_pdata;
  1447. }
  1448. static int msm_asoc_machine_probe(struct platform_device *pdev)
  1449. {
  1450. struct snd_soc_card *card = NULL;
  1451. struct msm_asoc_mach_data *pdata = NULL;
  1452. int ret = 0;
  1453. struct clk *lpass_audio_hw_vote = NULL;
  1454. if (!pdev->dev.of_node) {
  1455. dev_err(&pdev->dev, "%s: No platform supplied from device tree\n", __func__);
  1456. return -EINVAL;
  1457. }
  1458. pdata = devm_kzalloc(&pdev->dev,
  1459. sizeof(struct msm_asoc_mach_data), GFP_KERNEL);
  1460. if (!pdata)
  1461. return -ENOMEM;
  1462. of_property_read_u32(pdev->dev.of_node,
  1463. "qcom,wcd-disabled",
  1464. &pdata->wcd_disabled);
  1465. /* Get maximum WSA device count for this platform */
  1466. ret = of_property_read_u32(pdev->dev.of_node,
  1467. "qcom,wsa-max-devs", &pdata->wsa_max_devs);
  1468. if (ret) {
  1469. dev_info(&pdev->dev,
  1470. "%s: wsa-max-devs property missing in DT %s, ret = %d\n",
  1471. __func__, pdev->dev.of_node->full_name, ret);
  1472. pdata->wsa_max_devs = 0;
  1473. }
  1474. card = populate_snd_card_dailinks(&pdev->dev, pdata->wsa_max_devs);
  1475. if (!card) {
  1476. dev_err(&pdev->dev, "%s: Card uninitialized\n", __func__);
  1477. ret = -EINVAL;
  1478. goto err;
  1479. }
  1480. card->dev = &pdev->dev;
  1481. platform_set_drvdata(pdev, card);
  1482. snd_soc_card_set_drvdata(card, pdata);
  1483. ret = snd_soc_of_parse_card_name(card, "qcom,model");
  1484. if (ret) {
  1485. dev_err(&pdev->dev, "%s: parse card name failed, err:%d\n",
  1486. __func__, ret);
  1487. goto err;
  1488. }
  1489. ret = snd_soc_of_parse_audio_routing(card, "qcom,audio-routing");
  1490. if (ret) {
  1491. dev_err(&pdev->dev, "%s: parse audio routing failed, err:%d\n",
  1492. __func__, ret);
  1493. goto err;
  1494. }
  1495. ret = msm_populate_dai_link_component_of_node(card);
  1496. if (ret) {
  1497. ret = -EPROBE_DEFER;
  1498. goto err;
  1499. }
  1500. ret = devm_snd_soc_register_card(&pdev->dev, card);
  1501. if (ret == -EPROBE_DEFER) {
  1502. if (codec_reg_done)
  1503. ret = -EINVAL;
  1504. goto err;
  1505. } else if (ret) {
  1506. dev_err(&pdev->dev, "%s: snd_soc_register_card failed (%d)\n",
  1507. __func__, ret);
  1508. goto err;
  1509. }
  1510. dev_info(&pdev->dev, "%s: Sound card %s registered\n",
  1511. __func__, card->name);
  1512. if (wcd_mbhc_cfg.enable_usbc_analog)
  1513. wcd_mbhc_cfg.swap_gnd_mic = msm_usbc_swap_gnd_mic;
  1514. pdata->fsa_handle = of_parse_phandle(pdev->dev.of_node,
  1515. "fsa4480-i2c-handle", 0);
  1516. if (!pdata->fsa_handle)
  1517. dev_dbg(&pdev->dev, "property %s not detected in node %s\n",
  1518. "fsa4480-i2c-handle", pdev->dev.of_node->full_name);
  1519. pdata->dmic01_gpio_p = of_parse_phandle(pdev->dev.of_node,
  1520. "qcom,cdc-dmic01-gpios",
  1521. 0);
  1522. pdata->dmic23_gpio_p = of_parse_phandle(pdev->dev.of_node,
  1523. "qcom,cdc-dmic23-gpios",
  1524. 0);
  1525. pdata->dmic45_gpio_p = of_parse_phandle(pdev->dev.of_node,
  1526. "qcom,cdc-dmic45-gpios",
  1527. 0);
  1528. if (pdata->dmic01_gpio_p)
  1529. msm_cdc_pinctrl_set_wakeup_capable(pdata->dmic01_gpio_p, false);
  1530. if (pdata->dmic23_gpio_p)
  1531. msm_cdc_pinctrl_set_wakeup_capable(pdata->dmic23_gpio_p, false);
  1532. if (pdata->dmic45_gpio_p)
  1533. msm_cdc_pinctrl_set_wakeup_capable(pdata->dmic45_gpio_p, false);
  1534. msm_common_snd_init(pdev, card);
  1535. /* Register LPASS audio hw vote */
  1536. lpass_audio_hw_vote = devm_clk_get(&pdev->dev, "lpass_audio_hw_vote");
  1537. if (IS_ERR(lpass_audio_hw_vote)) {
  1538. ret = PTR_ERR(lpass_audio_hw_vote);
  1539. dev_dbg(&pdev->dev, "%s: clk get %s failed %d\n",
  1540. __func__, "lpass_audio_hw_vote", ret);
  1541. lpass_audio_hw_vote = NULL;
  1542. ret = 0;
  1543. }
  1544. pdata->lpass_audio_hw_vote = lpass_audio_hw_vote;
  1545. pdata->core_audio_vote_count = 0;
  1546. ret = msm_audio_ssr_register(&pdev->dev);
  1547. if (ret)
  1548. pr_err("%s: Registration with SND event FWK failed ret = %d\n",
  1549. __func__, ret);
  1550. is_initial_boot = true;
  1551. /* Add QoS request for audio tasks */
  1552. msm_audio_add_qos_request();
  1553. return 0;
  1554. err:
  1555. devm_kfree(&pdev->dev, pdata);
  1556. return ret;
  1557. }
  1558. static int msm_asoc_machine_remove(struct platform_device *pdev)
  1559. {
  1560. struct snd_soc_card *card = platform_get_drvdata(pdev);
  1561. struct msm_asoc_mach_data *pdata = NULL;
  1562. struct msm_common_pdata *common_pdata = NULL;
  1563. if (card)
  1564. pdata = snd_soc_card_get_drvdata(card);
  1565. if (pdata)
  1566. common_pdata = pdata->common_pdata;
  1567. msm_common_snd_deinit(common_pdata);
  1568. snd_event_master_deregister(&pdev->dev);
  1569. snd_soc_unregister_card(card);
  1570. msm_audio_remove_qos_request();
  1571. return 0;
  1572. }
  1573. static struct platform_driver waipio_asoc_machine_driver = {
  1574. .driver = {
  1575. .name = DRV_NAME,
  1576. .owner = THIS_MODULE,
  1577. .pm = &snd_soc_pm_ops,
  1578. .of_match_table = waipio_asoc_machine_of_match,
  1579. .suppress_bind_attrs = true,
  1580. },
  1581. .probe = msm_asoc_machine_probe,
  1582. .remove = msm_asoc_machine_remove,
  1583. };
  1584. static int __init msm_asoc_machine_init(void)
  1585. {
  1586. snd_card_sysfs_init();
  1587. return platform_driver_register(&waipio_asoc_machine_driver);
  1588. }
  1589. module_init(msm_asoc_machine_init);
  1590. static void __exit msm_asoc_machine_exit(void)
  1591. {
  1592. platform_driver_unregister(&waipio_asoc_machine_driver);
  1593. }
  1594. module_exit(msm_asoc_machine_exit);
  1595. MODULE_SOFTDEP("pre: bt_fm_slim");
  1596. MODULE_DESCRIPTION("ALSA SoC msm");
  1597. MODULE_LICENSE("GPL v2");
  1598. MODULE_ALIAS("platform:" DRV_NAME);
  1599. MODULE_DEVICE_TABLE(of, waipio_asoc_machine_of_match);