msm_common.c 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160
  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(void)
  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(void)
  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", __func__, 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: incorrect ch map for backend_id:%d, RX Channel Cnt:%d, TX Channel Cnt:%d\n",
  777. __func__, backend_id, rx_ch_cnt, tx_ch_cnt);
  778. return ret;
  779. }
  780. chmap_data = kzalloc(sizeof(uint32_t) * 2, GFP_KERNEL);
  781. if (!chmap_data)
  782. return -ENOMEM;
  783. if (rx_ch_cnt) {
  784. chmap_data[0] = rx_ch_cnt;
  785. chmap_data[1] = rx_ch[0];
  786. } else {
  787. chmap_data[0] = tx_ch_cnt;
  788. chmap_data[1] = tx_ch[0];
  789. }
  790. memcpy(ucontrol->value.bytes.data, chmap_data,
  791. sizeof(uint32_t) * 2);
  792. break;
  793. }
  794. default:
  795. pr_err("%s, Invalid backend %d\n", __func__, backend_id);
  796. ret = -EINVAL;
  797. break;
  798. }
  799. kfree(chmap_data);
  800. return ret;
  801. }
  802. void msm_common_get_backend_name(const char *stream_name, char **backend_name)
  803. {
  804. char arg[ARRAY_SZ] = {0};
  805. char value[61] = {0};
  806. sscanf(stream_name, "%20[^-]-%60s", arg, value);
  807. *backend_name = kzalloc(ARRAY_SZ, GFP_KERNEL);
  808. if (!(*backend_name))
  809. return;
  810. strlcpy(*backend_name, arg, ARRAY_SZ);
  811. }
  812. static void msm_audio_update_qos_request(u32 latency)
  813. {
  814. int cpu = 0;
  815. int ret = -1;
  816. if (msm_audio_req) {
  817. for_each_cpu(cpu, &audio_cpu_map) {
  818. ret = dev_pm_qos_update_request(
  819. &msm_audio_req[cpu], latency);
  820. if (1 == ret ) {
  821. pr_debug("%s: updated latency of core %d to %u.\n",
  822. __func__, cpu, latency);
  823. } else if (0 == ret) {
  824. pr_debug("%s: latency of core %d not changed. latency %u.\n",
  825. __func__, cpu, latency);
  826. } else {
  827. pr_err("%s: failed to update latency of core %d, error %d \n",
  828. __func__, cpu, ret);
  829. }
  830. }
  831. }
  832. }
  833. static int msm_qos_ctl_put(struct snd_kcontrol *kcontrol,
  834. struct snd_ctl_elem_value *ucontrol)
  835. {
  836. qos_vote_status = ucontrol->value.enumerated.item[0];
  837. if (qos_vote_status) {
  838. if (dev_pm_qos_request_active(&latency_pm_qos_req))
  839. dev_pm_qos_remove_request(&latency_pm_qos_req);
  840. qos_client_active_cnt++;
  841. if (qos_client_active_cnt == 1)
  842. msm_audio_update_qos_request(MSM_LL_QOS_VALUE);
  843. } else {
  844. if (qos_client_active_cnt > 0)
  845. qos_client_active_cnt--;
  846. if (qos_client_active_cnt == 0)
  847. msm_audio_update_qos_request(PM_QOS_CPU_LATENCY_DEFAULT_VALUE);
  848. }
  849. return 0;
  850. }
  851. static int msm_qos_ctl_get(struct snd_kcontrol *kcontrol,
  852. struct snd_ctl_elem_value *ucontrol)
  853. {
  854. ucontrol->value.enumerated.item[0] = qos_vote_status;
  855. return 0;
  856. }
  857. static int msm_lpi_logging_enable_put(struct snd_kcontrol *kcontrol,
  858. struct snd_ctl_elem_value *ucontrol)
  859. {
  860. lpi_pcm_logging_enable = ucontrol->value.integer.value[0];
  861. pr_debug("%s: lpi pcm logging enable: %d", __func__,
  862. lpi_pcm_logging_enable);
  863. audio_prm_set_lpi_logging_status((int)lpi_pcm_logging_enable);
  864. return 0;
  865. }
  866. static int msm_lpi_logging_enable_get(struct snd_kcontrol *kcontrol,
  867. struct snd_ctl_elem_value *ucontrol)
  868. {
  869. ucontrol->value.integer.value[0] = lpi_pcm_logging_enable;
  870. return 0;
  871. }
  872. static int msm_vote_against_sleep_ctl_put(struct snd_kcontrol *kcontrol,
  873. struct snd_ctl_elem_value *ucontrol)
  874. {
  875. int ret = 0;
  876. vote_against_sleep_enable = ucontrol->value.integer.value[0];
  877. pr_debug("%s: vote against sleep enable: %d", __func__,
  878. vote_against_sleep_enable);
  879. ret = audio_prm_set_vote_against_sleep((uint8_t)vote_against_sleep_enable);
  880. pr_debug("%s: vote against sleep vote ret: %d\n", __func__, ret);
  881. return ret;
  882. }
  883. static int msm_vote_against_sleep_ctl_get(struct snd_kcontrol *kcontrol,
  884. struct snd_ctl_elem_value *ucontrol)
  885. {
  886. ucontrol->value.integer.value[0] = vote_against_sleep_enable;
  887. pr_debug("%s: vote against sleep enable: %d", __func__,
  888. vote_against_sleep_enable);
  889. return 0;
  890. }
  891. static const char *const qos_text[] = {"Disable", "Enable"};
  892. static const char *const against_sleep_text[] = {"Disable", "Enable"};
  893. static SOC_ENUM_SINGLE_EXT_DECL(qos_vote, qos_text);
  894. static SOC_ENUM_SINGLE_EXT_DECL(sleep_against, against_sleep_text);
  895. static const struct snd_kcontrol_new card_mixer_controls[] = {
  896. SOC_ENUM_EXT("PM_QOS Vote", qos_vote,
  897. msm_qos_ctl_get, msm_qos_ctl_put),
  898. SOC_SINGLE_EXT("LPI PCM Logging Enable", 0, 0, 1, 0,
  899. msm_lpi_logging_enable_get, msm_lpi_logging_enable_put),
  900. SOC_ENUM_EXT("VOTE Against Sleep", sleep_against,
  901. msm_vote_against_sleep_ctl_get, msm_vote_against_sleep_ctl_put),
  902. };
  903. static int msm_register_pm_qos_latency_controls(struct snd_soc_pcm_runtime *rtd)
  904. {
  905. struct snd_soc_component *lpass_cdc_component = NULL;
  906. int ret = 0;
  907. lpass_cdc_component = snd_soc_rtdcom_lookup(rtd, "lpass-cdc");
  908. if (!lpass_cdc_component) {
  909. pr_err("%s: could not find component for lpass-cdc\n",
  910. __func__);
  911. return -EINVAL;
  912. }
  913. ret = snd_soc_add_component_controls(lpass_cdc_component,
  914. card_mixer_controls, ARRAY_SIZE(card_mixer_controls));
  915. if (ret < 0) {
  916. pr_err("%s: add common snd controls failed: %d\n",
  917. __func__, ret);
  918. return -EINVAL;
  919. }
  920. return 0;
  921. }
  922. int msm_common_dai_link_init(struct snd_soc_pcm_runtime *rtd)
  923. {
  924. struct snd_soc_dai *codec_dai = asoc_rtd_to_codec(rtd, 0);
  925. struct snd_soc_component *component = NULL;
  926. struct snd_soc_dai_link *dai_link = rtd->dai_link;
  927. struct device *dev = rtd->card->dev;
  928. int ret = 0;
  929. int index = 0;
  930. const char *mixer_ctl_name = CODEC_CHMAP;
  931. char *mixer_str = NULL;
  932. char *backend_name = NULL;
  933. uint32_t ctl_len = 0;
  934. struct chmap_pdata *pdata;
  935. struct snd_kcontrol *kctl;
  936. struct snd_kcontrol_new msm_common_channel_map[1] = {
  937. {
  938. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  939. .name = "?",
  940. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  941. .info = msm_channel_map_info,
  942. .get = msm_channel_map_get,
  943. .private_value = 0,
  944. }
  945. };
  946. if (!codec_dai) {
  947. pr_err("%s: failed to get codec dai", __func__);
  948. return -EINVAL;
  949. }
  950. component = codec_dai->component;
  951. msm_common_get_backend_name(dai_link->stream_name, &backend_name);
  952. if (!backend_name) {
  953. pr_err("%s: failed to get backend name", __func__);
  954. return -EINVAL;
  955. }
  956. pdata = devm_kzalloc(dev, sizeof(struct chmap_pdata), GFP_KERNEL);
  957. if (!pdata)
  958. return -ENOMEM;
  959. if ((!strncmp(backend_name, "SLIM", strlen("SLIM"))) ||
  960. (!strncmp(backend_name, "CODEC_DMA", strlen("CODEC_DMA")))) {
  961. ctl_len = strlen(dai_link->stream_name) + 1 +
  962. strlen(mixer_ctl_name) + 1;
  963. mixer_str = kzalloc(ctl_len, GFP_KERNEL);
  964. if (!mixer_str)
  965. return -ENOMEM;
  966. snprintf(mixer_str, ctl_len, "%s %s", dai_link->stream_name,
  967. mixer_ctl_name);
  968. msm_common_channel_map[0].name = mixer_str;
  969. msm_common_channel_map[0].private_value = 0;
  970. pr_debug("Registering new mixer ctl %s\n", mixer_str);
  971. ret = snd_soc_add_component_controls(component,
  972. msm_common_channel_map,
  973. ARRAY_SIZE(msm_common_channel_map));
  974. kctl = snd_soc_card_get_kcontrol(rtd->card, mixer_str);
  975. if (!kctl) {
  976. pr_err("failed to get kctl %s\n", mixer_str);
  977. ret = -EINVAL;
  978. goto free_mixer_str;
  979. }
  980. pdata->dai[0] = codec_dai;
  981. pdata->num_codec_dai = 1;
  982. if (!strncmp(backend_name, "SLIM", strlen("SLIM"))) {
  983. pdata->id = SLIM;
  984. } else {
  985. pdata->id = CODEC_DMA;
  986. if (rtd->num_codecs <= MAX_CODEC_DAI) {
  987. pdata->num_codec_dai = rtd->num_codecs;
  988. for_each_rtd_codec_dais(rtd, index, codec_dai) {
  989. pdata->dai[index] = codec_dai;
  990. }
  991. }
  992. }
  993. kctl->private_data = pdata;
  994. }
  995. if (!kregister_pm_qos_latency_controls) {
  996. if (!msm_register_pm_qos_latency_controls(rtd))
  997. kregister_pm_qos_latency_controls = true;
  998. }
  999. free_mixer_str:
  1000. if (backend_name) {
  1001. kfree(backend_name);
  1002. backend_name = NULL;
  1003. }
  1004. if (mixer_str) {
  1005. kfree(mixer_str);
  1006. mixer_str = NULL;
  1007. }
  1008. return ret;
  1009. }