waipio.c 46 KB

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