waipio.c 46 KB

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