waipio.c 46 KB

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