msm_common.c 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
  4. * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
  5. */
  6. #include <linux/gpio.h>
  7. #include <linux/of_gpio.h>
  8. #include <linux/platform_device.h>
  9. #include <linux/slab.h>
  10. #include <linux/of_device.h>
  11. #include <sound/control.h>
  12. #include <sound/core.h>
  13. #include <sound/soc.h>
  14. #include <sound/pcm_params.h>
  15. #include <asoc/msm-cdc-pinctrl.h>
  16. #include <dsp/spf-core.h>
  17. #include <dsp/msm_audio_ion.h>
  18. #include <sound/info.h>
  19. #include <dsp/audio_prm.h>
  20. #include <dsp/digital-cdc-rsc-mgr.h>
  21. #include "msm_common.h"
  22. struct snd_card_pdata {
  23. struct kobject snd_card_kobj;
  24. int card_status;
  25. }*snd_card_pdata;
  26. #define to_asoc_mach_common_pdata(kobj) \
  27. container_of((kobj), struct msm_common_pdata, aud_dev_kobj)
  28. #define DEVICE_ENABLE 1
  29. #define DEVICE_DISABLE 0
  30. #define ARRAY_SZ 21
  31. #define BUF_SZ 32
  32. #define DIR_SZ 10
  33. #define MAX_CODEC_DAI 8
  34. #define TDM_SLOT_WIDTH_BITS 32
  35. #define TDM_MAX_SLOTS 8
  36. #define MI2S_NUM_CHANNELS 2
  37. #define SAMPLING_RATE_44P1KHZ 44100
  38. #define SAMPLING_RATE_88P2KHZ 88200
  39. #define SAMPLING_RATE_176P4KHZ 176400
  40. #define SAMPLING_RATE_352P8KHZ 352800
  41. static struct attribute device_state_attr = {
  42. .name = "state",
  43. .mode = 0660,
  44. };
  45. static struct attribute card_state_attr = {
  46. .name = "card_state",
  47. .mode = 0660,
  48. };
  49. #define MAX_PORT 20
  50. #define CODEC_CHMAP "Channel Map"
  51. enum backend_id {
  52. SLIM = 1,
  53. CODEC_DMA,
  54. };
  55. struct chmap_pdata {
  56. int id;
  57. uint32_t num_codec_dai;
  58. struct snd_soc_dai *dai[MAX_CODEC_DAI];
  59. };
  60. #define MAX_USR_INPUT 10
  61. static int qos_vote_status;
  62. static bool lpi_pcm_logging_enable;
  63. static bool vote_against_sleep_enable;
  64. static struct dev_pm_qos_request latency_pm_qos_req; /* pm_qos request */
  65. static unsigned int qos_client_active_cnt;
  66. /* set audio task affinity to core 1 & 2 */
  67. static const unsigned int audio_core_list[] = {1, 2};
  68. static cpumask_t audio_cpu_map = CPU_MASK_NONE;
  69. static struct dev_pm_qos_request *msm_audio_req = NULL;
  70. static bool kregister_pm_qos_latency_controls = false;
  71. #define MSM_LL_QOS_VALUE 300 /* time in us to ensure LPM doesn't go in C3/C4 */
  72. static ssize_t aud_dev_sysfs_store(struct kobject *kobj,
  73. struct attribute *attr,
  74. const char *buf, size_t count)
  75. {
  76. ssize_t ret = -EINVAL;
  77. struct msm_common_pdata *pdata = to_asoc_mach_common_pdata(kobj);
  78. uint32_t pcm_id, state = 0;
  79. if (count > MAX_USR_INPUT) {
  80. pr_err("%s: invalid string written", __func__);
  81. goto done;
  82. }
  83. sscanf(buf, "%d %d", &pcm_id, &state);
  84. if ((pcm_id > pdata->num_aud_devs) || (pcm_id < 0)) {
  85. pr_err("%s: invalid pcm id %d \n", __func__, pcm_id);
  86. goto done;
  87. }
  88. if ((state > DEVICE_ENABLE) || (state < DEVICE_DISABLE)) {
  89. pr_err("%s: invalid state %d \n", __func__, state);
  90. goto done;
  91. }
  92. pr_debug("%s: pcm_id %d state %d \n", __func__, pcm_id, state);
  93. pdata->aud_dev_state[pcm_id] = state;
  94. if ( state == DEVICE_ENABLE && (pdata->dsp_sessions_closed != 0))
  95. pdata->dsp_sessions_closed = 0;
  96. ret = count;
  97. done:
  98. return ret;
  99. }
  100. static const struct sysfs_ops aud_dev_sysfs_ops = {
  101. .store = aud_dev_sysfs_store,
  102. };
  103. static struct kobj_type aud_dev_ktype = {
  104. .sysfs_ops = &aud_dev_sysfs_ops,
  105. };
  106. static int aud_dev_sysfs_init(struct msm_common_pdata *pdata)
  107. {
  108. int ret = 0;
  109. char dir[10] = "aud_dev";
  110. ret = kobject_init_and_add(&pdata->aud_dev_kobj, &aud_dev_ktype,
  111. kernel_kobj, dir);
  112. if (ret < 0) {
  113. pr_err("%s: Failed to add kobject %s, err = %d\n",
  114. __func__, dir, ret);
  115. goto done;
  116. }
  117. ret = sysfs_create_file(&pdata->aud_dev_kobj, &device_state_attr);
  118. if (ret < 0) {
  119. pr_err("%s: Failed to add wdsp_boot sysfs entry to %s\n",
  120. __func__, dir);
  121. goto fail_create_file;
  122. }
  123. return ret;
  124. fail_create_file:
  125. kobject_put(&pdata->aud_dev_kobj);
  126. done:
  127. return ret;
  128. }
  129. int snd_card_notify_user(snd_card_status_t card_status)
  130. {
  131. snd_card_pdata->card_status = card_status;
  132. sysfs_notify(&snd_card_pdata->snd_card_kobj, NULL, "card_state");
  133. return 0;
  134. }
  135. int snd_card_set_card_status(snd_card_status_t card_status)
  136. {
  137. snd_card_pdata->card_status = card_status;
  138. return 0;
  139. }
  140. static ssize_t snd_card_sysfs_show(struct kobject *kobj,
  141. struct attribute *attr, char *buf)
  142. {
  143. return snprintf(buf, BUF_SZ, "%d", snd_card_pdata->card_status);
  144. }
  145. static ssize_t snd_card_sysfs_store(struct kobject *kobj,
  146. struct attribute *attr, const char *buf, size_t count)
  147. {
  148. sscanf(buf, "%d", &snd_card_pdata->card_status);
  149. sysfs_notify(&snd_card_pdata->snd_card_kobj, NULL, "card_state");
  150. return 0;
  151. }
  152. static const struct sysfs_ops snd_card_sysfs_ops = {
  153. .show = snd_card_sysfs_show,
  154. .store = snd_card_sysfs_store,
  155. };
  156. static struct kobj_type snd_card_ktype = {
  157. .sysfs_ops = &snd_card_sysfs_ops,
  158. };
  159. int snd_card_sysfs_init(void)
  160. {
  161. int ret = 0;
  162. char dir[DIR_SZ] = "snd_card";
  163. snd_card_pdata = kcalloc(1, sizeof(struct snd_card_pdata), GFP_KERNEL);
  164. ret = kobject_init_and_add(&snd_card_pdata->snd_card_kobj, &snd_card_ktype,
  165. kernel_kobj, dir);
  166. if (ret < 0) {
  167. pr_err("%s: Failed to add kobject %s, err = %d\n",
  168. __func__, dir, ret);
  169. goto done;
  170. }
  171. ret = sysfs_create_file(&snd_card_pdata->snd_card_kobj, &card_state_attr);
  172. if (ret < 0) {
  173. pr_err("%s: Failed to add snd_card sysfs entry to %s\n",
  174. __func__, dir);
  175. goto fail_create_file;
  176. }
  177. return ret;
  178. fail_create_file:
  179. kobject_put(&snd_card_pdata->snd_card_kobj);
  180. done:
  181. return ret;
  182. }
  183. static void check_userspace_service_state(struct snd_soc_pcm_runtime *rtd,
  184. struct msm_common_pdata *pdata)
  185. {
  186. dev_info(rtd->card->dev,"%s: pcm_id %d state %d\n", __func__,
  187. rtd->num, pdata->aud_dev_state[rtd->num]);
  188. if (pdata->aud_dev_state[rtd->num] == DEVICE_ENABLE) {
  189. dev_info(rtd->card->dev, "%s userspace service crashed\n",
  190. __func__);
  191. if (pdata->dsp_sessions_closed == 0) {
  192. /*Issue close all graph cmd to DSP*/
  193. spf_core_apm_close_all();
  194. /*unmap all dma mapped buffers*/
  195. msm_audio_ion_crash_handler();
  196. pdata->dsp_sessions_closed = 1;
  197. }
  198. /*Reset the state as sysfs node wont be triggred*/
  199. pdata->aud_dev_state[rtd->num] = 0;
  200. }
  201. }
  202. static int get_mi2s_tdm_auxpcm_intf_index(const char *stream_name)
  203. {
  204. if (!strnstr(stream_name, "TDM", strlen(stream_name)) &&
  205. !strnstr(stream_name, "MI2S", strlen(stream_name)) &&
  206. !strnstr(stream_name, "AUXPCM", strlen(stream_name)))
  207. return -EINVAL;
  208. if (strnstr(stream_name, "LPAIF_RXTX", strlen(stream_name)))
  209. return QUAT_MI2S_TDM_AUXPCM;
  210. else if (strnstr(stream_name, "LPAIF_WSA", strlen(stream_name)))
  211. return SEN_MI2S_TDM_AUXPCM;
  212. else if (strnstr(stream_name, "LPAIF_VA", strlen(stream_name)))
  213. return QUIN_MI2S_TDM_AUXPCM;
  214. else if (strnstr(stream_name, "LPAIF_AUD", strlen(stream_name))){
  215. if (strnstr(stream_name, "PRIMARY", strlen(stream_name)))
  216. return SEP_MI2S_TDM_AUXPCM;
  217. else if (strnstr(stream_name, "SECONDARY", strlen(stream_name)))
  218. return TER_MI2S_TDM_AUXPCM;
  219. }
  220. else if (strnstr(stream_name, "LPAIF", strlen(stream_name))) {
  221. if (strnstr(stream_name, "PRIMARY", strlen(stream_name)))
  222. return PRI_MI2S_TDM_AUXPCM;
  223. else if (strnstr(stream_name, "SECONDARY", strlen(stream_name)))
  224. return SEC_MI2S_TDM_AUXPCM;
  225. }
  226. pr_debug("%s: stream name %s does not match\n", __func__, stream_name);
  227. return -EINVAL;
  228. }
  229. static bool is_fractional_sample_rate(unsigned int sample_rate)
  230. {
  231. switch (sample_rate) {
  232. case SAMPLING_RATE_44P1KHZ:
  233. case SAMPLING_RATE_88P2KHZ:
  234. case SAMPLING_RATE_176P4KHZ:
  235. case SAMPLING_RATE_352P8KHZ:
  236. return true;
  237. default:
  238. return false;
  239. }
  240. return false;
  241. }
  242. static int get_mi2s_clk_id(int index)
  243. {
  244. int clk_id = -EINVAL;
  245. switch(index) {
  246. case PRI_MI2S_TDM_AUXPCM:
  247. clk_id = CLOCK_ID_PRI_MI2S_IBIT;
  248. break;
  249. case SEC_MI2S_TDM_AUXPCM:
  250. clk_id = CLOCK_ID_SEC_MI2S_IBIT;
  251. break;
  252. case TER_MI2S_TDM_AUXPCM:
  253. clk_id = CLOCK_ID_TER_MI2S_IBIT;
  254. break;
  255. case QUAT_MI2S_TDM_AUXPCM:
  256. clk_id = CLOCK_ID_QUAD_MI2S_IBIT;
  257. break;
  258. case QUIN_MI2S_TDM_AUXPCM:
  259. clk_id = CLOCK_ID_QUI_MI2S_IBIT;
  260. break;
  261. case SEN_MI2S_TDM_AUXPCM:
  262. clk_id = CLOCK_ID_SEN_MI2S_IBIT;
  263. break;
  264. case SEP_MI2S_TDM_AUXPCM:
  265. clk_id = CLOCK_ID_SEP_MI2S_IBIT;
  266. break;
  267. default:
  268. pr_err("%s: Invalid interface index: %d\n", __func__, index);
  269. }
  270. pr_debug("%s: clk id: %d\n", __func__, clk_id);
  271. return clk_id;
  272. }
  273. static int get_tdm_clk_id(int index)
  274. {
  275. int clk_id = -EINVAL;
  276. switch(index) {
  277. case PRI_MI2S_TDM_AUXPCM:
  278. clk_id = CLOCK_ID_PRI_TDM_IBIT;
  279. break;
  280. case SEC_MI2S_TDM_AUXPCM:
  281. clk_id = CLOCK_ID_SEC_TDM_IBIT;
  282. break;
  283. case TER_MI2S_TDM_AUXPCM:
  284. clk_id = CLOCK_ID_TER_TDM_IBIT;
  285. break;
  286. case QUAT_MI2S_TDM_AUXPCM:
  287. clk_id = CLOCK_ID_QUAD_TDM_IBIT;
  288. break;
  289. case QUIN_MI2S_TDM_AUXPCM:
  290. clk_id = CLOCK_ID_QUI_TDM_IBIT;
  291. break;
  292. case SEN_MI2S_TDM_AUXPCM:
  293. clk_id = CLOCK_ID_SEN_TDM_IBIT;
  294. break;
  295. case SEP_MI2S_TDM_AUXPCM:
  296. clk_id = CLOCK_ID_SEP_TDM_IBIT;
  297. break;
  298. default:
  299. pr_err("%s: Invalid interface index: %d\n", __func__, index);
  300. }
  301. pr_debug("%s: clk id: %d\n", __func__, clk_id);
  302. return clk_id;
  303. }
  304. int mi2s_tdm_hw_vote_req(struct msm_common_pdata *pdata, int enable)
  305. {
  306. int ret = 0;
  307. if (!pdata || (pdata->lpass_audio_hw_vote == NULL)) {
  308. pr_err("%s: pdata or lpass audio hw vote node NULL", __func__);
  309. return -EINVAL;
  310. }
  311. pr_debug("%s: lpass audio hw vote for fractional sample rate enable: %d\n",
  312. __func__, enable);
  313. if (enable) {
  314. if (atomic_read(&pdata->lpass_audio_hw_vote_ref_cnt) == 0) {
  315. ret = digital_cdc_rsc_mgr_hw_vote_enable(pdata->lpass_audio_hw_vote, NULL);
  316. if (ret < 0) {
  317. pr_err("%s lpass audio hw vote enable failed %d\n",
  318. __func__, ret);
  319. return ret;
  320. }
  321. }
  322. atomic_inc(&pdata->lpass_audio_hw_vote_ref_cnt);
  323. } else {
  324. atomic_dec(&pdata->lpass_audio_hw_vote_ref_cnt);
  325. if (atomic_read(&pdata->lpass_audio_hw_vote_ref_cnt) == 0)
  326. digital_cdc_rsc_mgr_hw_vote_disable(pdata->lpass_audio_hw_vote, NULL);
  327. else if (atomic_read(&pdata->lpass_audio_hw_vote_ref_cnt) < 0)
  328. atomic_set(&pdata->lpass_audio_hw_vote_ref_cnt, 0);
  329. }
  330. return ret;
  331. }
  332. int msm_common_snd_hw_params(struct snd_pcm_substream *substream,
  333. struct snd_pcm_hw_params *params)
  334. {
  335. int ret = 0;
  336. int slot_width = TDM_SLOT_WIDTH_BITS;
  337. int slots;
  338. int sample_width;
  339. unsigned int rate;
  340. struct snd_soc_pcm_runtime *rtd = substream->private_data;
  341. const char *stream_name = rtd->dai_link->stream_name;
  342. struct snd_soc_card *card = rtd->card;
  343. struct msm_common_pdata *pdata = msm_common_get_pdata(card);
  344. int index = get_mi2s_tdm_auxpcm_intf_index(stream_name);
  345. struct clk_cfg intf_clk_cfg;
  346. dev_dbg(rtd->card->dev,
  347. "%s: substream = %s stream = %d\n",
  348. __func__, substream->name, substream->stream);
  349. if (!pdata) {
  350. dev_err(rtd->card->dev, "%s: pdata is NULL\n", __func__);
  351. return -EINVAL;
  352. }
  353. if (index >= 0) {
  354. mutex_lock(&pdata->lock[index]);
  355. if (atomic_read(&pdata->lpass_intf_clk_ref_cnt[index]) == 0) {
  356. if ((strnstr(stream_name, "TDM", strlen(stream_name)))) {
  357. slots = pdata->tdm_max_slots;
  358. rate = params_rate(params);
  359. ret = get_tdm_clk_id(index);
  360. if ( ret < 0)
  361. goto done;
  362. intf_clk_cfg.clk_id = ret;
  363. intf_clk_cfg.clk_freq_in_hz = rate * slot_width * slots;
  364. intf_clk_cfg.clk_attri = pdata->tdm_clk_attribute[index];
  365. intf_clk_cfg.clk_root = 0;
  366. if (pdata->is_audio_hw_vote_required[index] &&
  367. is_fractional_sample_rate(rate)) {
  368. ret = mi2s_tdm_hw_vote_req(pdata, 1);
  369. if (ret < 0) {
  370. pr_err("%s lpass audio hw vote enable failed %d\n",
  371. __func__, ret);
  372. goto done;
  373. }
  374. }
  375. pr_debug("%s: clk_id :%d clk freq %d\n", __func__,
  376. intf_clk_cfg.clk_id, intf_clk_cfg.clk_freq_in_hz);
  377. ret = audio_prm_set_lpass_clk_cfg(&intf_clk_cfg, 1);
  378. if (ret < 0) {
  379. pr_err("%s: prm lpass tdm clk cfg set failed ret %d\n",
  380. __func__, ret);
  381. goto done;
  382. }
  383. } else if ((strnstr(stream_name, "MI2S", strlen(stream_name)))) {
  384. ret = get_mi2s_clk_id(index);
  385. if (ret < 0)
  386. goto done;
  387. intf_clk_cfg.clk_id = ret;
  388. rate = params_rate(params);
  389. switch (params_format(params)) {
  390. case SNDRV_PCM_FORMAT_S24_LE:
  391. case SNDRV_PCM_FORMAT_S24_3LE:
  392. case SNDRV_PCM_FORMAT_S32_LE:
  393. sample_width = 32;
  394. break;
  395. case SNDRV_PCM_FORMAT_S16_LE:
  396. default:
  397. sample_width = 16;
  398. pr_debug("%s: bitwidth set to default : %d\n",
  399. __func__, sample_width);
  400. }
  401. intf_clk_cfg.clk_freq_in_hz = rate *
  402. MI2S_NUM_CHANNELS * sample_width;
  403. intf_clk_cfg.clk_attri = pdata->mi2s_clk_attribute[index];
  404. intf_clk_cfg.clk_root = CLOCK_ROOT_DEFAULT;
  405. if (pdata->is_audio_hw_vote_required[index] &&
  406. is_fractional_sample_rate(rate)) {
  407. ret = mi2s_tdm_hw_vote_req(pdata, 1);
  408. if (ret < 0) {
  409. pr_err("%s lpass audio hw vote enable failed %d\n",
  410. __func__, ret);
  411. goto done;
  412. }
  413. }
  414. pr_debug("%s: mi2s clk_id :%d clk freq %d\n", __func__,
  415. intf_clk_cfg.clk_id, intf_clk_cfg.clk_freq_in_hz);
  416. ret = audio_prm_set_lpass_clk_cfg(&intf_clk_cfg, 1);
  417. if (ret < 0) {
  418. pr_err("%s: prm lpass mi2s clk cfg set failed ret %d\n",
  419. __func__, ret);
  420. goto done;
  421. }
  422. } else {
  423. pr_err("%s: unsupported stream name: %s\n",
  424. __func__, stream_name);
  425. goto done;
  426. }
  427. }
  428. atomic_inc(&pdata->lpass_intf_clk_ref_cnt[index]);
  429. done:
  430. mutex_unlock(&pdata->lock[index]);
  431. }
  432. return ret;
  433. }
  434. int msm_common_snd_startup(struct snd_pcm_substream *substream)
  435. {
  436. int ret = 0;
  437. struct snd_soc_pcm_runtime *rtd = substream->private_data;
  438. struct snd_soc_card *card = rtd->card;
  439. struct msm_common_pdata *pdata = msm_common_get_pdata(card);
  440. const char *stream_name = rtd->dai_link->stream_name;
  441. int index = get_mi2s_tdm_auxpcm_intf_index(stream_name);
  442. dev_dbg(rtd->card->dev,
  443. "%s: substream = %s stream = %d\n",
  444. __func__, substream->name, substream->stream);
  445. if (!pdata) {
  446. dev_err(rtd->card->dev, "%s: pdata is NULL\n", __func__);
  447. return -EINVAL;
  448. }
  449. if (index >= 0) {
  450. mutex_lock(&pdata->lock[index]);
  451. if (pdata->mi2s_gpio_p[index]) {
  452. if (atomic_read(&(pdata->mi2s_gpio_ref_cnt[index])) == 0) {
  453. ret = msm_cdc_pinctrl_select_active_state(
  454. pdata->mi2s_gpio_p[index]);
  455. if (ret) {
  456. pr_err("%s:pinctrl set actve fail with %d\n",
  457. __func__, ret);
  458. goto done;
  459. }
  460. }
  461. atomic_inc(&(pdata->mi2s_gpio_ref_cnt[index]));
  462. }
  463. done:
  464. mutex_unlock(&pdata->lock[index]);
  465. }
  466. return ret;
  467. }
  468. void msm_common_snd_shutdown(struct snd_pcm_substream *substream)
  469. {
  470. int ret;
  471. struct snd_soc_pcm_runtime *rtd = substream->private_data;
  472. struct snd_soc_card *card = rtd->card;
  473. struct msm_common_pdata *pdata = msm_common_get_pdata(card);
  474. struct snd_pcm_runtime *runtime = substream->runtime;
  475. const char *stream_name = rtd->dai_link->stream_name;
  476. int index = get_mi2s_tdm_auxpcm_intf_index(stream_name);
  477. struct clk_cfg intf_clk_cfg;
  478. unsigned int rate = runtime->rate;
  479. memset(&intf_clk_cfg, 0, sizeof(struct clk_cfg));
  480. pr_debug("%s(): substream = %s stream = %d\n", __func__,
  481. substream->name, substream->stream);
  482. if (!pdata) {
  483. dev_err(card->dev, "%s: pdata is NULL\n", __func__);
  484. return;
  485. }
  486. check_userspace_service_state(rtd, pdata);
  487. if (index >= 0) {
  488. mutex_lock(&pdata->lock[index]);
  489. atomic_dec(&pdata->lpass_intf_clk_ref_cnt[index]);
  490. if (atomic_read(&pdata->lpass_intf_clk_ref_cnt[index]) == 0) {
  491. if ((strnstr(stream_name, "TDM", strlen(stream_name)))) {
  492. ret = get_tdm_clk_id(index);
  493. if (ret > 0) {
  494. intf_clk_cfg.clk_id = ret;
  495. ret = audio_prm_set_lpass_clk_cfg(&intf_clk_cfg, 0);
  496. if (ret < 0)
  497. pr_err("%s: prm tdm clk cfg set failed ret %d\n",
  498. __func__, ret);
  499. }
  500. } else if((strnstr(stream_name, "MI2S", strlen(stream_name)))) {
  501. ret = get_mi2s_clk_id(index);
  502. if (ret > 0) {
  503. intf_clk_cfg.clk_id = ret;
  504. ret = audio_prm_set_lpass_clk_cfg(&intf_clk_cfg, 0);
  505. if (ret < 0)
  506. pr_err("%s: prm mi2s clk cfg disable failed ret %d\n",
  507. __func__, ret);
  508. }
  509. } else {
  510. pr_err("%s: unsupported stream name: %s\n",
  511. __func__, stream_name);
  512. }
  513. if (pdata->is_audio_hw_vote_required[index] &&
  514. is_fractional_sample_rate(rate)) {
  515. ret = mi2s_tdm_hw_vote_req(pdata, 0);
  516. }
  517. } else if (atomic_read(&pdata->lpass_intf_clk_ref_cnt[index]) < 0) {
  518. atomic_set(&pdata->lpass_intf_clk_ref_cnt[index], 0);
  519. }
  520. if (pdata->mi2s_gpio_p[index]) {
  521. atomic_dec(&pdata->mi2s_gpio_ref_cnt[index]);
  522. if (atomic_read(&pdata->mi2s_gpio_ref_cnt[index]) == 0) {
  523. ret = msm_cdc_pinctrl_select_sleep_state(
  524. pdata->mi2s_gpio_p[index]);
  525. if (ret)
  526. dev_err(card->dev,
  527. "%s: pinctrl set actv fail %d\n",
  528. __func__, ret);
  529. } else if (atomic_read(&pdata->mi2s_gpio_ref_cnt[index]) < 0) {
  530. atomic_set(&pdata->mi2s_gpio_ref_cnt[index], 0);
  531. }
  532. }
  533. mutex_unlock(&pdata->lock[index]);
  534. }
  535. }
  536. static void msm_audio_add_qos_request()
  537. {
  538. int i;
  539. int cpu = 0;
  540. int ret = 0;
  541. msm_audio_req = kcalloc(num_possible_cpus(),
  542. sizeof(struct dev_pm_qos_request), GFP_KERNEL);
  543. if (!msm_audio_req)
  544. return;
  545. for (i = 0; i < ARRAY_SIZE(audio_core_list); i++) {
  546. if (audio_core_list[i] >= num_possible_cpus())
  547. pr_err("%s incorrect cpu id: %d specified.\n",
  548. __func__, audio_core_list[i]);
  549. else
  550. cpumask_set_cpu(audio_core_list[i], &audio_cpu_map);
  551. }
  552. for_each_cpu(cpu, &audio_cpu_map) {
  553. ret = dev_pm_qos_add_request(get_cpu_device(cpu),
  554. &msm_audio_req[cpu],
  555. DEV_PM_QOS_RESUME_LATENCY,
  556. PM_QOS_CPU_LATENCY_DEFAULT_VALUE);
  557. if (ret < 0)
  558. pr_err("%s error (%d) adding resume latency to cpu %d.\n",
  559. __func__, ret, cpu);
  560. pr_debug("%s set cpu affinity to core %d.\n", __func__, cpu);
  561. }
  562. }
  563. static void msm_audio_remove_qos_request()
  564. {
  565. int cpu = 0;
  566. int ret = 0;
  567. if (msm_audio_req) {
  568. for_each_cpu(cpu, &audio_cpu_map) {
  569. ret = dev_pm_qos_remove_request(
  570. &msm_audio_req[cpu]);
  571. if (ret < 0)
  572. pr_err("%s error (%d) removing request from cpu %d.\n",
  573. __func__, ret, cpu);
  574. pr_debug("%s remove cpu affinity of core %d.\n", __func__, cpu);
  575. }
  576. kfree(msm_audio_req);
  577. }
  578. }
  579. int msm_common_snd_init(struct platform_device *pdev, struct snd_soc_card *card)
  580. {
  581. struct msm_common_pdata *common_pdata = NULL;
  582. int count, ret = 0;
  583. uint32_t val_array[MI2S_TDM_AUXPCM_MAX] = {0};
  584. struct clk *lpass_audio_hw_vote = NULL;
  585. common_pdata = kcalloc(1, sizeof(struct msm_common_pdata), GFP_KERNEL);
  586. if (!common_pdata)
  587. return -ENOMEM;
  588. for (count = 0; count < MI2S_TDM_AUXPCM_MAX; count++) {
  589. mutex_init(&common_pdata->lock[count]);
  590. atomic_set(&common_pdata->mi2s_gpio_ref_cnt[count], 0);
  591. }
  592. ret = of_property_read_u32(pdev->dev.of_node, "qcom,tdm-max-slots",
  593. &common_pdata->tdm_max_slots);
  594. if (ret) {
  595. dev_info(&pdev->dev, "%s: No DT match for tdm max slots\n",
  596. __func__);
  597. }
  598. if ((common_pdata->tdm_max_slots <= 0) || (common_pdata->tdm_max_slots >
  599. TDM_MAX_SLOTS)) {
  600. common_pdata->tdm_max_slots = TDM_MAX_SLOTS;
  601. dev_info(&pdev->dev, "%s: Using default tdm max slot: %d\n",
  602. __func__, common_pdata->tdm_max_slots);
  603. }
  604. /* Register LPASS audio hw vote */
  605. lpass_audio_hw_vote = devm_clk_get(&pdev->dev, "lpass_audio_hw_vote");
  606. if (IS_ERR(lpass_audio_hw_vote)) {
  607. ret = PTR_ERR(lpass_audio_hw_vote);
  608. dev_dbg(&pdev->dev, "%s: clk get %s failed %d\n",
  609. __func__, "lpass_audio_hw_vote", ret);
  610. lpass_audio_hw_vote = NULL;
  611. ret = 0;
  612. }
  613. common_pdata->lpass_audio_hw_vote = lpass_audio_hw_vote;
  614. ret = of_property_read_u32_array(pdev->dev.of_node,
  615. "qcom,mi2s-tdm-is-hw-vote-needed",
  616. val_array, MI2S_TDM_AUXPCM_MAX);
  617. if (ret) {
  618. dev_dbg(&pdev->dev, "%s:no qcom,mi2s-tdm-is-hw-vote-needed in DT node\n",
  619. __func__);
  620. } else {
  621. for (count = 0; count < MI2S_TDM_AUXPCM_MAX; count++) {
  622. common_pdata->is_audio_hw_vote_required[count] =
  623. val_array[count];
  624. }
  625. }
  626. ret = of_property_read_u32_array(pdev->dev.of_node, "qcom,tdm-clk-attribute",
  627. val_array, MI2S_TDM_AUXPCM_MAX);
  628. if (ret) {
  629. dev_info(&pdev->dev,
  630. "%s: No DT match for tdm clk attribute, set to default\n", __func__);
  631. for (count = 0; count < MI2S_TDM_AUXPCM_MAX; count++) {
  632. common_pdata->tdm_clk_attribute[count] =
  633. CLOCK_ATTRIBUTE_COUPLE_NO;
  634. }
  635. } else {
  636. for (count = 0; count < MI2S_TDM_AUXPCM_MAX; count++) {
  637. common_pdata->tdm_clk_attribute[count] =
  638. val_array[count];
  639. }
  640. }
  641. ret = of_property_read_u32_array(pdev->dev.of_node, "qcom,mi2s-clk-attribute",
  642. val_array, MI2S_TDM_AUXPCM_MAX);
  643. if (ret) {
  644. dev_info(&pdev->dev,
  645. "%s: No DT match for mi2s clk attribute, set to default\n", __func__);
  646. for (count = 0; count < MI2S_TDM_AUXPCM_MAX; count++) {
  647. common_pdata->mi2s_clk_attribute[count] =
  648. CLOCK_ATTRIBUTE_COUPLE_NO;
  649. }
  650. } else {
  651. for (count = 0; count < MI2S_TDM_AUXPCM_MAX; count++) {
  652. common_pdata->mi2s_clk_attribute[count] =
  653. val_array[count];
  654. }
  655. }
  656. common_pdata->mi2s_gpio_p[PRI_MI2S_TDM_AUXPCM] = of_parse_phandle(pdev->dev.of_node,
  657. "qcom,pri-mi2s-gpios", 0);
  658. common_pdata->mi2s_gpio_p[SEC_MI2S_TDM_AUXPCM] = of_parse_phandle(pdev->dev.of_node,
  659. "qcom,sec-mi2s-gpios", 0);
  660. common_pdata->mi2s_gpio_p[TER_MI2S_TDM_AUXPCM] = of_parse_phandle(pdev->dev.of_node,
  661. "qcom,tert-mi2s-gpios", 0);
  662. common_pdata->mi2s_gpio_p[QUAT_MI2S_TDM_AUXPCM] = of_parse_phandle(pdev->dev.of_node,
  663. "qcom,quat-mi2s-gpios", 0);
  664. common_pdata->mi2s_gpio_p[QUIN_MI2S_TDM_AUXPCM] = of_parse_phandle(pdev->dev.of_node,
  665. "qcom,quin-mi2s-gpios", 0);
  666. common_pdata->mi2s_gpio_p[SEN_MI2S_TDM_AUXPCM] = of_parse_phandle(pdev->dev.of_node,
  667. "qcom,sen-mi2s-gpios", 0);
  668. common_pdata->mi2s_gpio_p[SEP_MI2S_TDM_AUXPCM] = of_parse_phandle(pdev->dev.of_node,
  669. "qcom,sep-mi2s-gpios", 0);
  670. common_pdata->aud_dev_state = devm_kcalloc(&pdev->dev, card->num_links,
  671. sizeof(uint8_t), GFP_KERNEL);
  672. dev_info(&pdev->dev, "num_links %d \n", card->num_links);
  673. common_pdata->num_aud_devs = card->num_links;
  674. aud_dev_sysfs_init(common_pdata);
  675. msm_common_set_pdata(card, common_pdata);
  676. /* Add QoS request for audio tasks */
  677. msm_audio_add_qos_request();
  678. return 0;
  679. };
  680. void msm_common_snd_deinit(struct msm_common_pdata *common_pdata)
  681. {
  682. int count;
  683. if (!common_pdata)
  684. return;
  685. msm_audio_remove_qos_request();
  686. for (count = 0; count < MI2S_TDM_AUXPCM_MAX; count++) {
  687. mutex_destroy(&common_pdata->lock[count]);
  688. }
  689. }
  690. int msm_channel_map_info(struct snd_kcontrol *kcontrol,
  691. struct snd_ctl_elem_info *uinfo)
  692. {
  693. uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
  694. uinfo->count = sizeof(uint32_t) * MAX_PORT;
  695. return 0;
  696. }
  697. int msm_channel_map_get(struct snd_kcontrol *kcontrol,
  698. struct snd_ctl_elem_value *ucontrol)
  699. {
  700. struct chmap_pdata *kctl_pdata =
  701. (struct chmap_pdata *)kcontrol->private_data;
  702. struct snd_soc_dai *codec_dai = NULL;
  703. int backend_id = 0;
  704. uint32_t rx_ch[MAX_PORT] = {0}, tx_ch[MAX_PORT] = {0};
  705. uint32_t rx_ch_cnt = 0, tx_ch_cnt = 0;
  706. uint32_t *chmap_data = NULL;
  707. int ret = 0, len = 0, i = 0;
  708. if (kctl_pdata == NULL) {
  709. pr_debug("%s: chmap_pdata is not initialized\n", __func__);
  710. return -EINVAL;
  711. }
  712. codec_dai = kctl_pdata->dai[0];
  713. backend_id = kctl_pdata->id;
  714. switch (backend_id) {
  715. case SLIM: {
  716. uint32_t *chmap;
  717. uint32_t ch_cnt;
  718. ret = snd_soc_dai_get_channel_map(codec_dai,
  719. &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch);
  720. if (ret || (tx_ch_cnt == 0 && rx_ch_cnt == 0)) {
  721. pr_debug("%s: got incorrect channel map for backend_id:%d\n",
  722. __func__, backend_id);
  723. return ret;
  724. }
  725. if (rx_ch_cnt) {
  726. chmap = rx_ch;
  727. ch_cnt = rx_ch_cnt;
  728. } else {
  729. chmap = tx_ch;
  730. ch_cnt = tx_ch_cnt;
  731. }
  732. if (ch_cnt > 2) {
  733. pr_err("%s: Incorrect channel count: %d\n", ch_cnt);
  734. return -EINVAL;
  735. }
  736. len = sizeof(uint32_t) * (ch_cnt + 1);
  737. chmap_data = kzalloc(len, GFP_KERNEL);
  738. if (!chmap_data)
  739. return -ENOMEM;
  740. chmap_data[0] = ch_cnt;
  741. for (i = 0; i < ch_cnt; i++)
  742. chmap_data[i+1] = chmap[i];
  743. memcpy(ucontrol->value.bytes.data, chmap_data, len);
  744. break;
  745. }
  746. case CODEC_DMA: {
  747. uint32_t cur_rx_ch = 0, cur_tx_ch = 0;
  748. uint32_t cur_rx_ch_cnt = 0, cur_tx_ch_cnt = 0;
  749. for (i = 0; i < kctl_pdata->num_codec_dai; ++i) {
  750. codec_dai = kctl_pdata->dai[i];
  751. if(!codec_dai) {
  752. continue;
  753. }
  754. cur_rx_ch_cnt = 0;
  755. cur_tx_ch_cnt = 0;
  756. cur_tx_ch = 0;
  757. cur_rx_ch = 0;
  758. ret = snd_soc_dai_get_channel_map(codec_dai,
  759. &cur_tx_ch_cnt, &cur_tx_ch,
  760. &cur_rx_ch_cnt, &cur_rx_ch);
  761. /* DAIs that not supports get_channel_map should pass */
  762. if (ret && (ret != -ENOTSUPP)) {
  763. pr_err("%s: get channel map failed for backend_id:%d,"
  764. " ret:%d\n",
  765. __func__, backend_id, ret);
  766. return ret;
  767. }
  768. rx_ch_cnt += cur_rx_ch_cnt;
  769. tx_ch_cnt += cur_tx_ch_cnt;
  770. rx_ch[0] |= cur_rx_ch;
  771. tx_ch[0] |= cur_tx_ch;
  772. }
  773. /* reset return value from the loop above */
  774. ret = 0;
  775. if (rx_ch_cnt == 0 && tx_ch_cnt == 0) {
  776. pr_debug("%s: got incorrect channel map for backend_id:%d, ",
  777. "RX Channel Count:%d,"
  778. "TX Channel Count:%d\n",
  779. __func__, backend_id, rx_ch_cnt, tx_ch_cnt);
  780. return ret;
  781. }
  782. chmap_data = kzalloc(sizeof(uint32_t) * 2, GFP_KERNEL);
  783. if (!chmap_data)
  784. return -ENOMEM;
  785. if (rx_ch_cnt) {
  786. chmap_data[0] = rx_ch_cnt;
  787. chmap_data[1] = rx_ch[0];
  788. } else {
  789. chmap_data[0] = tx_ch_cnt;
  790. chmap_data[1] = tx_ch[0];
  791. }
  792. memcpy(ucontrol->value.bytes.data, chmap_data,
  793. sizeof(uint32_t) * 2);
  794. break;
  795. }
  796. default:
  797. pr_err("%s, Invalid backend %d\n", __func__, backend_id);
  798. ret = -EINVAL;
  799. break;
  800. }
  801. kfree(chmap_data);
  802. return ret;
  803. }
  804. void msm_common_get_backend_name(const char *stream_name, char **backend_name)
  805. {
  806. char arg[ARRAY_SZ] = {0};
  807. char value[61] = {0};
  808. sscanf(stream_name, "%20[^-]-%60s", arg, value);
  809. *backend_name = kzalloc(ARRAY_SZ, GFP_KERNEL);
  810. if (!(*backend_name))
  811. return;
  812. strlcpy(*backend_name, arg, ARRAY_SZ);
  813. }
  814. static void msm_audio_update_qos_request(u32 latency)
  815. {
  816. int cpu = 0;
  817. int ret = -1;
  818. if (msm_audio_req) {
  819. for_each_cpu(cpu, &audio_cpu_map) {
  820. ret = dev_pm_qos_update_request(
  821. &msm_audio_req[cpu], latency);
  822. if (1 == ret ) {
  823. pr_debug("%s: updated latency of core %d to %u.\n",
  824. __func__, cpu, latency);
  825. } else if (0 == ret) {
  826. pr_debug("%s: latency of core %d not changed. latency %u.\n",
  827. __func__, cpu, latency);
  828. } else {
  829. pr_err("%s: failed to update latency of core %d, error %d \n",
  830. __func__, cpu, ret);
  831. }
  832. }
  833. }
  834. }
  835. static int msm_qos_ctl_put(struct snd_kcontrol *kcontrol,
  836. struct snd_ctl_elem_value *ucontrol)
  837. {
  838. qos_vote_status = ucontrol->value.enumerated.item[0];
  839. if (qos_vote_status) {
  840. if (dev_pm_qos_request_active(&latency_pm_qos_req))
  841. dev_pm_qos_remove_request(&latency_pm_qos_req);
  842. qos_client_active_cnt++;
  843. if (qos_client_active_cnt == 1)
  844. msm_audio_update_qos_request(MSM_LL_QOS_VALUE);
  845. } else {
  846. if (qos_client_active_cnt > 0)
  847. qos_client_active_cnt--;
  848. if (qos_client_active_cnt == 0)
  849. msm_audio_update_qos_request(PM_QOS_CPU_LATENCY_DEFAULT_VALUE);
  850. }
  851. return 0;
  852. }
  853. static int msm_qos_ctl_get(struct snd_kcontrol *kcontrol,
  854. struct snd_ctl_elem_value *ucontrol)
  855. {
  856. ucontrol->value.enumerated.item[0] = qos_vote_status;
  857. return 0;
  858. }
  859. static int msm_lpi_logging_enable_put(struct snd_kcontrol *kcontrol,
  860. struct snd_ctl_elem_value *ucontrol)
  861. {
  862. lpi_pcm_logging_enable = ucontrol->value.integer.value[0];
  863. pr_debug("%s: lpi pcm logging enable: %d", __func__,
  864. lpi_pcm_logging_enable);
  865. audio_prm_set_lpi_logging_status((int)lpi_pcm_logging_enable);
  866. return 0;
  867. }
  868. static int msm_lpi_logging_enable_get(struct snd_kcontrol *kcontrol,
  869. struct snd_ctl_elem_value *ucontrol)
  870. {
  871. ucontrol->value.integer.value[0] = lpi_pcm_logging_enable;
  872. return 0;
  873. }
  874. static int msm_vote_against_sleep_ctl_put(struct snd_kcontrol *kcontrol,
  875. struct snd_ctl_elem_value *ucontrol)
  876. {
  877. int ret = 0;
  878. vote_against_sleep_enable = ucontrol->value.integer.value[0];
  879. pr_debug("%s: vote against sleep enable: %d", __func__,
  880. vote_against_sleep_enable);
  881. ret = audio_prm_set_vote_against_sleep((uint8_t)vote_against_sleep_enable);
  882. pr_debug("%s: vote against sleep vote ret: %d\n", __func__, ret);
  883. return ret;
  884. }
  885. static int msm_vote_against_sleep_ctl_get(struct snd_kcontrol *kcontrol,
  886. struct snd_ctl_elem_value *ucontrol)
  887. {
  888. ucontrol->value.integer.value[0] = vote_against_sleep_enable;
  889. pr_debug("%s: vote against sleep enable: %d", __func__,
  890. vote_against_sleep_enable);
  891. return 0;
  892. }
  893. static const char *const qos_text[] = {"Disable", "Enable"};
  894. static const char *const against_sleep_text[] = {"Disable", "Enable"};
  895. static SOC_ENUM_SINGLE_EXT_DECL(qos_vote, qos_text);
  896. static SOC_ENUM_SINGLE_EXT_DECL(sleep_against, against_sleep_text);
  897. static const struct snd_kcontrol_new card_mixer_controls[] = {
  898. SOC_ENUM_EXT("PM_QOS Vote", qos_vote,
  899. msm_qos_ctl_get, msm_qos_ctl_put),
  900. SOC_SINGLE_EXT("LPI PCM Logging Enable", 0, 0, 1, 0,
  901. msm_lpi_logging_enable_get, msm_lpi_logging_enable_put),
  902. SOC_ENUM_EXT("VOTE Against Sleep", sleep_against,
  903. msm_vote_against_sleep_ctl_get, msm_vote_against_sleep_ctl_put),
  904. };
  905. static int msm_register_pm_qos_latency_controls(struct snd_soc_pcm_runtime *rtd)
  906. {
  907. struct snd_soc_component *lpass_cdc_component = NULL;
  908. int ret = 0;
  909. lpass_cdc_component = snd_soc_rtdcom_lookup(rtd, "lpass-cdc");
  910. if (!lpass_cdc_component) {
  911. pr_err("%s: could not find component for lpass-cdc\n",
  912. __func__);
  913. return -EINVAL;
  914. }
  915. ret = snd_soc_add_component_controls(lpass_cdc_component,
  916. card_mixer_controls, ARRAY_SIZE(card_mixer_controls));
  917. if (ret < 0) {
  918. pr_err("%s: add common snd controls failed: %d\n",
  919. __func__, ret);
  920. return -EINVAL;
  921. }
  922. return 0;
  923. }
  924. int msm_common_dai_link_init(struct snd_soc_pcm_runtime *rtd)
  925. {
  926. struct snd_soc_dai *codec_dai = asoc_rtd_to_codec(rtd, 0);
  927. struct snd_soc_component *component = NULL;
  928. struct snd_soc_dai_link *dai_link = rtd->dai_link;
  929. struct device *dev = rtd->card->dev;
  930. int ret = 0;
  931. int index = 0;
  932. const char *mixer_ctl_name = CODEC_CHMAP;
  933. char *mixer_str = NULL;
  934. char *backend_name = NULL;
  935. uint32_t ctl_len = 0;
  936. struct chmap_pdata *pdata;
  937. struct snd_kcontrol *kctl;
  938. struct snd_kcontrol_new msm_common_channel_map[1] = {
  939. {
  940. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  941. .name = "?",
  942. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  943. .info = msm_channel_map_info,
  944. .get = msm_channel_map_get,
  945. .private_value = 0,
  946. }
  947. };
  948. if (!codec_dai) {
  949. pr_err("%s: failed to get codec dai", __func__);
  950. return -EINVAL;
  951. }
  952. component = codec_dai->component;
  953. msm_common_get_backend_name(dai_link->stream_name, &backend_name);
  954. if (!backend_name) {
  955. pr_err("%s: failed to get backend name", __func__);
  956. return -EINVAL;
  957. }
  958. pdata = devm_kzalloc(dev, sizeof(struct chmap_pdata), GFP_KERNEL);
  959. if (!pdata)
  960. return -ENOMEM;
  961. if ((!strncmp(backend_name, "SLIM", strlen("SLIM"))) ||
  962. (!strncmp(backend_name, "CODEC_DMA", strlen("CODEC_DMA")))) {
  963. ctl_len = strlen(dai_link->stream_name) + 1 +
  964. strlen(mixer_ctl_name) + 1;
  965. mixer_str = kzalloc(ctl_len, GFP_KERNEL);
  966. if (!mixer_str)
  967. return -ENOMEM;
  968. snprintf(mixer_str, ctl_len, "%s %s", dai_link->stream_name,
  969. mixer_ctl_name);
  970. msm_common_channel_map[0].name = mixer_str;
  971. msm_common_channel_map[0].private_value = 0;
  972. pr_debug("Registering new mixer ctl %s\n", mixer_str);
  973. ret = snd_soc_add_component_controls(component,
  974. msm_common_channel_map,
  975. ARRAY_SIZE(msm_common_channel_map));
  976. kctl = snd_soc_card_get_kcontrol(rtd->card, mixer_str);
  977. if (!kctl) {
  978. pr_err("failed to get kctl %s\n", mixer_str);
  979. ret = -EINVAL;
  980. goto free_mixer_str;
  981. }
  982. pdata->dai[0] = codec_dai;
  983. pdata->num_codec_dai = 1;
  984. if (!strncmp(backend_name, "SLIM", strlen("SLIM"))) {
  985. pdata->id = SLIM;
  986. } else {
  987. pdata->id = CODEC_DMA;
  988. if (rtd->num_codecs <= MAX_CODEC_DAI) {
  989. pdata->num_codec_dai = rtd->num_codecs;
  990. for_each_rtd_codec_dais(rtd, index, codec_dai) {
  991. pdata->dai[index] = codec_dai;
  992. }
  993. }
  994. }
  995. kctl->private_data = pdata;
  996. }
  997. if (!kregister_pm_qos_latency_controls) {
  998. if (!msm_register_pm_qos_latency_controls(rtd))
  999. kregister_pm_qos_latency_controls = true;
  1000. }
  1001. free_mixer_str:
  1002. if (backend_name) {
  1003. kfree(backend_name);
  1004. backend_name = NULL;
  1005. }
  1006. if (mixer_str) {
  1007. kfree(mixer_str);
  1008. mixer_str = NULL;
  1009. }
  1010. return ret;
  1011. }