auto_spf_dummy.c 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2014-2021, The Linux Foundation. All rights reserved.
  4. * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  5. */
  6. #include <linux/clk.h>
  7. #include <linux/delay.h>
  8. #include <linux/gpio.h>
  9. #include <linux/of_gpio.h>
  10. #include <linux/platform_device.h>
  11. #include <linux/slab.h>
  12. #include <linux/io.h>
  13. #include <linux/module.h>
  14. #include <linux/input.h>
  15. #include <linux/of_device.h>
  16. #include <linux/pm_qos.h>
  17. #include <sound/core.h>
  18. #include <sound/soc.h>
  19. #include <sound/soc-dapm.h>
  20. #include <sound/pcm.h>
  21. #include <sound/pcm_params.h>
  22. #include <sound/info.h>
  23. #include <dsp/audio_notifier.h>
  24. #include <dsp/audio_prm.h>
  25. #include <soc/snd_event.h>
  26. #include "msm_dailink.h"
  27. #include "msm_common.h"
  28. #define DRV_NAME "spf-asoc-snd"
  29. #define DRV_PINCTRL_NAME "audio-pcm-pinctrl"
  30. #define __CHIPSET__ "SA8xx5 "
  31. #define MSM_DAILINK_NAME(name) (__CHIPSET__#name)
  32. #ifdef CONFIG_MSM_COUPLED_SSR
  33. enum subsys_state {
  34. SUBSYS_DOWN = 0,
  35. SUBSYS_UP = 1
  36. };
  37. enum subsys_doamin {
  38. SUBSYS_DOMAIN_ADSP = 0,
  39. SUBSYS_DOMAIN_MDSP,
  40. SUBSYS_DOMAIN_MAX
  41. };
  42. static struct dsps_state_t {
  43. struct mutex lock;
  44. enum subsys_state states[SUBSYS_DOMAIN_MAX];
  45. } dsps_state;
  46. #endif
  47. enum pinctrl_pin_state {
  48. STATE_SLEEP = 0, /* All pins are in sleep state */
  49. STATE_ACTIVE, /* TDM = active */
  50. };
  51. struct msm_pinctrl_info {
  52. struct pinctrl *pinctrl;
  53. struct pinctrl_state *sleep;
  54. struct pinctrl_state *active;
  55. enum pinctrl_pin_state curr_state;
  56. };
  57. static const char *const pin_states[] = {"sleep", "active"};
  58. static const char *const tdm_gpio_phandle[] = {"qcom,pri-tdm-gpios",
  59. "qcom,sec-tdm-gpios",
  60. "qcom,tert-tdm-gpios",
  61. "qcom,quat-tdm-gpios",
  62. "qcom,quin-tdm-gpios",
  63. "qcom,sen-tdm-gpios",
  64. "qcom,sep-tdm-gpios",
  65. "qcom,oct-tdm-gpios",
  66. "qcom,hsif0-tdm-gpios",
  67. "qcom,hsif1-tdm-gpios",
  68. "qcom,hsif2-tdm-gpios",
  69. };
  70. static const char *const mclk_gpio_phandle[] = { "qcom,internal-mclk1-gpios" };
  71. enum {
  72. TDM_PRI = 0,
  73. TDM_SEC,
  74. TDM_TERT,
  75. TDM_QUAT,
  76. TDM_QUIN,
  77. TDM_SEN,
  78. TDM_SEP,
  79. TDM_OCT,
  80. TDM_HSIF0,
  81. TDM_HSIF1,
  82. TDM_HSIF2,
  83. TDM_INTERFACE_MAX,
  84. };
  85. enum {
  86. IDX_PRIMARY_TDM_RX_0,
  87. IDX_PRIMARY_TDM_TX_0,
  88. IDX_SECONDARY_TDM_RX_0,
  89. IDX_SECONDARY_TDM_TX_0,
  90. IDX_TERTIARY_TDM_RX_0,
  91. IDX_TERTIARY_TDM_TX_0,
  92. IDX_QUATERNARY_TDM_RX_0,
  93. IDX_QUATERNARY_TDM_TX_0,
  94. IDX_QUINARY_TDM_RX_0,
  95. IDX_QUINARY_TDM_TX_0,
  96. IDX_SENARY_TDM_RX_0,
  97. IDX_SENARY_TDM_TX_0,
  98. IDX_SEPTENARY_TDM_RX_0,
  99. IDX_SEPTENARY_TDM_TX_0,
  100. IDX_OCTONARY_TDM_RX_0,
  101. IDX_OCTONARY_TDM_TX_0,
  102. IDX_HSIF0_TDM_RX_0,
  103. IDX_HSIF0_TDM_TX_0,
  104. IDX_HSIF1_TDM_RX_0,
  105. IDX_HSIF1_TDM_TX_0,
  106. IDX_HSIF2_TDM_RX_0,
  107. IDX_HSIF2_TDM_TX_0,
  108. IDX_HSIF3_TDM_RX_0,
  109. IDX_HSIF3_TDM_TX_0,
  110. IDX_HSIF4_TDM_RX_0,
  111. IDX_HSIF4_TDM_TX_0,
  112. IDX_QUATERNARY_TDM_RX_DUMMY_0,
  113. IDX_QUATERNARY_TDM_TX_DUMMY_0,
  114. IDX_QUINARY_TDM_RX_DUMMY_0,
  115. IDX_QUINARY_TDM_TX_DUMMY_0,
  116. IDX_GROUP_TDM_MAX,
  117. };
  118. enum msm_mclk_index {
  119. MCLK_NONE = -1,
  120. MCLK1 = 0,
  121. MCLK_MAX,
  122. };
  123. enum msm_mclk_status {
  124. MCLK_DISABLED = 0,
  125. MCLK_ENABLED,
  126. };
  127. struct msm_mclk_conf {
  128. struct mutex lock;
  129. enum msm_mclk_status mclk_status;
  130. };
  131. struct tdm_conf {
  132. struct mutex lock;
  133. u32 ref_cnt;
  134. };
  135. struct msm_asoc_mach_data {
  136. struct msm_common_pdata *common_pdata;
  137. struct tdm_conf tdm_intf_conf[TDM_INTERFACE_MAX];
  138. struct msm_pinctrl_info pinctrl_info[TDM_INTERFACE_MAX];
  139. bool mclk_used;
  140. struct msm_pinctrl_info mclk_pinctrl_info[MCLK_MAX];
  141. struct msm_mclk_conf mclk_conf[MCLK_MAX];
  142. };
  143. static struct platform_device *spdev;
  144. static struct clk_cfg internal_mclk[MCLK_MAX] = {
  145. {
  146. CLOCK_ID_MCLK_1,
  147. IBIT_CLOCK_12_P288_MHZ,
  148. CLOCK_ATTRIBUTE_COUPLE_NO,
  149. CLOCK_ROOT_DEFAULT,
  150. }
  151. };
  152. struct snd_soc_card sa8155_snd_soc_card_auto_msm = {
  153. .name = "sa8155-adp-star-snd-card",
  154. };
  155. struct snd_soc_card sa8295_snd_soc_card_auto_msm = {
  156. .name = "sa8295-adp-star-snd-card",
  157. };
  158. struct snd_soc_card sa8255_snd_soc_card_auto_msm = {
  159. .name = "sa8255-adp-star-snd-card",
  160. };
  161. struct snd_soc_card sa7255_snd_soc_card_auto_msm = {
  162. .name = "sa7255-adp-star-snd-card",
  163. };
  164. /* FIXME: it may various on different platform,
  165. * better to move to dt configuration in future
  166. */
  167. static enum msm_mclk_index msm_get_mclk_index(int intf_idx)
  168. {
  169. switch (intf_idx) {
  170. /* for sa8255 */
  171. case TDM_HSIF2:
  172. return MCLK1;
  173. default: return MCLK_NONE;
  174. }
  175. }
  176. static int msm_tdm_get_intf_idx(u16 id)
  177. {
  178. switch (id) {
  179. case IDX_PRIMARY_TDM_RX_0:
  180. case IDX_PRIMARY_TDM_TX_0:
  181. return TDM_PRI;
  182. case IDX_SECONDARY_TDM_RX_0:
  183. case IDX_SECONDARY_TDM_TX_0:
  184. return TDM_SEC;
  185. case IDX_TERTIARY_TDM_RX_0:
  186. case IDX_TERTIARY_TDM_TX_0:
  187. return TDM_TERT;
  188. case IDX_QUATERNARY_TDM_RX_0:
  189. case IDX_QUATERNARY_TDM_TX_0:
  190. case IDX_QUATERNARY_TDM_RX_DUMMY_0:
  191. case IDX_QUATERNARY_TDM_TX_DUMMY_0:
  192. return TDM_QUAT;
  193. case IDX_QUINARY_TDM_RX_0:
  194. case IDX_QUINARY_TDM_TX_0:
  195. case IDX_QUINARY_TDM_RX_DUMMY_0:
  196. case IDX_QUINARY_TDM_TX_DUMMY_0:
  197. return TDM_QUIN;
  198. case IDX_SENARY_TDM_RX_0:
  199. case IDX_SENARY_TDM_TX_0:
  200. return TDM_SEN;
  201. case IDX_SEPTENARY_TDM_RX_0:
  202. case IDX_SEPTENARY_TDM_TX_0:
  203. return TDM_SEP;
  204. case IDX_OCTONARY_TDM_RX_0:
  205. case IDX_OCTONARY_TDM_TX_0:
  206. return TDM_OCT;
  207. case IDX_HSIF0_TDM_RX_0:
  208. case IDX_HSIF0_TDM_TX_0:
  209. return TDM_HSIF0;
  210. case IDX_HSIF1_TDM_RX_0:
  211. case IDX_HSIF1_TDM_TX_0:
  212. return TDM_HSIF1;
  213. case IDX_HSIF2_TDM_RX_0:
  214. case IDX_HSIF2_TDM_TX_0:
  215. return TDM_HSIF2;
  216. case IDX_HSIF3_TDM_RX_0:
  217. case IDX_HSIF3_TDM_TX_0:
  218. return TDM_SEC; //muxed
  219. case IDX_HSIF4_TDM_RX_0:
  220. case IDX_HSIF4_TDM_TX_0:
  221. return TDM_TERT; //muxed
  222. default: return -EINVAL;
  223. }
  224. }
  225. #ifdef CONFIG_MSM_COUPLED_SSR
  226. static void set_subsys_state_l(enum subsys_doamin subsys,
  227. enum subsys_state state)
  228. {
  229. dsps_state.states[subsys] = state;
  230. }
  231. static void set_combined_subsystem_state_l(enum subsys_state state)
  232. {
  233. int i;
  234. for (i = 0; i < SUBSYS_DOMAIN_MAX; i++)
  235. dsps_state.states[i] = state;
  236. }
  237. static enum subsys_state get_combined_dsps_state_l(void)
  238. {
  239. int i;
  240. for (i = 0; i < SUBSYS_DOMAIN_MAX; i++) {
  241. if (!dsps_state.states[i])
  242. return SUBSYS_DOWN;
  243. }
  244. return SUBSYS_UP;
  245. }
  246. static int modem_notifier_service_cb(struct notifier_block *this,
  247. unsigned long opcode, void *data)
  248. {
  249. pr_info("%s: modem pdr service opcode 0x%lx\n", __func__, opcode);
  250. switch (opcode) {
  251. case AUDIO_NOTIFIER_SERVICE_DOWN:
  252. mutex_lock(&dsps_state.lock);
  253. if (get_combined_dsps_state_l() == SUBSYS_UP) {
  254. set_combined_subsystem_state_l(SUBSYS_DOWN);
  255. pr_info("%s: setting snd_card to ONLINE\n", __func__);
  256. snd_card_notify_user(SND_CARD_STATUS_OFFLINE);
  257. }
  258. mutex_unlock(&dsps_state.lock);
  259. break;
  260. case AUDIO_NOTIFIER_SERVICE_UP:
  261. mutex_lock(&dsps_state.lock);
  262. set_subsys_state_l(SUBSYS_DOMAIN_MDSP, SUBSYS_UP);
  263. if (get_combined_dsps_state_l() == SUBSYS_UP) {
  264. pr_info("%s: setting snd_card to ONLINE\n", __func__);
  265. snd_card_notify_user(SND_CARD_STATUS_ONLINE);
  266. }
  267. mutex_unlock(&dsps_state.lock);
  268. break;
  269. default:
  270. break;
  271. }
  272. return NOTIFY_OK;
  273. }
  274. static struct notifier_block modem_service_nb = {
  275. .notifier_call = modem_notifier_service_cb,
  276. .priority = 0,
  277. };
  278. #endif
  279. static int auto_adsp_ssr_enable(struct device *dev, void *data)
  280. {
  281. struct platform_device *pdev = to_platform_device(dev);
  282. struct snd_soc_card *card = platform_get_drvdata(pdev);
  283. int ret = 0;
  284. if (!card) {
  285. dev_err(dev, "%s: card is NULL\n", __func__);
  286. ret = -EINVAL;
  287. goto err;
  288. }
  289. #ifdef CONFIG_MSM_COUPLED_SSR
  290. mutex_lock(&dsps_state.lock);
  291. set_subsys_state_l(SUBSYS_DOMAIN_ADSP, SUBSYS_UP);
  292. if (get_combined_dsps_state_l() == SUBSYS_UP) {
  293. dev_dbg(dev, "%s: setting snd_card to ONLINE\n", __func__);
  294. snd_card_notify_user(SND_CARD_STATUS_ONLINE);
  295. }
  296. mutex_unlock(&dsps_state.lock);
  297. #else
  298. dev_dbg(dev, "%s: setting snd_card to ONLINE\n", __func__);
  299. snd_card_notify_user(SND_CARD_STATUS_ONLINE);
  300. #endif
  301. err:
  302. return ret;
  303. }
  304. static void auto_adsp_ssr_disable(struct device *dev, void *data)
  305. {
  306. struct platform_device *pdev = to_platform_device(dev);
  307. struct snd_soc_card *card = platform_get_drvdata(pdev);
  308. if (!card) {
  309. dev_err(dev, "%s: card is NULL\n", __func__);
  310. return;
  311. }
  312. #ifdef CONFIG_MSM_COUPLED_SSR
  313. mutex_lock(&dsps_state.lock);
  314. if (get_combined_dsps_state_l() == SUBSYS_UP) {
  315. set_combined_subsystem_state_l(SUBSYS_DOWN);
  316. dev_dbg(dev, "%s: setting snd_card to OFFLINE\n", __func__);
  317. snd_card_notify_user(SND_CARD_STATUS_OFFLINE);
  318. }
  319. mutex_unlock(&dsps_state.lock);
  320. #else
  321. dev_dbg(dev, "%s: setting snd_card to OFFLINE\n", __func__);
  322. snd_card_notify_user(SND_CARD_STATUS_OFFLINE);
  323. #endif
  324. }
  325. static const struct snd_event_ops auto_adsp_ssr_ops = {
  326. .enable = auto_adsp_ssr_enable,
  327. .disable = auto_adsp_ssr_disable,
  328. };
  329. static int msm_audio_ssr_compare(struct device *dev, void *data)
  330. {
  331. struct device_node *node = data;
  332. dev_dbg(dev, "%s: dev->of_node = 0x%p, node = 0x%p\n",
  333. __func__, dev->of_node, node);
  334. return (dev->of_node && dev->of_node == node);
  335. }
  336. static int msm_audio_adsp_ssr_register(struct device *dev)
  337. {
  338. struct device_node *np = dev->of_node;
  339. struct snd_event_clients *ssr_clients = NULL;
  340. struct device_node *node = NULL;
  341. int ret = 0;
  342. int i = 0;
  343. for (i = 0; ; i++) {
  344. node = of_parse_phandle(np, "qcom,msm_audio_ssr_devs", i);
  345. if (!node)
  346. break;
  347. snd_event_mstr_add_client(&ssr_clients,
  348. msm_audio_ssr_compare, node);
  349. }
  350. ret = snd_event_master_register(dev, &auto_adsp_ssr_ops,
  351. ssr_clients, NULL);
  352. if (!ret)
  353. snd_event_notify(dev, SND_EVENT_UP);
  354. return ret;
  355. }
  356. static int msm_set_pinctrl(struct msm_pinctrl_info *pinctrl_info,
  357. enum pinctrl_pin_state new_state)
  358. {
  359. int ret = 0;
  360. int curr_state = 0;
  361. if (pinctrl_info == NULL) {
  362. pr_err("%s: pinctrl info is NULL\n", __func__);
  363. ret = -EINVAL;
  364. goto err;
  365. }
  366. if (pinctrl_info->pinctrl == NULL) {
  367. pr_err("%s: pinctrl handle is NULL\n", __func__);
  368. ret = -EINVAL;
  369. goto err;
  370. }
  371. curr_state = pinctrl_info->curr_state;
  372. pinctrl_info->curr_state = new_state;
  373. pr_debug("%s: curr_state = %s new_state = %s\n", __func__,
  374. pin_states[curr_state], pin_states[pinctrl_info->curr_state]);
  375. if (curr_state == pinctrl_info->curr_state) {
  376. pr_err("%s: pin already in same state\n", __func__);
  377. goto err;
  378. }
  379. if (curr_state != STATE_SLEEP &&
  380. pinctrl_info->curr_state != STATE_SLEEP) {
  381. pr_err("%s: pin state is already active, cannot switch\n",
  382. __func__);
  383. ret = -EIO;
  384. goto err;
  385. }
  386. switch (pinctrl_info->curr_state) {
  387. case STATE_ACTIVE:
  388. ret = pinctrl_select_state(pinctrl_info->pinctrl,
  389. pinctrl_info->active);
  390. if (ret) {
  391. pr_err("%s: state select to active failed with %d\n",
  392. __func__, ret);
  393. ret = -EIO;
  394. goto err;
  395. }
  396. break;
  397. case STATE_SLEEP:
  398. ret = pinctrl_select_state(pinctrl_info->pinctrl,
  399. pinctrl_info->sleep);
  400. if (ret) {
  401. pr_err("%s: state select to sleep failed with %d\n",
  402. __func__, ret);
  403. ret = -EIO;
  404. goto err;
  405. }
  406. break;
  407. default:
  408. pr_err("%s: pin state is invalid\n", __func__);
  409. return -EINVAL;
  410. }
  411. err:
  412. return ret;
  413. }
  414. static int msm_mclk_disable(struct snd_soc_card *card,
  415. enum msm_mclk_index index)
  416. {
  417. struct msm_asoc_mach_data *pdata = NULL;
  418. struct msm_pinctrl_info *pinctrl_info = NULL;
  419. int ret = 0;
  420. if (!card) {
  421. pr_err("%s: failed to get snd card!\n", __func__);
  422. return -EINVAL;
  423. }
  424. pdata = snd_soc_card_get_drvdata(card);
  425. if (!pdata) {
  426. pr_err("%s: no pdata\n", __func__);
  427. return -EINVAL;
  428. }
  429. if (!pdata->mclk_used) {
  430. pr_info("%s: mclk is not used\n", __func__);
  431. return 0;
  432. }
  433. mutex_lock(&pdata->mclk_conf[index].lock);
  434. pinctrl_info = &pdata->mclk_pinctrl_info[index];
  435. if (pinctrl_info && pinctrl_info->pinctrl) {
  436. ret = msm_set_pinctrl(pinctrl_info, STATE_SLEEP);
  437. if (ret != 0) {
  438. pr_err("%s: set pin state to sleep for mclk[%d], failed with %d\n",
  439. __func__, index, ret);
  440. }
  441. pinctrl_info->curr_state = STATE_SLEEP;
  442. }
  443. if (pdata->mclk_conf[index].mclk_status == MCLK_ENABLED) {
  444. ret = audio_prm_set_lpass_clk_cfg(&internal_mclk[index], 0);
  445. if (ret < 0) {
  446. pr_err("%s: audio_prm_set_lpass_clk_cfg failed to disable mclk[%d], err:%d\n",
  447. __func__, index, ret);
  448. }
  449. pdata->mclk_conf[index].mclk_status = MCLK_DISABLED;
  450. } else {
  451. pr_info("%s: mclk[%d] already disabled\n", __func__, index);
  452. }
  453. mutex_unlock(&pdata->mclk_conf[index].lock);
  454. return ret;
  455. }
  456. static int msm_mclk_enable(struct snd_soc_card *card,
  457. enum msm_mclk_index index)
  458. {
  459. struct msm_asoc_mach_data *pdata = NULL;
  460. struct msm_pinctrl_info *pinctrl_info = NULL;
  461. int ret = 0;
  462. if (!card) {
  463. pr_err("%s: failed to get snd card!\n", __func__);
  464. return -EINVAL;
  465. }
  466. pdata = snd_soc_card_get_drvdata(card);
  467. if (!pdata) {
  468. pr_err("%s: no pdata\n", __func__);
  469. return -EINVAL;
  470. }
  471. if (!pdata->mclk_used) {
  472. pr_info("%s: mclk is not used\n", __func__);
  473. return 0;
  474. }
  475. mutex_lock(&pdata->mclk_conf[index].lock);
  476. if (pdata->mclk_conf[index].mclk_status == MCLK_DISABLED) {
  477. ret = audio_prm_set_lpass_clk_cfg(&internal_mclk[index], 1);
  478. if (ret < 0) {
  479. pr_err("%s: audio_prm_set_lpass_clk_cfg failed to enable mclk[%d], err:%d\n",
  480. __func__, index, ret);
  481. } else {
  482. pdata->mclk_conf[index].mclk_status = MCLK_ENABLED;
  483. }
  484. } else {
  485. pr_info("%s: mclk[%d] already enabled\n", __func__, index);
  486. }
  487. pinctrl_info = &pdata->mclk_pinctrl_info[index];
  488. if (pinctrl_info && pinctrl_info->pinctrl) {
  489. ret = msm_set_pinctrl(pinctrl_info, STATE_ACTIVE);
  490. if (ret != 0) {
  491. pr_err("%s: set pin state to active for mclk[%d], failed with %d\n",
  492. __func__, index, ret);
  493. }
  494. pinctrl_info->curr_state = STATE_ACTIVE;
  495. }
  496. mutex_unlock(&pdata->mclk_conf[index].lock);
  497. return ret;
  498. }
  499. static int tdm_snd_startup(struct snd_pcm_substream *substream)
  500. {
  501. int ret = 0;
  502. struct snd_soc_pcm_runtime *rtd = substream->private_data;
  503. struct snd_soc_card *card = rtd->card;
  504. struct snd_soc_dai_link *dai_link = rtd->dai_link;
  505. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  506. struct tdm_conf *intf_conf = NULL;
  507. struct msm_pinctrl_info *pinctrl_info = NULL;
  508. int ret_pinctrl = 0;
  509. int index, mclk_index;
  510. index = msm_tdm_get_intf_idx(dai_link->id);
  511. if (index < 0) {
  512. ret = -EINVAL;
  513. pr_err("%s: DAI link id (%d) out of range\n",
  514. __func__, dai_link->id);
  515. goto err;
  516. }
  517. if (pdata->mclk_used) {
  518. mclk_index = msm_get_mclk_index(index);
  519. if (mclk_index != MCLK_NONE)
  520. msm_mclk_enable(card, mclk_index);
  521. }
  522. /*
  523. * Mutex protection in case the same TDM
  524. * interface using for both TX and RX so
  525. * that the same clock won't be enable twice.
  526. */
  527. intf_conf = &pdata->tdm_intf_conf[index];
  528. mutex_lock(&intf_conf->lock);
  529. if (++intf_conf->ref_cnt == 1) {
  530. pinctrl_info = &pdata->pinctrl_info[index];
  531. if (pinctrl_info->pinctrl) {
  532. ret_pinctrl = msm_set_pinctrl(pinctrl_info,
  533. STATE_ACTIVE);
  534. if (ret_pinctrl)
  535. pr_err("%s: TDM TLMM pinctrl set failed with %d\n",
  536. __func__, ret_pinctrl);
  537. }
  538. }
  539. mutex_unlock(&intf_conf->lock);
  540. err:
  541. return ret;
  542. }
  543. static void tdm_snd_shutdown(struct snd_pcm_substream *substream)
  544. {
  545. struct snd_soc_pcm_runtime *rtd = substream->private_data;
  546. struct snd_soc_card *card = rtd->card;
  547. struct snd_soc_dai_link *dai_link = rtd->dai_link;
  548. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  549. struct msm_pinctrl_info *pinctrl_info = NULL;
  550. struct tdm_conf *intf_conf = NULL;
  551. int ret_pinctrl = 0;
  552. int index, mclk_index;
  553. pr_debug("%s: substream = %s, stream = %d\n", __func__,
  554. substream->name, substream->stream);
  555. index = msm_tdm_get_intf_idx(dai_link->id);
  556. if (index < 0) {
  557. pr_err("%s: DAI link id (%d) out of range\n",
  558. __func__, dai_link->id);
  559. return;
  560. }
  561. if (pdata->mclk_used) {
  562. mclk_index = msm_get_mclk_index(index);
  563. if (mclk_index != MCLK_NONE)
  564. msm_mclk_disable(card, mclk_index);
  565. }
  566. intf_conf = &pdata->tdm_intf_conf[index];
  567. mutex_lock(&intf_conf->lock);
  568. if (--intf_conf->ref_cnt == 0) {
  569. pinctrl_info = &pdata->pinctrl_info[index];
  570. if (pinctrl_info->pinctrl) {
  571. ret_pinctrl = msm_set_pinctrl(pinctrl_info,
  572. STATE_SLEEP);
  573. if (ret_pinctrl)
  574. pr_err("%s: TDM TLMM pinctrl set failed with %d\n",
  575. __func__, ret_pinctrl);
  576. }
  577. }
  578. mutex_unlock(&intf_conf->lock);
  579. }
  580. static const struct snd_soc_ops tdm_be_ops = {
  581. .startup = tdm_snd_startup,
  582. .shutdown = tdm_snd_shutdown
  583. };
  584. /* Digital audio interface glue - connects codec <---> CPU */
  585. static struct snd_soc_dai_link msm_common_dai_links[] = {
  586. /* BackEnd DAI Links */
  587. {
  588. .name = "LPASS_BE_AUXPCM_RX_DUMMY",
  589. .stream_name = "AUXPCM-LPAIF-RX-PRIMARY",
  590. .dpcm_playback = 1,
  591. .ops = &tdm_be_ops,
  592. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  593. SND_SOC_DPCM_TRIGGER_POST},
  594. .ignore_suspend = 1,
  595. .ignore_pmdown_time = 1,
  596. .id = IDX_PRIMARY_TDM_RX_0,
  597. SND_SOC_DAILINK_REG(lpass_be_auxpcm_rx_dummy),
  598. },
  599. {
  600. .name = "LPASS_BE_AUXPCM_TX_DUMMY",
  601. .stream_name = "AUXPCM-LPAIF-TX-PRIMARY",
  602. .dpcm_capture = 1,
  603. .ops = &tdm_be_ops,
  604. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  605. SND_SOC_DPCM_TRIGGER_POST},
  606. .ignore_suspend = 1,
  607. .ignore_pmdown_time = 1,
  608. .id = IDX_PRIMARY_TDM_TX_0,
  609. SND_SOC_DAILINK_REG(lpass_be_auxpcm_tx_dummy),
  610. },
  611. {
  612. .name = "SEC_TDM_RX_0",
  613. .stream_name = "TDM-LPAIF-RX-SECONDARY",
  614. .dpcm_playback = 1,
  615. .ops = &tdm_be_ops,
  616. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  617. SND_SOC_DPCM_TRIGGER_POST},
  618. .ignore_suspend = 1,
  619. .ignore_pmdown_time = 1,
  620. .id = IDX_SECONDARY_TDM_RX_0,
  621. SND_SOC_DAILINK_REG(sec_tdm_rx_0),
  622. },
  623. {
  624. .name = "SEC_TDM_TX_0",
  625. .stream_name = "TDM-LPAIF-TX-SECONDARY",
  626. .dpcm_capture = 1,
  627. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  628. SND_SOC_DPCM_TRIGGER_POST},
  629. .ops = &tdm_be_ops,
  630. .ignore_suspend = 1,
  631. .ignore_pmdown_time = 1,
  632. .id = IDX_SECONDARY_TDM_TX_0,
  633. SND_SOC_DAILINK_REG(sec_tdm_tx_0),
  634. },
  635. {
  636. .name = "TERT_TDM_RX_0",
  637. .stream_name = "TDM-LPAIF-RX-TERTIARY",
  638. .dpcm_playback = 1,
  639. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  640. SND_SOC_DPCM_TRIGGER_POST},
  641. .ops = &tdm_be_ops,
  642. .ignore_suspend = 1,
  643. .ignore_pmdown_time = 1,
  644. .id = IDX_TERTIARY_TDM_RX_0,
  645. SND_SOC_DAILINK_REG(tert_tdm_rx_0),
  646. },
  647. {
  648. .name = "TERT_TDM_TX_0",
  649. .stream_name = "TDM-LPAIF-TX-TERTIARY",
  650. .dpcm_capture = 1,
  651. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  652. SND_SOC_DPCM_TRIGGER_POST},
  653. .ops = &tdm_be_ops,
  654. .ignore_suspend = 1,
  655. .ignore_pmdown_time = 1,
  656. .id = IDX_TERTIARY_TDM_TX_0,
  657. SND_SOC_DAILINK_REG(tert_tdm_tx_0),
  658. },
  659. {
  660. .name = "QUAT_TDM_RX_0",
  661. .stream_name = "TDM-LPAIF_RXTX-RX-PRIMARY",
  662. .dpcm_playback = 1,
  663. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  664. SND_SOC_DPCM_TRIGGER_POST},
  665. .ops = &tdm_be_ops,
  666. .ignore_suspend = 1,
  667. .ignore_pmdown_time = 1,
  668. .id = IDX_QUATERNARY_TDM_RX_0,
  669. SND_SOC_DAILINK_REG(quat_tdm_rx_0),
  670. },
  671. {
  672. .name = "QUAT_TDM_TX_0",
  673. .stream_name = "TDM-LPAIF_RXTX-TX-PRIMARY",
  674. .dpcm_capture = 1,
  675. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  676. SND_SOC_DPCM_TRIGGER_POST},
  677. .ops = &tdm_be_ops,
  678. .ignore_suspend = 1,
  679. .ignore_pmdown_time = 1,
  680. .id = IDX_QUATERNARY_TDM_TX_0,
  681. SND_SOC_DAILINK_REG(quat_tdm_tx_0),
  682. },
  683. {
  684. .name = "QUIN_TDM_RX_0",
  685. .stream_name = "TDM-LPAIF_VA-RX-PRIMARY",
  686. .dpcm_playback = 1,
  687. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  688. SND_SOC_DPCM_TRIGGER_POST},
  689. .ops = &tdm_be_ops,
  690. .ignore_suspend = 1,
  691. .ignore_pmdown_time = 1,
  692. .id = IDX_QUINARY_TDM_RX_0,
  693. SND_SOC_DAILINK_REG(quin_tdm_rx_0),
  694. },
  695. {
  696. .name = "QUIN_TDM_TX_0",
  697. .stream_name = "TDM-LPAIF_VA-TX-PRIMARY",
  698. .dpcm_capture = 1,
  699. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  700. SND_SOC_DPCM_TRIGGER_POST},
  701. .ops = &tdm_be_ops,
  702. .ignore_suspend = 1,
  703. .ignore_pmdown_time = 1,
  704. .id = IDX_QUINARY_TDM_TX_0,
  705. SND_SOC_DAILINK_REG(quin_tdm_tx_0),
  706. },
  707. {
  708. .name = "SEN_TDM_RX_0",
  709. .stream_name = "TDM-LPAIF_WSA-RX-PRIMARY",
  710. .dpcm_playback = 1,
  711. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  712. SND_SOC_DPCM_TRIGGER_POST},
  713. .ops = &tdm_be_ops,
  714. .ignore_suspend = 1,
  715. .ignore_pmdown_time = 1,
  716. .id = IDX_SENARY_TDM_RX_0,
  717. SND_SOC_DAILINK_REG(sen_tdm_rx_0),
  718. },
  719. {
  720. .name = "SEN_TDM_TX_0",
  721. .stream_name = "TDM-LPAIF_WSA-TX-PRIMARY",
  722. .dpcm_capture = 1,
  723. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  724. SND_SOC_DPCM_TRIGGER_POST},
  725. .ops = &tdm_be_ops,
  726. .ignore_suspend = 1,
  727. .ignore_pmdown_time = 1,
  728. .id = IDX_SENARY_TDM_TX_0,
  729. SND_SOC_DAILINK_REG(sen_tdm_tx_0),
  730. },
  731. {
  732. .name = "SEP_TDM_RX_0",
  733. .stream_name = "TDM-LPAIF_AUD-RX-PRIMARY",
  734. .dpcm_playback = 1,
  735. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  736. SND_SOC_DPCM_TRIGGER_POST},
  737. .ops = &tdm_be_ops,
  738. .ignore_suspend = 1,
  739. .ignore_pmdown_time = 1,
  740. .id = IDX_SEPTENARY_TDM_RX_0,
  741. SND_SOC_DAILINK_REG(sep_tdm_rx_0),
  742. },
  743. {
  744. .name = "SEP_TDM_TX_0",
  745. .stream_name = "TDM-LPAIF_AUD-TX-PRIMARY",
  746. .dpcm_capture = 1,
  747. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  748. SND_SOC_DPCM_TRIGGER_POST},
  749. .ops = &tdm_be_ops,
  750. .ignore_suspend = 1,
  751. .ignore_pmdown_time = 1,
  752. .id = IDX_SEPTENARY_TDM_TX_0,
  753. SND_SOC_DAILINK_REG(sep_tdm_tx_0),
  754. },
  755. {
  756. .name = "OCT_TDM_RX_0",
  757. .stream_name = "TDM-LPAIF_WSA2-RX-PRIMARY",
  758. .dpcm_playback = 1,
  759. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  760. SND_SOC_DPCM_TRIGGER_POST},
  761. .ops = &tdm_be_ops,
  762. .ignore_suspend = 1,
  763. .ignore_pmdown_time = 1,
  764. .id = IDX_OCTONARY_TDM_RX_0,
  765. SND_SOC_DAILINK_REG(oct_tdm_rx_0),
  766. },
  767. {
  768. .name = "OCT_TDM_TX_0",
  769. .stream_name = "TDM-LPAIF_WSA2-TX-PRIMARY",
  770. .dpcm_capture = 1,
  771. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  772. SND_SOC_DPCM_TRIGGER_POST},
  773. .ops = &tdm_be_ops,
  774. .ignore_suspend = 1,
  775. .ignore_pmdown_time = 1,
  776. .id = IDX_OCTONARY_TDM_TX_0,
  777. SND_SOC_DAILINK_REG(oct_tdm_tx_0),
  778. },
  779. {
  780. .name = "HS_IF0_TDM_RX_0",
  781. .stream_name = "TDM-LPAIF_SDR-RX-PRIMARY",
  782. .dpcm_playback = 1,
  783. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  784. SND_SOC_DPCM_TRIGGER_POST},
  785. .ops = &tdm_be_ops,
  786. .ignore_suspend = 1,
  787. .ignore_pmdown_time = 1,
  788. .id = IDX_HSIF0_TDM_RX_0,
  789. SND_SOC_DAILINK_REG(hs_if0_tdm_rx_0),
  790. },
  791. {
  792. .name = "HS_IF0_TDM_TX_0",
  793. .stream_name = "TDM-LPAIF_SDR-TX-PRIMARY",
  794. .dpcm_capture = 1,
  795. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  796. SND_SOC_DPCM_TRIGGER_POST},
  797. .ops = &tdm_be_ops,
  798. .ignore_suspend = 1,
  799. .ignore_pmdown_time = 1,
  800. .id = IDX_HSIF0_TDM_TX_0,
  801. SND_SOC_DAILINK_REG(hs_if0_tdm_tx_0),
  802. },
  803. {
  804. .name = "HS_IF1_TDM_RX_0",
  805. .stream_name = "TDM-LPAIF_SDR-RX-SECONDARY",
  806. .dpcm_playback = 1,
  807. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  808. SND_SOC_DPCM_TRIGGER_POST},
  809. .ops = &tdm_be_ops,
  810. .ignore_suspend = 1,
  811. .ignore_pmdown_time = 1,
  812. .id = IDX_HSIF1_TDM_RX_0,
  813. SND_SOC_DAILINK_REG(hs_if1_tdm_rx_0),
  814. },
  815. {
  816. .name = "HS_IF1_TDM_TX_0",
  817. .stream_name = "TDM-LPAIF_SDR-TX-SECONDARY",
  818. .dpcm_capture = 1,
  819. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  820. SND_SOC_DPCM_TRIGGER_POST},
  821. .ops = &tdm_be_ops,
  822. .ignore_suspend = 1,
  823. .ignore_pmdown_time = 1,
  824. .id = IDX_HSIF1_TDM_TX_0,
  825. SND_SOC_DAILINK_REG(hs_if1_tdm_tx_0),
  826. },
  827. {
  828. .name = "HS_IF2_TDM_RX_0",
  829. .stream_name = "TDM-LPAIF_SDR-RX-TERTIARY",
  830. .dpcm_playback = 1,
  831. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  832. SND_SOC_DPCM_TRIGGER_POST},
  833. .ops = &tdm_be_ops,
  834. .ignore_suspend = 1,
  835. .ignore_pmdown_time = 1,
  836. .id = IDX_HSIF2_TDM_RX_0,
  837. SND_SOC_DAILINK_REG(hs_if2_tdm_rx_0),
  838. },
  839. {
  840. .name = "HS_IF2_TDM_TX_0",
  841. .stream_name = "TDM-LPAIF_SDR-TX-TERTIARY",
  842. .dpcm_capture = 1,
  843. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  844. SND_SOC_DPCM_TRIGGER_POST},
  845. .ops = &tdm_be_ops,
  846. .ignore_suspend = 1,
  847. .ignore_pmdown_time = 1,
  848. .id = IDX_HSIF2_TDM_TX_0,
  849. SND_SOC_DAILINK_REG(hs_if2_tdm_tx_0),
  850. },
  851. {
  852. .name = "HS_IF3_TDM_RX_0",
  853. .stream_name = "TDM-LPAIF_SDR-RX-QUATERNARY",
  854. .dpcm_playback = 1,
  855. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  856. SND_SOC_DPCM_TRIGGER_POST},
  857. .ops = &tdm_be_ops,
  858. .ignore_suspend = 1,
  859. .ignore_pmdown_time = 1,
  860. .id = IDX_HSIF3_TDM_RX_0,
  861. SND_SOC_DAILINK_REG(hs_if3_tdm_rx_0),
  862. },
  863. {
  864. .name = "HS_IF3_TDM_TX_0",
  865. .stream_name = "TDM-LPAIF_SDR-TX-QUATERNARY",
  866. .dpcm_capture = 1,
  867. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  868. SND_SOC_DPCM_TRIGGER_POST},
  869. .ops = &tdm_be_ops,
  870. .ignore_suspend = 1,
  871. .ignore_pmdown_time = 1,
  872. .id = IDX_HSIF3_TDM_TX_0,
  873. SND_SOC_DAILINK_REG(hs_if3_tdm_tx_0),
  874. },
  875. {
  876. .name = "HS_IF4_TDM_RX_0",
  877. .stream_name = "TDM-LPAIF_SDR-RX-QUINARY",
  878. .dpcm_playback = 1,
  879. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  880. SND_SOC_DPCM_TRIGGER_POST},
  881. .ops = &tdm_be_ops,
  882. .ignore_suspend = 1,
  883. .ignore_pmdown_time = 1,
  884. .id = IDX_HSIF4_TDM_RX_0,
  885. SND_SOC_DAILINK_REG(hs_if4_tdm_rx_0),
  886. },
  887. {
  888. .name = "HS_IF4_TDM_TX_0",
  889. .stream_name = "TDM-LPAIF_SDR-TX-QUINARY",
  890. .dpcm_capture = 1,
  891. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  892. SND_SOC_DPCM_TRIGGER_POST},
  893. .ops = &tdm_be_ops,
  894. .ignore_suspend = 1,
  895. .ignore_pmdown_time = 1,
  896. .id = IDX_HSIF4_TDM_TX_0,
  897. SND_SOC_DAILINK_REG(hs_if4_tdm_tx_0),
  898. },
  899. {
  900. .name = "QUAT_TDM_RX_0_DUMMY",
  901. .stream_name = "TDM-LPAIF-RX-QUATERNARY",
  902. .dpcm_playback = 1,
  903. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  904. SND_SOC_DPCM_TRIGGER_POST},
  905. .ops = &tdm_be_ops,
  906. .ignore_suspend = 1,
  907. .ignore_pmdown_time = 1,
  908. .id = IDX_QUATERNARY_TDM_RX_DUMMY_0,
  909. SND_SOC_DAILINK_REG(quat_tdm_rx_0_dummy),
  910. },
  911. {
  912. .name = "QUAT_TDM_TX_0_DUMMY",
  913. .stream_name = "TDM-LPAIF-TX-QUATERNARY",
  914. .dpcm_capture = 1,
  915. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  916. SND_SOC_DPCM_TRIGGER_POST},
  917. .ops = &tdm_be_ops,
  918. .ignore_suspend = 1,
  919. .ignore_pmdown_time = 1,
  920. .id = IDX_QUATERNARY_TDM_TX_DUMMY_0,
  921. SND_SOC_DAILINK_REG(quat_tdm_tx_0_dummy),
  922. },
  923. {
  924. .name = "QUIN_TDM_RX_0_DUMMY",
  925. .stream_name = "TDM-LPAIF-RX-QUINARY",
  926. .dpcm_playback = 1,
  927. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  928. SND_SOC_DPCM_TRIGGER_POST},
  929. .ops = &tdm_be_ops,
  930. .ignore_suspend = 1,
  931. .ignore_pmdown_time = 1,
  932. .id = IDX_QUINARY_TDM_RX_DUMMY_0,
  933. SND_SOC_DAILINK_REG(quin_tdm_rx_0_dummy),
  934. },
  935. {
  936. .name = "QUIN_TDM_TX_0_DUMMY",
  937. .stream_name = "TDM-LPAIF-TX-QUINARY",
  938. .dpcm_capture = 1,
  939. .trigger = {SND_SOC_DPCM_TRIGGER_POST,
  940. SND_SOC_DPCM_TRIGGER_POST},
  941. .ops = &tdm_be_ops,
  942. .ignore_suspend = 1,
  943. .ignore_pmdown_time = 1,
  944. .id = IDX_QUINARY_TDM_TX_DUMMY_0,
  945. SND_SOC_DAILINK_REG(quin_tdm_tx_0_dummy),
  946. },
  947. };
  948. static int msm_populate_dai_link_component_of_node(
  949. struct snd_soc_card *card)
  950. {
  951. int i, j, index, ret = 0;
  952. struct device *cdev = card->dev;
  953. struct snd_soc_dai_link *dai_link = card->dai_link;
  954. struct device_node *np;
  955. if (!cdev) {
  956. pr_err("%s: Sound card device memory NULL\n", __func__);
  957. return -ENODEV;
  958. }
  959. for (i = 0; i < card->num_links; i++) {
  960. if (dai_link[i].platforms->of_node && dai_link[i].cpus->of_node)
  961. continue;
  962. /* populate platform_of_node for snd card dai links
  963. * Skip this part for dummy snd card
  964. */
  965. if (0) {
  966. if (dai_link[i].platforms->name &&
  967. !dai_link[i].platforms->of_node) {
  968. index = of_property_match_string(cdev->of_node,
  969. "asoc-platform-names",
  970. dai_link[i].platforms->name);
  971. if (index < 0) {
  972. pr_err("%s: No match found for platform name: %s\n index: %i cdev_of_node: %s\n",
  973. __func__,
  974. dai_link[i].platforms->name,
  975. index,
  976. cdev->of_node);
  977. ret = index;
  978. goto err;
  979. }
  980. np = of_parse_phandle(cdev->of_node, "asoc-platform",
  981. index);
  982. if (!np) {
  983. pr_err("%s: retrieving phandle for platform %s, index %d failed\n",
  984. __func__, dai_link[i].platforms->name,
  985. index);
  986. ret = -ENODEV;
  987. goto err;
  988. }
  989. dai_link[i].platforms->of_node = np;
  990. dai_link[i].platforms->name = NULL;
  991. }
  992. }
  993. /* populate cpu_of_node for snd card dai links */
  994. if (dai_link[i].cpus->dai_name && !dai_link[i].cpus->of_node) {
  995. index = of_property_match_string(cdev->of_node,
  996. "asoc-cpu-names",
  997. dai_link[i].cpus->dai_name);
  998. pr_err("%s: retrieving cpu_of_node for %s\n",
  999. __func__,
  1000. dai_link[i].cpus->dai_name);
  1001. if (index >= 0) {
  1002. np = of_parse_phandle(cdev->of_node, "asoc-cpu",
  1003. index);
  1004. if (!np) {
  1005. pr_err("%s: retrieving phandle for cpu dai %s failed\n",
  1006. __func__,
  1007. dai_link[i].cpus->dai_name);
  1008. ret = -ENODEV;
  1009. goto err;
  1010. }
  1011. dai_link[i].cpus->of_node = np;
  1012. dai_link[i].cpus->dai_name = NULL;
  1013. }
  1014. }
  1015. /* populate codec_of_node for snd card dai links */
  1016. if (dai_link[i].num_codecs > 0) {
  1017. for (j = 0; j < dai_link[i].num_codecs; j++) {
  1018. if (dai_link[i].codecs[j].of_node ||
  1019. !dai_link[i].codecs[j].name)
  1020. continue;
  1021. index = of_property_match_string(cdev->of_node,
  1022. "asoc-codec-names",
  1023. dai_link[i].codecs[j].name);
  1024. if (index < 0)
  1025. continue;
  1026. np = of_parse_phandle(cdev->of_node,
  1027. "asoc-codec",
  1028. index);
  1029. if (!np) {
  1030. pr_err("%s: retrieving phandle for codec %s failed\n",
  1031. __func__,
  1032. dai_link[i].codecs[j].name);
  1033. ret = -ENODEV;
  1034. goto err;
  1035. }
  1036. dai_link[i].codecs[j].of_node = np;
  1037. dai_link[i].codecs[j].name = NULL;
  1038. }
  1039. }
  1040. }
  1041. err:
  1042. return ret;
  1043. }
  1044. static const struct of_device_id asoc_machine_of_match[] = {
  1045. { .compatible = "qcom,sa8295-asoc-snd-adp-star",
  1046. .data = "adp_star_codec"},
  1047. { .compatible = "qcom,sa8155-asoc-snd-adp-star",
  1048. .data = "adp_star_codec"},
  1049. { .compatible = "qcom,sa8255-asoc-snd-adp-star",
  1050. .data = "adp_star_codec"},
  1051. { .compatible = "qcom,sa7255-asoc-snd-adp-star",
  1052. .data = "adp_star_codec"},
  1053. {},
  1054. };
  1055. static const struct of_device_id audio_pinctrl_dummy_match[] = {
  1056. { .compatible = "qcom,msm-pcm-pinctrl" },
  1057. { },
  1058. };
  1059. static struct snd_soc_dai_link msm_auto_dai_links[
  1060. ARRAY_SIZE(msm_common_dai_links)];
  1061. static struct snd_soc_card *populate_snd_card_dailinks(struct device *dev)
  1062. {
  1063. struct snd_soc_card *card = NULL;
  1064. struct snd_soc_dai_link *dailink;
  1065. int total_links;
  1066. const struct of_device_id *match;
  1067. match = of_match_node(asoc_machine_of_match, dev->of_node);
  1068. if (!match) {
  1069. dev_err(dev, "%s: No DT match found for sound card\n",
  1070. __func__);
  1071. return NULL;
  1072. }
  1073. if (!strcmp(match->compatible, "qcom,sa8155-asoc-snd-adp-star"))
  1074. card = &sa8155_snd_soc_card_auto_msm;
  1075. else if (!strcmp(match->compatible, "qcom,sa8295-asoc-snd-adp-star"))
  1076. card = &sa8295_snd_soc_card_auto_msm;
  1077. else if (!strcmp(match->compatible, "qcom,sa8255-asoc-snd-adp-star"))
  1078. card = &sa8255_snd_soc_card_auto_msm;
  1079. else if (!strcmp(match->compatible, "qcom,sa7255-asoc-snd-adp-star"))
  1080. card = &sa7255_snd_soc_card_auto_msm;
  1081. total_links = ARRAY_SIZE(msm_common_dai_links);
  1082. memcpy(msm_auto_dai_links,
  1083. msm_common_dai_links,
  1084. sizeof(msm_common_dai_links));
  1085. dailink = msm_auto_dai_links;
  1086. if (card) {
  1087. card->dai_link = dailink;
  1088. card->num_links = total_links;
  1089. }
  1090. return card;
  1091. }
  1092. struct msm_common_pdata *msm_common_get_pdata(struct snd_soc_card *card)
  1093. {
  1094. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  1095. if (!pdata)
  1096. return NULL;
  1097. return pdata->common_pdata;
  1098. }
  1099. void msm_common_set_pdata(struct snd_soc_card *card,
  1100. struct msm_common_pdata *common_pdata)
  1101. {
  1102. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  1103. if (!pdata)
  1104. return;
  1105. pdata->common_pdata = common_pdata;
  1106. }
  1107. /*****************************************************************************
  1108. * pinctrl
  1109. *****************************************************************************/
  1110. static void msm_release_pinctrl(struct platform_device *pdev)
  1111. {
  1112. struct snd_soc_card *card = platform_get_drvdata(pdev);
  1113. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  1114. struct msm_pinctrl_info *pinctrl_info = NULL;
  1115. int i;
  1116. for (i = TDM_PRI; i < TDM_INTERFACE_MAX; i++) {
  1117. pinctrl_info = &pdata->pinctrl_info[i];
  1118. if (pinctrl_info == NULL)
  1119. continue;
  1120. if (pinctrl_info->pinctrl) {
  1121. devm_pinctrl_put(pinctrl_info->pinctrl);
  1122. pinctrl_info->pinctrl = NULL;
  1123. }
  1124. }
  1125. }
  1126. static void msm_release_mclk_pinctrl(struct platform_device *pdev)
  1127. {
  1128. struct snd_soc_card *card = platform_get_drvdata(pdev);
  1129. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  1130. struct msm_pinctrl_info *pinctrl_info = NULL;
  1131. int i;
  1132. for (i = 0; i < MCLK_MAX; i++) {
  1133. pinctrl_info = &pdata->mclk_pinctrl_info[i];
  1134. if (pinctrl_info == NULL)
  1135. continue;
  1136. if (pinctrl_info->pinctrl) {
  1137. devm_pinctrl_put(pinctrl_info->pinctrl);
  1138. pinctrl_info->pinctrl = NULL;
  1139. }
  1140. }
  1141. }
  1142. static int msm_get_pinctrl(struct platform_device *pdev)
  1143. {
  1144. struct snd_soc_card *card = platform_get_drvdata(pdev);
  1145. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  1146. struct msm_pinctrl_info *pinctrl_info = NULL;
  1147. struct pinctrl *pinctrl = NULL;
  1148. int i, j;
  1149. struct device_node *np = NULL;
  1150. struct platform_device *pdev_np = NULL;
  1151. int ret = 0;
  1152. for (i = TDM_PRI; i < TDM_INTERFACE_MAX; i++) {
  1153. np = of_parse_phandle(pdev->dev.of_node,
  1154. tdm_gpio_phandle[i], 0);
  1155. if (!np) {
  1156. pr_debug("%s: device node %s is null\n",
  1157. __func__, tdm_gpio_phandle[i]);
  1158. continue;
  1159. }
  1160. pdev_np = of_find_device_by_node(np);
  1161. if (!pdev_np) {
  1162. pr_err("%s: platform device not found\n",
  1163. __func__);
  1164. continue;
  1165. }
  1166. pinctrl_info = &pdata->pinctrl_info[i];
  1167. if (pinctrl_info == NULL) {
  1168. pr_err("%s: pinctrl info is null\n",
  1169. __func__);
  1170. continue;
  1171. }
  1172. pinctrl = devm_pinctrl_get(&pdev_np->dev);
  1173. if (IS_ERR_OR_NULL(pinctrl)) {
  1174. pr_err("%s: fail to get pinctrl handle\n",
  1175. __func__);
  1176. goto err;
  1177. }
  1178. pinctrl_info->pinctrl = pinctrl;
  1179. /* get all the states handles from Device Tree */
  1180. pinctrl_info->sleep = pinctrl_lookup_state(pinctrl,
  1181. "default");
  1182. if (IS_ERR(pinctrl_info->sleep)) {
  1183. pr_err("%s: could not get sleep pin state\n",
  1184. __func__);
  1185. goto err;
  1186. }
  1187. pinctrl_info->active = pinctrl_lookup_state(pinctrl,
  1188. "active");
  1189. if (IS_ERR(pinctrl_info->active)) {
  1190. pr_err("%s: could not get active pin state\n",
  1191. __func__);
  1192. goto err;
  1193. }
  1194. /* Reset the TLMM pins to a sleep state */
  1195. ret = pinctrl_select_state(pinctrl_info->pinctrl,
  1196. pinctrl_info->sleep);
  1197. if (ret != 0) {
  1198. pr_err("%s: set pin state to sleep failed with %d\n",
  1199. __func__, ret);
  1200. ret = -EIO;
  1201. goto err;
  1202. }
  1203. pinctrl_info->curr_state = STATE_SLEEP;
  1204. }
  1205. return 0;
  1206. err:
  1207. for (j = i; j >= 0; j--) {
  1208. pinctrl_info = &pdata->pinctrl_info[j];
  1209. if (pinctrl_info == NULL)
  1210. continue;
  1211. if (pinctrl_info->pinctrl) {
  1212. devm_pinctrl_put(pinctrl_info->pinctrl);
  1213. pinctrl_info->pinctrl = NULL;
  1214. }
  1215. }
  1216. return -EINVAL;
  1217. }
  1218. static int msm_get_mclk_pinctrl(struct platform_device *pdev)
  1219. {
  1220. struct snd_soc_card *card = platform_get_drvdata(pdev);
  1221. struct msm_asoc_mach_data *pdata = snd_soc_card_get_drvdata(card);
  1222. struct msm_pinctrl_info *pinctrl_info = NULL;
  1223. struct pinctrl *pinctrl = NULL;
  1224. int i, j;
  1225. struct device_node *np = NULL;
  1226. struct platform_device *pdev_np = NULL;
  1227. int ret = 0;
  1228. for (i = 0; i < MCLK_MAX; i++) {
  1229. np = of_parse_phandle(pdev->dev.of_node,
  1230. mclk_gpio_phandle[i],
  1231. 0);
  1232. if (!np) {
  1233. pr_err("%s: device node %s is null\n",
  1234. __func__, mclk_gpio_phandle[i]);
  1235. continue;
  1236. }
  1237. pdev_np = of_find_device_by_node(np);
  1238. if (!pdev_np) {
  1239. pr_err("%s: platform device not found\n",
  1240. __func__);
  1241. continue;
  1242. }
  1243. pinctrl_info = &pdata->mclk_pinctrl_info[i];
  1244. if (pinctrl_info == NULL) {
  1245. pr_err("%s: pinctrl info is null\n",
  1246. __func__);
  1247. continue;
  1248. }
  1249. pinctrl = devm_pinctrl_get(&pdev_np->dev);
  1250. if (IS_ERR_OR_NULL(pinctrl)) {
  1251. pr_err("%s: fail to get pinctrl handle\n",
  1252. __func__);
  1253. goto err;
  1254. }
  1255. pinctrl_info->pinctrl = pinctrl;
  1256. /* get all the states handles from Device Tree */
  1257. pinctrl_info->sleep = pinctrl_lookup_state(pinctrl,
  1258. "default");
  1259. if (IS_ERR(pinctrl_info->sleep)) {
  1260. pr_err("%s: could not get sleep pin state\n",
  1261. __func__);
  1262. goto err;
  1263. }
  1264. pinctrl_info->active = pinctrl_lookup_state(pinctrl,
  1265. "active");
  1266. if (IS_ERR(pinctrl_info->active)) {
  1267. pr_err("%s: could not get active pin state\n",
  1268. __func__);
  1269. goto err;
  1270. }
  1271. /* Reset the mclk pins to a sleep state */
  1272. ret = pinctrl_select_state(pinctrl_info->pinctrl,
  1273. pinctrl_info->sleep);
  1274. if (ret != 0) {
  1275. pr_err("%s: set pin state to sleep failed with %d\n",
  1276. __func__, ret);
  1277. ret = -EIO;
  1278. goto err;
  1279. }
  1280. pinctrl_info->curr_state = STATE_SLEEP;
  1281. }
  1282. return 0;
  1283. err:
  1284. for (j = i; j >= 0; j--) {
  1285. pinctrl_info = &pdata->mclk_pinctrl_info[i];
  1286. if (pinctrl_info == NULL)
  1287. continue;
  1288. if (pinctrl_info->pinctrl) {
  1289. devm_pinctrl_put(pinctrl_info->pinctrl);
  1290. pinctrl_info->pinctrl = NULL;
  1291. }
  1292. }
  1293. return -EINVAL;
  1294. }
  1295. static int msm_asoc_machine_probe(struct platform_device *pdev)
  1296. {
  1297. struct snd_soc_card *card = NULL;
  1298. struct msm_asoc_mach_data *pdata = NULL;
  1299. int ret = 0;
  1300. const struct of_device_id *match = NULL;
  1301. dev_err(&pdev->dev, "%s: audio_reach\n",
  1302. __func__);
  1303. match = of_match_node(asoc_machine_of_match, pdev->dev.of_node);
  1304. if (!match) {
  1305. dev_err(&pdev->dev, "%s: No DT match found for sound card\n",
  1306. __func__);
  1307. return -EINVAL;
  1308. }
  1309. if (!pdev->dev.of_node) {
  1310. dev_err(&pdev->dev, "No platform supplied from device tree\n");
  1311. return -EINVAL;
  1312. }
  1313. pdata = devm_kzalloc(&pdev->dev,
  1314. sizeof(struct msm_asoc_mach_data), GFP_KERNEL);
  1315. if (!pdata)
  1316. return -ENOMEM;
  1317. card = populate_snd_card_dailinks(&pdev->dev);
  1318. if (!card) {
  1319. dev_err(&pdev->dev, "%s: Card uninitialized\n",
  1320. __func__);
  1321. ret = -EINVAL;
  1322. goto err;
  1323. }
  1324. card->dev = &pdev->dev;
  1325. platform_set_drvdata(pdev, card);
  1326. snd_soc_card_set_drvdata(card, pdata);
  1327. ret = snd_soc_of_parse_card_name(card, "qcom,model");
  1328. if (ret) {
  1329. dev_err(&pdev->dev, "parse card name failed, err:%d\n",
  1330. ret);
  1331. pr_err("%s: parse card name failed with err:%d\n",
  1332. __func__, ret);
  1333. goto err;
  1334. }
  1335. ret = msm_populate_dai_link_component_of_node(card);
  1336. if (ret) {
  1337. ret = -EPROBE_DEFER;
  1338. goto err;
  1339. }
  1340. ret = devm_snd_soc_register_card(&pdev->dev, card);
  1341. if (ret == -EPROBE_DEFER) {
  1342. goto err;
  1343. } else if (ret) {
  1344. dev_err(&pdev->dev, "snd_soc_register_card failed (%d)\n",
  1345. ret);
  1346. pr_err("snd_soc_register_card failed (%d)\n",
  1347. ret);
  1348. goto err;
  1349. }
  1350. msm_common_snd_init(pdev, card);
  1351. /* Parse pinctrl info from devicetree */
  1352. ret = msm_get_pinctrl(pdev);
  1353. if (!ret) {
  1354. pr_err("%s: pinctrl parsing successful\n",
  1355. __func__);
  1356. } else {
  1357. dev_dbg(&pdev->dev,
  1358. "%s: pinctrl parsing failed with %d\n",
  1359. __func__, ret);
  1360. ret = 0;
  1361. }
  1362. pdata->mclk_used = false;
  1363. if (strnstr(match->compatible, "sa8295",
  1364. sizeof(match->compatible)) ||
  1365. strnstr(match->compatible, "sa8255",
  1366. sizeof(match->compatible)) ||
  1367. strnstr(match->compatible, "sa7255",
  1368. sizeof(match->compatible))) {
  1369. /* get mclk pinctrl info from devicetree */
  1370. ret = msm_get_mclk_pinctrl(pdev);
  1371. if (!ret) {
  1372. pr_debug("%s: pinctrl mclk parsing successful\n",
  1373. __func__);
  1374. pdata->mclk_used = true;
  1375. } else {
  1376. dev_err(&pdev->dev,
  1377. "%s: pinctrl mclk parsing failed with %d\n",
  1378. __func__, ret);
  1379. ret = 0;
  1380. }
  1381. }
  1382. dev_info(&pdev->dev, "Sound card %s registered\n",
  1383. card->name);
  1384. pr_err("Sound card %s registered\n",
  1385. card->name);
  1386. spdev = pdev;
  1387. #ifdef CONFIG_MSM_COUPLED_SSR
  1388. mutex_init(&dsps_state.lock);
  1389. ret = audio_notifier_register("auto_modem",
  1390. AUDIO_NOTIFIER_MODEM_ROOT_DOMAIN,
  1391. &modem_service_nb);
  1392. if (ret < 0)
  1393. pr_err("%s: Registration with modem PDR failed ret = %d\n",
  1394. __func__, ret);
  1395. #endif
  1396. ret = msm_audio_adsp_ssr_register(&pdev->dev);
  1397. if (ret)
  1398. pr_err("%s: Registration with SND event FWK failed ret = %d\n",
  1399. __func__, ret);
  1400. snd_card_notify_user(SND_CARD_STATUS_ONLINE);
  1401. return 0;
  1402. err:
  1403. msm_release_mclk_pinctrl(pdev);
  1404. msm_release_pinctrl(pdev);
  1405. return ret;
  1406. }
  1407. static int msm_asoc_machine_remove(struct platform_device *pdev)
  1408. {
  1409. msm_release_mclk_pinctrl(pdev);
  1410. msm_release_pinctrl(pdev);
  1411. snd_event_master_deregister(&pdev->dev);
  1412. #ifdef CONFIG_MSM_COUPLED_SSR
  1413. audio_notifier_deregister("auto_modem");
  1414. mutex_destroy(&dsps_state.lock);
  1415. #endif
  1416. return 0;
  1417. }
  1418. static int audio_pinctrl_dummy_probe(struct platform_device *pdev)
  1419. {
  1420. return 0;
  1421. }
  1422. static int audio_pinctrl_dummy_remove(struct platform_device *pdev)
  1423. {
  1424. return 0;
  1425. }
  1426. static struct platform_driver audio_pinctrl_dummy_driver = {
  1427. .driver = {
  1428. .name = DRV_PINCTRL_NAME,
  1429. .of_match_table = audio_pinctrl_dummy_match,
  1430. .suppress_bind_attrs = true,
  1431. },
  1432. .probe = audio_pinctrl_dummy_probe,
  1433. .remove = audio_pinctrl_dummy_remove,
  1434. };
  1435. static struct platform_driver asoc_machine_driver = {
  1436. .driver = {
  1437. .name = DRV_NAME,
  1438. .pm = &snd_soc_pm_ops,
  1439. .of_match_table = asoc_machine_of_match,
  1440. .suppress_bind_attrs = true,
  1441. },
  1442. .probe = msm_asoc_machine_probe,
  1443. .remove = msm_asoc_machine_remove,
  1444. };
  1445. int __init auto_spf_init(void)
  1446. {
  1447. snd_card_sysfs_init();
  1448. platform_driver_register(&audio_pinctrl_dummy_driver);
  1449. return platform_driver_register(&asoc_machine_driver);
  1450. }
  1451. void auto_spf_exit(void)
  1452. {
  1453. platform_driver_unregister(&audio_pinctrl_dummy_driver);
  1454. platform_driver_unregister(&asoc_machine_driver);
  1455. }
  1456. module_init(auto_spf_init);
  1457. module_exit(auto_spf_exit);
  1458. MODULE_DESCRIPTION("ALSA SoC Machine Driver for SPF");
  1459. MODULE_LICENSE("GPL");
  1460. MODULE_ALIAS("platform:" DRV_NAME);
  1461. MODULE_ALIAS("platform:" DRV_PINCTRL_NAME);
  1462. MODULE_DEVICE_TABLE(of, asoc_machine_of_match);
  1463. MODULE_DEVICE_TABLE(of, audio_pinctrl_dummy_match);