msm-pcm-loopback-v2.c 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /* Copyright (c) 2013-2020, The Linux Foundation. All rights reserved.
  3. */
  4. #include <linux/init.h>
  5. #include <linux/err.h>
  6. #include <linux/module.h>
  7. #include <linux/platform_device.h>
  8. #include <linux/slab.h>
  9. #include <linux/dma-mapping.h>
  10. #include <sound/core.h>
  11. #include <sound/soc.h>
  12. #include <sound/pcm.h>
  13. #include <sound/initval.h>
  14. #include <sound/control.h>
  15. #include <sound/tlv.h>
  16. #include <asm/dma.h>
  17. #include <dsp/apr_audio-v2.h>
  18. #include <dsp/q6audio-v2.h>
  19. #include <dsp/q6asm-v2.h>
  20. #include "msm-pcm-routing-v2.h"
  21. #define DRV_NAME "msm-pcm-loopback-v2"
  22. #define LOOPBACK_VOL_MAX_STEPS 0x2000
  23. #define LOOPBACK_SESSION_MAX 4
  24. static DEFINE_MUTEX(loopback_session_lock);
  25. static const DECLARE_TLV_DB_LINEAR(loopback_rx_vol_gain, 0,
  26. LOOPBACK_VOL_MAX_STEPS);
  27. struct msm_pcm_loopback {
  28. struct snd_pcm_substream *playback_substream;
  29. struct snd_pcm_substream *capture_substream;
  30. int instance;
  31. struct mutex lock;
  32. uint32_t samp_rate;
  33. uint32_t channel_mode;
  34. int playback_start;
  35. int capture_start;
  36. int session_id;
  37. struct audio_client *audio_client;
  38. uint32_t volume;
  39. };
  40. struct fe_dai_session_map {
  41. char stream_name[32];
  42. struct msm_pcm_loopback *loopback_priv;
  43. };
  44. static struct fe_dai_session_map session_map[LOOPBACK_SESSION_MAX] = {
  45. { {}, NULL},
  46. { {}, NULL},
  47. { {}, NULL},
  48. { {}, NULL},
  49. };
  50. static u32 hfp_tx_mute;
  51. struct msm_pcm_pdata {
  52. int perf_mode;
  53. struct snd_pcm *pcm_device[MSM_FRONTEND_DAI_MM_SIZE];
  54. struct msm_pcm_channel_mixer *chmixer_pspd[MSM_FRONTEND_DAI_MM_SIZE][2];
  55. };
  56. static void stop_pcm(struct msm_pcm_loopback *pcm);
  57. static int msm_pcm_loopback_get_session(struct snd_soc_pcm_runtime *rtd,
  58. struct msm_pcm_loopback **pcm);
  59. static void msm_pcm_route_event_handler(enum msm_pcm_routing_event event,
  60. void *priv_data)
  61. {
  62. struct msm_pcm_loopback *pcm = priv_data;
  63. WARN_ON(!pcm);
  64. pr_debug("%s: event 0x%x\n", __func__, event);
  65. switch (event) {
  66. case MSM_PCM_RT_EVT_DEVSWITCH:
  67. q6asm_cmd(pcm->audio_client, CMD_PAUSE);
  68. q6asm_cmd(pcm->audio_client, CMD_FLUSH);
  69. q6asm_run(pcm->audio_client, 0, 0, 0);
  70. /* fallthrough */
  71. default:
  72. pr_err("%s: default event 0x%x\n", __func__, event);
  73. break;
  74. }
  75. }
  76. static void msm_pcm_loopback_event_handler(uint32_t opcode, uint32_t token,
  77. uint32_t *payload, void *priv)
  78. {
  79. pr_debug("%s:\n", __func__);
  80. switch (opcode) {
  81. case APR_BASIC_RSP_RESULT: {
  82. switch (payload[0]) {
  83. break;
  84. default:
  85. break;
  86. }
  87. }
  88. break;
  89. default:
  90. pr_err("%s: Not Supported Event opcode[0x%x]\n",
  91. __func__, opcode);
  92. break;
  93. }
  94. }
  95. static int msm_loopback_session_mute_get(struct snd_kcontrol *kcontrol,
  96. struct snd_ctl_elem_value *ucontrol)
  97. {
  98. ucontrol->value.integer.value[0] = hfp_tx_mute;
  99. return 0;
  100. }
  101. static int msm_loopback_session_mute_put(struct snd_kcontrol *kcontrol,
  102. struct snd_ctl_elem_value *ucontrol)
  103. {
  104. int ret = 0, n = 0;
  105. int mute = ucontrol->value.integer.value[0];
  106. struct msm_pcm_loopback *pcm = NULL;
  107. if ((mute < 0) || (mute > 1)) {
  108. pr_err(" %s Invalid arguments", __func__);
  109. ret = -EINVAL;
  110. goto done;
  111. }
  112. mutex_lock(&loopback_session_lock);
  113. pr_debug("%s: mute=%d\n", __func__, mute);
  114. hfp_tx_mute = mute;
  115. for (n = 0; n < LOOPBACK_SESSION_MAX; n++) {
  116. if (!strcmp(session_map[n].stream_name, "MultiMedia6"))
  117. pcm = session_map[n].loopback_priv;
  118. }
  119. if (pcm && pcm->audio_client) {
  120. ret = q6asm_set_mute(pcm->audio_client, mute);
  121. if (ret < 0)
  122. pr_err("%s: Send mute command failed rc=%d\n",
  123. __func__, ret);
  124. }
  125. mutex_unlock(&loopback_session_lock);
  126. done:
  127. return ret;
  128. }
  129. static struct snd_kcontrol_new msm_loopback_controls[] = {
  130. SOC_SINGLE_EXT("HFP TX Mute", SND_SOC_NOPM, 0, 1, 0,
  131. msm_loopback_session_mute_get,
  132. msm_loopback_session_mute_put),
  133. };
  134. static int msm_pcm_loopback_probe(struct snd_soc_component *component)
  135. {
  136. snd_soc_add_component_controls(component, msm_loopback_controls,
  137. ARRAY_SIZE(msm_loopback_controls));
  138. return 0;
  139. }
  140. static int pcm_loopback_set_volume(struct msm_pcm_loopback *prtd,
  141. uint32_t volume)
  142. {
  143. int rc = -EINVAL;
  144. pr_debug("%s: Setting volume 0x%x\n", __func__, volume);
  145. if (prtd && prtd->audio_client) {
  146. rc = q6asm_set_volume(prtd->audio_client, volume);
  147. if (rc < 0) {
  148. pr_err("%s: Send Volume command failed rc = %d\n",
  149. __func__, rc);
  150. return rc;
  151. }
  152. prtd->volume = volume;
  153. }
  154. return rc;
  155. }
  156. static int msm_pcm_loopback_get_session(struct snd_soc_pcm_runtime *rtd,
  157. struct msm_pcm_loopback **pcm)
  158. {
  159. struct snd_soc_component *component =
  160. snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  161. int ret = 0;
  162. int n, index = -1;
  163. if (!component) {
  164. pr_err("%s: component is NULL\n", __func__);
  165. return -EINVAL;
  166. }
  167. dev_dbg(component->dev, "%s: stream %s\n", __func__,
  168. rtd->dai_link->stream_name);
  169. mutex_lock(&loopback_session_lock);
  170. for (n = 0; n < LOOPBACK_SESSION_MAX; n++) {
  171. if (!strcmp(rtd->dai_link->stream_name,
  172. session_map[n].stream_name)) {
  173. *pcm = session_map[n].loopback_priv;
  174. goto exit;
  175. }
  176. /*
  177. * Store the min index value for allocating a new session.
  178. * Here, if session stream name is not found in the
  179. * existing entries after the loop iteration, then this
  180. * index will be used to allocate the new session.
  181. * This index variable is expected to point to the topmost
  182. * available free session.
  183. */
  184. if (!(session_map[n].stream_name[0]) && (index < 0))
  185. index = n;
  186. }
  187. if (index < 0) {
  188. dev_err(component->dev, "%s: Max Sessions allocated\n",
  189. __func__);
  190. ret = -EAGAIN;
  191. goto exit;
  192. }
  193. session_map[index].loopback_priv = kzalloc(
  194. sizeof(struct msm_pcm_loopback), GFP_KERNEL);
  195. if (!session_map[index].loopback_priv) {
  196. ret = -ENOMEM;
  197. goto exit;
  198. }
  199. strlcpy(session_map[index].stream_name,
  200. rtd->dai_link->stream_name,
  201. sizeof(session_map[index].stream_name));
  202. dev_dbg(component->dev, "%s: stream %s index %d\n",
  203. __func__, session_map[index].stream_name, index);
  204. mutex_init(&session_map[index].loopback_priv->lock);
  205. *pcm = session_map[index].loopback_priv;
  206. exit:
  207. mutex_unlock(&loopback_session_lock);
  208. return ret;
  209. }
  210. static int msm_pcm_open(struct snd_pcm_substream *substream)
  211. {
  212. struct snd_pcm_runtime *runtime = substream->runtime;
  213. struct snd_soc_pcm_runtime *rtd = snd_pcm_substream_chip(substream);
  214. struct snd_soc_component *component =
  215. snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  216. struct msm_pcm_loopback *pcm = NULL;
  217. int ret = 0;
  218. uint16_t bits_per_sample = 16;
  219. struct asm_session_mtmx_strtr_param_window_v2_t asm_mtmx_strtr_window;
  220. uint32_t param_id;
  221. struct msm_pcm_pdata *pdata;
  222. if (!component) {
  223. pr_err("%s: component is NULL\n", __func__);
  224. return -EINVAL;
  225. }
  226. ret = msm_pcm_loopback_get_session(rtd, &pcm);
  227. if (ret)
  228. return ret;
  229. mutex_lock(&pcm->lock);
  230. pcm->volume = 0x2000;
  231. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  232. pcm->playback_substream = substream;
  233. else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
  234. pcm->capture_substream = substream;
  235. pcm->instance++;
  236. dev_dbg(component->dev, "%s: pcm out open: %d,%d\n", __func__,
  237. pcm->instance, substream->stream);
  238. if (pcm->instance == 2) {
  239. if (pcm->audio_client != NULL)
  240. stop_pcm(pcm);
  241. pdata = (struct msm_pcm_pdata *)
  242. dev_get_drvdata(component->dev);
  243. if (!pdata) {
  244. dev_err(component->dev,
  245. "%s: platform data not populated\n", __func__);
  246. mutex_unlock(&pcm->lock);
  247. return -EINVAL;
  248. }
  249. pcm->audio_client = q6asm_audio_client_alloc(
  250. (app_cb)msm_pcm_loopback_event_handler, pcm);
  251. if (!pcm->audio_client) {
  252. dev_err(component->dev,
  253. "%s: Could not allocate memory\n", __func__);
  254. mutex_unlock(&pcm->lock);
  255. return -ENOMEM;
  256. }
  257. pcm->session_id = pcm->audio_client->session;
  258. pcm->audio_client->perf_mode = pdata->perf_mode;
  259. ret = q6asm_open_loopback_v2(pcm->audio_client,
  260. bits_per_sample);
  261. if (ret < 0) {
  262. dev_err(component->dev,
  263. "%s: pcm out open failed\n", __func__);
  264. q6asm_audio_client_free(pcm->audio_client);
  265. mutex_unlock(&pcm->lock);
  266. return -ENOMEM;
  267. }
  268. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
  269. pcm->playback_substream = substream;
  270. ret = pcm_loopback_set_volume(pcm, pcm->volume);
  271. if (ret < 0)
  272. dev_err(component->dev,
  273. "Error %d setting volume", ret);
  274. }
  275. /* Set to largest negative value */
  276. asm_mtmx_strtr_window.window_lsw = 0x00000000;
  277. asm_mtmx_strtr_window.window_msw = 0x80000000;
  278. param_id = ASM_SESSION_MTMX_STRTR_PARAM_RENDER_WINDOW_START_V2;
  279. q6asm_send_mtmx_strtr_window(pcm->audio_client,
  280. &asm_mtmx_strtr_window,
  281. param_id);
  282. /* Set to largest positive value */
  283. asm_mtmx_strtr_window.window_lsw = 0xffffffff;
  284. asm_mtmx_strtr_window.window_msw = 0x7fffffff;
  285. param_id = ASM_SESSION_MTMX_STRTR_PARAM_RENDER_WINDOW_END_V2;
  286. q6asm_send_mtmx_strtr_window(pcm->audio_client,
  287. &asm_mtmx_strtr_window,
  288. param_id);
  289. }
  290. dev_info(component->dev, "%s: Instance = %d, Stream ID = %s\n",
  291. __func__, pcm->instance, substream->pcm->id);
  292. runtime->private_data = pcm;
  293. mutex_unlock(&pcm->lock);
  294. return 0;
  295. }
  296. static void stop_pcm(struct msm_pcm_loopback *pcm)
  297. {
  298. struct snd_soc_pcm_runtime *soc_pcm_rx;
  299. struct snd_soc_pcm_runtime *soc_pcm_tx;
  300. if (pcm->audio_client == NULL)
  301. return;
  302. mutex_lock(&loopback_session_lock);
  303. q6asm_cmd(pcm->audio_client, CMD_CLOSE);
  304. if (pcm->playback_substream != NULL) {
  305. soc_pcm_rx = pcm->playback_substream->private_data;
  306. msm_pcm_routing_dereg_phy_stream(soc_pcm_rx->dai_link->id,
  307. SNDRV_PCM_STREAM_PLAYBACK);
  308. }
  309. if (pcm->capture_substream != NULL) {
  310. soc_pcm_tx = pcm->capture_substream->private_data;
  311. msm_pcm_routing_dereg_phy_stream(soc_pcm_tx->dai_link->id,
  312. SNDRV_PCM_STREAM_CAPTURE);
  313. }
  314. q6asm_audio_client_free(pcm->audio_client);
  315. pcm->audio_client = NULL;
  316. mutex_unlock(&loopback_session_lock);
  317. }
  318. static int msm_pcm_close(struct snd_pcm_substream *substream)
  319. {
  320. struct snd_pcm_runtime *runtime = substream->runtime;
  321. struct msm_pcm_loopback *pcm = runtime->private_data;
  322. struct snd_soc_pcm_runtime *rtd = snd_pcm_substream_chip(substream);
  323. struct snd_soc_component *component =
  324. snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  325. int ret = 0, n;
  326. bool found = false;
  327. if (!component) {
  328. pr_err("%s: component is NULL\n", __func__);
  329. return -EINVAL;
  330. }
  331. mutex_lock(&pcm->lock);
  332. dev_dbg(component->dev, "%s: end pcm call:%d\n",
  333. __func__, substream->stream);
  334. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  335. pcm->playback_start = 0;
  336. else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
  337. pcm->capture_start = 0;
  338. pcm->instance--;
  339. if (!pcm->playback_start || !pcm->capture_start) {
  340. dev_dbg(component->dev, "%s: end pcm call\n", __func__);
  341. stop_pcm(pcm);
  342. }
  343. if (!pcm->instance) {
  344. mutex_lock(&loopback_session_lock);
  345. for (n = 0; n < LOOPBACK_SESSION_MAX; n++) {
  346. if (!strcmp(rtd->dai_link->stream_name,
  347. session_map[n].stream_name)) {
  348. found = true;
  349. break;
  350. }
  351. }
  352. if (found) {
  353. memset(session_map[n].stream_name, 0,
  354. sizeof(session_map[n].stream_name));
  355. mutex_unlock(&pcm->lock);
  356. mutex_destroy(&session_map[n].loopback_priv->lock);
  357. session_map[n].loopback_priv = NULL;
  358. kfree(pcm);
  359. dev_dbg(component->dev, "%s: stream freed %s\n",
  360. __func__, rtd->dai_link->stream_name);
  361. mutex_unlock(&loopback_session_lock);
  362. return 0;
  363. }
  364. mutex_unlock(&loopback_session_lock);
  365. }
  366. mutex_unlock(&pcm->lock);
  367. return ret;
  368. }
  369. static int msm_pcm_prepare(struct snd_pcm_substream *substream)
  370. {
  371. int ret = 0;
  372. struct snd_pcm_runtime *runtime = substream->runtime;
  373. struct msm_pcm_loopback *pcm = runtime->private_data;
  374. struct snd_soc_pcm_runtime *rtd = snd_pcm_substream_chip(substream);
  375. struct snd_soc_component *component =
  376. snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  377. struct msm_pcm_routing_evt event;
  378. memset(&event, 0, sizeof(event));
  379. if (!component) {
  380. pr_err("%s: component is NULL\n", __func__);
  381. return -EINVAL;
  382. }
  383. mutex_lock(&pcm->lock);
  384. dev_dbg(component->dev, "%s: ASM loopback stream:%d\n",
  385. __func__, substream->stream);
  386. if (pcm->playback_start && pcm->capture_start) {
  387. mutex_unlock(&pcm->lock);
  388. return ret;
  389. }
  390. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
  391. if (!pcm->playback_start)
  392. pcm->playback_start = 1;
  393. } else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
  394. if (!pcm->capture_start)
  395. pcm->capture_start = 1;
  396. }
  397. if (pcm->playback_start && pcm->capture_start) {
  398. struct snd_soc_pcm_runtime *soc_pcm_rx =
  399. pcm->playback_substream->private_data;
  400. struct snd_soc_pcm_runtime *soc_pcm_tx =
  401. pcm->capture_substream->private_data;
  402. event.event_func = msm_pcm_route_event_handler;
  403. event.priv_data = (void *) pcm;
  404. msm_pcm_routing_reg_phy_stream(soc_pcm_tx->dai_link->id,
  405. pcm->audio_client->perf_mode,
  406. pcm->session_id, pcm->capture_substream->stream);
  407. msm_pcm_routing_reg_phy_stream_v2(soc_pcm_rx->dai_link->id,
  408. pcm->audio_client->perf_mode,
  409. pcm->session_id, pcm->playback_substream->stream,
  410. event);
  411. }
  412. mutex_unlock(&pcm->lock);
  413. return ret;
  414. }
  415. static int msm_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
  416. {
  417. struct snd_pcm_runtime *runtime = substream->runtime;
  418. struct msm_pcm_loopback *pcm = runtime->private_data;
  419. struct snd_soc_pcm_runtime *rtd = snd_pcm_substream_chip(substream);
  420. struct snd_soc_component *component =
  421. snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  422. if (!component) {
  423. pr_err("%s: component is NULL\n", __func__);
  424. return -EINVAL;
  425. }
  426. switch (cmd) {
  427. case SNDRV_PCM_TRIGGER_START:
  428. case SNDRV_PCM_TRIGGER_RESUME:
  429. case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
  430. dev_dbg(component->dev,
  431. "%s: playback_start:%d,capture_start:%d\n", __func__,
  432. pcm->playback_start, pcm->capture_start);
  433. if (pcm->playback_start && pcm->capture_start)
  434. q6asm_run_nowait(pcm->audio_client, 0, 0, 0);
  435. break;
  436. case SNDRV_PCM_TRIGGER_SUSPEND:
  437. case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
  438. case SNDRV_PCM_TRIGGER_STOP:
  439. dev_dbg(component->dev,
  440. "%s:Pause/Stop - playback_start:%d,capture_start:%d\n",
  441. __func__, pcm->playback_start, pcm->capture_start);
  442. if (pcm->playback_start && pcm->capture_start)
  443. q6asm_cmd_nowait(pcm->audio_client, CMD_PAUSE);
  444. break;
  445. default:
  446. pr_err("%s: default cmd %d\n", __func__, cmd);
  447. break;
  448. }
  449. return 0;
  450. }
  451. static const struct snd_pcm_ops msm_pcm_ops = {
  452. .open = msm_pcm_open,
  453. .close = msm_pcm_close,
  454. .prepare = msm_pcm_prepare,
  455. .trigger = msm_pcm_trigger,
  456. };
  457. #if IS_ENABLED(CONFIG_AUDIO_QGKI)
  458. static int msm_pcm_volume_ctl_put(struct snd_kcontrol *kcontrol,
  459. struct snd_ctl_elem_value *ucontrol)
  460. {
  461. int rc = 0;
  462. struct snd_pcm_volume *vol = kcontrol->private_data;
  463. struct snd_pcm_substream *substream = vol->pcm->streams[0].substream;
  464. struct msm_pcm_loopback *prtd;
  465. int volume = ucontrol->value.integer.value[0];
  466. pr_debug("%s: volume : 0x%x\n", __func__, volume);
  467. if ((!substream) || (!substream->runtime)) {
  468. pr_err("%s substream or runtime not found\n", __func__);
  469. rc = -ENODEV;
  470. goto exit;
  471. }
  472. mutex_lock(&loopback_session_lock);
  473. prtd = substream->runtime->private_data;
  474. if (!prtd) {
  475. rc = -ENODEV;
  476. mutex_unlock(&loopback_session_lock);
  477. goto exit;
  478. }
  479. rc = pcm_loopback_set_volume(prtd, volume);
  480. mutex_unlock(&loopback_session_lock);
  481. exit:
  482. return rc;
  483. }
  484. static int msm_pcm_volume_ctl_get(struct snd_kcontrol *kcontrol,
  485. struct snd_ctl_elem_value *ucontrol)
  486. {
  487. int rc = 0;
  488. struct snd_pcm_volume *vol = snd_kcontrol_chip(kcontrol);
  489. struct snd_pcm_substream *substream =
  490. vol->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
  491. struct msm_pcm_loopback *prtd;
  492. pr_debug("%s\n", __func__);
  493. if ((!substream) || (!substream->runtime)) {
  494. pr_debug("%s substream or runtime not found\n", __func__);
  495. rc = -ENODEV;
  496. goto exit;
  497. }
  498. mutex_lock(&loopback_session_lock);
  499. prtd = substream->runtime->private_data;
  500. if (!prtd) {
  501. rc = -ENODEV;
  502. mutex_unlock(&loopback_session_lock);
  503. goto exit;
  504. }
  505. ucontrol->value.integer.value[0] = prtd->volume;
  506. mutex_unlock(&loopback_session_lock);
  507. exit:
  508. return rc;
  509. }
  510. static int msm_pcm_add_volume_controls(struct snd_soc_pcm_runtime *rtd)
  511. {
  512. struct snd_pcm *pcm = rtd->pcm->streams[0].pcm;
  513. struct snd_pcm_volume *volume_info;
  514. struct snd_kcontrol *kctl;
  515. int ret = 0;
  516. dev_dbg(rtd->dev, "%s, Volume cntrl add\n", __func__);
  517. ret = snd_pcm_add_volume_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK,
  518. NULL, 1,
  519. rtd->dai_link->id,
  520. &volume_info);
  521. if (ret < 0)
  522. return ret;
  523. kctl = volume_info->kctl;
  524. kctl->put = msm_pcm_volume_ctl_put;
  525. kctl->get = msm_pcm_volume_ctl_get;
  526. kctl->tlv.p = loopback_rx_vol_gain;
  527. return 0;
  528. }
  529. static int msm_pcm_playback_app_type_cfg_ctl_put(struct snd_kcontrol *kcontrol,
  530. struct snd_ctl_elem_value *ucontrol)
  531. {
  532. u64 fe_id = kcontrol->private_value;
  533. int session_type = SESSION_TYPE_RX;
  534. int be_id = ucontrol->value.integer.value[3];
  535. struct msm_pcm_stream_app_type_cfg cfg_data = {0, 0, 48000};
  536. int ret = 0;
  537. cfg_data.app_type = ucontrol->value.integer.value[0];
  538. cfg_data.acdb_dev_id = ucontrol->value.integer.value[1];
  539. if (ucontrol->value.integer.value[2] != 0)
  540. cfg_data.sample_rate = ucontrol->value.integer.value[2];
  541. pr_debug("%s: fe_id- %llu session_type- %d be_id- %d app_type- %d acdb_dev_id- %d sample_rate- %d\n",
  542. __func__, fe_id, session_type, be_id,
  543. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  544. ret = msm_pcm_routing_reg_stream_app_type_cfg(fe_id, session_type,
  545. be_id, &cfg_data);
  546. if (ret < 0)
  547. pr_err("%s: msm_pcm_routing_reg_stream_app_type_cfg failed returned %d\n",
  548. __func__, ret);
  549. return ret;
  550. }
  551. static int msm_pcm_playback_app_type_cfg_ctl_get(struct snd_kcontrol *kcontrol,
  552. struct snd_ctl_elem_value *ucontrol)
  553. {
  554. u64 fe_id = kcontrol->private_value;
  555. int session_type = SESSION_TYPE_RX;
  556. int be_id = 0;
  557. struct msm_pcm_stream_app_type_cfg cfg_data = {0};
  558. int ret = 0;
  559. ret = msm_pcm_routing_get_stream_app_type_cfg(fe_id, session_type,
  560. &be_id, &cfg_data);
  561. if (ret < 0) {
  562. pr_err("%s: msm_pcm_routing_get_stream_app_type_cfg failed returned %d\n",
  563. __func__, ret);
  564. goto done;
  565. }
  566. ucontrol->value.integer.value[0] = cfg_data.app_type;
  567. ucontrol->value.integer.value[1] = cfg_data.acdb_dev_id;
  568. ucontrol->value.integer.value[2] = cfg_data.sample_rate;
  569. ucontrol->value.integer.value[3] = be_id;
  570. pr_debug("%s: fedai_id %llu, session_type %d, be_id %d, app_type %d, acdb_dev_id %d, sample_rate %d\n",
  571. __func__, fe_id, session_type, be_id,
  572. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  573. done:
  574. return ret;
  575. }
  576. static int msm_pcm_capture_app_type_cfg_ctl_put(struct snd_kcontrol *kcontrol,
  577. struct snd_ctl_elem_value *ucontrol)
  578. {
  579. u64 fe_id = kcontrol->private_value;
  580. int session_type = SESSION_TYPE_TX;
  581. int be_id = ucontrol->value.integer.value[3];
  582. struct msm_pcm_stream_app_type_cfg cfg_data = {0, 0, 48000};
  583. int ret = 0;
  584. cfg_data.app_type = ucontrol->value.integer.value[0];
  585. cfg_data.acdb_dev_id = ucontrol->value.integer.value[1];
  586. if (ucontrol->value.integer.value[2] != 0)
  587. cfg_data.sample_rate = ucontrol->value.integer.value[2];
  588. pr_debug("%s: fe_id- %llu session_type- %d be_id- %d app_type- %d acdb_dev_id- %d sample_rate- %d\n",
  589. __func__, fe_id, session_type, be_id,
  590. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  591. ret = msm_pcm_routing_reg_stream_app_type_cfg(fe_id, session_type,
  592. be_id, &cfg_data);
  593. if (ret < 0)
  594. pr_err("%s: msm_pcm_routing_reg_stream_app_type_cfg failed returned %d\n",
  595. __func__, ret);
  596. return ret;
  597. }
  598. static int msm_pcm_capture_app_type_cfg_ctl_get(struct snd_kcontrol *kcontrol,
  599. struct snd_ctl_elem_value *ucontrol)
  600. {
  601. u64 fe_id = kcontrol->private_value;
  602. int session_type = SESSION_TYPE_TX;
  603. int be_id = 0;
  604. struct msm_pcm_stream_app_type_cfg cfg_data = {0};
  605. int ret = 0;
  606. ret = msm_pcm_routing_get_stream_app_type_cfg(fe_id, session_type,
  607. &be_id, &cfg_data);
  608. if (ret < 0) {
  609. pr_err("%s: msm_pcm_routing_get_stream_app_type_cfg failed returned %d\n",
  610. __func__, ret);
  611. goto done;
  612. }
  613. ucontrol->value.integer.value[0] = cfg_data.app_type;
  614. ucontrol->value.integer.value[1] = cfg_data.acdb_dev_id;
  615. ucontrol->value.integer.value[2] = cfg_data.sample_rate;
  616. ucontrol->value.integer.value[3] = be_id;
  617. pr_debug("%s: fedai_id %llu, session_type %d, be_id %d, app_type %d, acdb_dev_id %d, sample_rate %d\n",
  618. __func__, fe_id, session_type, be_id,
  619. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  620. done:
  621. return ret;
  622. }
  623. static int msm_pcm_add_app_type_controls(struct snd_soc_pcm_runtime *rtd)
  624. {
  625. struct snd_pcm *pcm = rtd->pcm->streams[0].pcm;
  626. struct snd_pcm_usr *app_type_info;
  627. struct snd_kcontrol *kctl;
  628. const char *playback_mixer_ctl_name = "Audio Stream";
  629. const char *capture_mixer_ctl_name = "Audio Stream Capture";
  630. const char *deviceNo = "NN";
  631. const char *suffix = "App Type Cfg";
  632. int ctl_len, ret = 0;
  633. if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) {
  634. ctl_len = strlen(playback_mixer_ctl_name) + 1 +
  635. strlen(deviceNo) + 1 + strlen(suffix) + 1;
  636. pr_debug("%s: Playback app type cntrl add\n", __func__);
  637. ret = snd_pcm_add_usr_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK,
  638. NULL, 1, ctl_len, rtd->dai_link->id,
  639. &app_type_info);
  640. if (ret < 0)
  641. return ret;
  642. kctl = app_type_info->kctl;
  643. snprintf(kctl->id.name, ctl_len, "%s %d %s",
  644. playback_mixer_ctl_name, rtd->pcm->device, suffix);
  645. kctl->put = msm_pcm_playback_app_type_cfg_ctl_put;
  646. kctl->get = msm_pcm_playback_app_type_cfg_ctl_get;
  647. }
  648. if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) {
  649. ctl_len = strlen(capture_mixer_ctl_name) + 1 +
  650. strlen(deviceNo) + 1 + strlen(suffix) + 1;
  651. pr_debug("%s: Capture app type cntrl add\n", __func__);
  652. ret = snd_pcm_add_usr_ctls(pcm, SNDRV_PCM_STREAM_CAPTURE,
  653. NULL, 1, ctl_len, rtd->dai_link->id,
  654. &app_type_info);
  655. if (ret < 0)
  656. return ret;
  657. kctl = app_type_info->kctl;
  658. snprintf(kctl->id.name, ctl_len, "%s %d %s",
  659. capture_mixer_ctl_name, rtd->pcm->device, suffix);
  660. kctl->put = msm_pcm_capture_app_type_cfg_ctl_put;
  661. kctl->get = msm_pcm_capture_app_type_cfg_ctl_get;
  662. }
  663. return 0;
  664. }
  665. #else
  666. static int msm_pcm_add_volume_controls(struct snd_soc_pcm_runtime *rtd)
  667. {
  668. return 0;
  669. }
  670. static int msm_pcm_add_app_type_controls(struct snd_soc_pcm_runtime *rtd)
  671. {
  672. return 0;
  673. }
  674. #endif /* CONFIG_AUDIO_QGKI */
  675. static struct msm_pcm_channel_mixer *msm_pcm_get_chmixer(
  676. struct msm_pcm_pdata *pdata,
  677. u64 fe_id, int session_type)
  678. {
  679. if (!pdata) {
  680. pr_err("%s: missing pdata\n", __func__);
  681. return NULL;
  682. }
  683. if (fe_id >= MSM_FRONTEND_DAI_MM_SIZE) {
  684. pr_err("%s: invalid FE %llu\n", __func__, fe_id);
  685. return NULL;
  686. }
  687. if ((session_type != SESSION_TYPE_TX) &&
  688. (session_type != SESSION_TYPE_RX)) {
  689. pr_err("%s: invalid session type %d\n", __func__, session_type);
  690. return NULL;
  691. }
  692. return pdata->chmixer_pspd[fe_id][session_type];
  693. }
  694. static int msm_pcm_channel_mixer_cfg_ctl_put(struct snd_kcontrol *kcontrol,
  695. struct snd_ctl_elem_value *ucontrol)
  696. {
  697. u64 fe_id = kcontrol->private_value & 0xFF;
  698. int session_type = (kcontrol->private_value >> 8) & 0xFF;
  699. int ret = 0;
  700. int stream_id = 0;
  701. int be_id = 0, i = 0;
  702. struct msm_pcm_loopback *prtd = NULL;
  703. struct snd_soc_component *component =
  704. snd_soc_kcontrol_component(kcontrol);
  705. struct msm_pcm_pdata *pdata = dev_get_drvdata(component->dev);
  706. struct snd_pcm *pcm = NULL;
  707. struct snd_pcm_substream *substream = NULL;
  708. struct msm_pcm_channel_mixer *chmixer_pspd = NULL;
  709. u8 asm_ch_map[PCM_FORMAT_MAX_NUM_CHANNEL_V8] = {0};
  710. bool reset_override_out_ch_map = false;
  711. bool reset_override_in_ch_map = false;
  712. pcm = pdata->pcm_device[fe_id];
  713. if (!pcm) {
  714. pr_err("%s invalid pcm handle for fe_id %llu\n",
  715. __func__, fe_id);
  716. return -EINVAL;
  717. }
  718. if (session_type == SESSION_TYPE_RX)
  719. substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
  720. else
  721. substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream;
  722. if (!substream) {
  723. pr_err("%s substream not found\n", __func__);
  724. return -EINVAL;
  725. }
  726. chmixer_pspd = msm_pcm_get_chmixer(pdata, fe_id, session_type);
  727. if (!chmixer_pspd) {
  728. pr_err("%s: invalid chmixer_pspd in pdata", __func__);
  729. return -EINVAL;
  730. }
  731. chmixer_pspd->enable = ucontrol->value.integer.value[0];
  732. chmixer_pspd->rule = ucontrol->value.integer.value[1];
  733. chmixer_pspd->input_channel = ucontrol->value.integer.value[2];
  734. chmixer_pspd->output_channel = ucontrol->value.integer.value[3];
  735. chmixer_pspd->port_idx = ucontrol->value.integer.value[4];
  736. if (chmixer_pspd->enable) {
  737. if (session_type == SESSION_TYPE_RX &&
  738. !chmixer_pspd->override_in_ch_map) {
  739. if (chmixer_pspd->input_channel > PCM_FORMAT_MAX_NUM_CHANNEL_V8) {
  740. pr_err("%s: Invalid channel count %d\n",
  741. __func__, chmixer_pspd->input_channel);
  742. return -EINVAL;
  743. }
  744. q6asm_map_channels(asm_ch_map,
  745. chmixer_pspd->input_channel, false);
  746. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL_V8; i++)
  747. chmixer_pspd->in_ch_map[i] = asm_ch_map[i];
  748. chmixer_pspd->override_in_ch_map = true;
  749. reset_override_in_ch_map = true;
  750. } else if (session_type == SESSION_TYPE_TX &&
  751. !chmixer_pspd->override_out_ch_map) {
  752. if (chmixer_pspd->output_channel > PCM_FORMAT_MAX_NUM_CHANNEL_V8) {
  753. pr_err("%s: Invalid channel count %d\n",
  754. __func__, chmixer_pspd->output_channel);
  755. return -EINVAL;
  756. }
  757. q6asm_map_channels(asm_ch_map,
  758. chmixer_pspd->output_channel, false);
  759. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL_V8; i++)
  760. chmixer_pspd->out_ch_map[i] = asm_ch_map[i];
  761. chmixer_pspd->override_out_ch_map = true;
  762. reset_override_out_ch_map = true;
  763. }
  764. } else {
  765. chmixer_pspd->override_out_ch_map = false;
  766. chmixer_pspd->override_in_ch_map = false;
  767. }
  768. /* cache value and take effect during adm_open stage */
  769. msm_pcm_routing_set_channel_mixer_cfg(fe_id,
  770. session_type,
  771. chmixer_pspd);
  772. mutex_lock(&loopback_session_lock);
  773. if (chmixer_pspd->enable && substream->runtime) {
  774. prtd = substream->runtime->private_data;
  775. if (!prtd) {
  776. pr_err("%s find invalid prtd fail\n", __func__);
  777. ret = -EINVAL;
  778. mutex_unlock(&loopback_session_lock);
  779. goto done;
  780. }
  781. if (prtd->audio_client) {
  782. stream_id = prtd->audio_client->session;
  783. be_id = chmixer_pspd->port_idx;
  784. msm_pcm_routing_set_channel_mixer_runtime(be_id,
  785. stream_id,
  786. session_type,
  787. chmixer_pspd);
  788. }
  789. }
  790. mutex_unlock(&loopback_session_lock);
  791. if (reset_override_out_ch_map)
  792. chmixer_pspd->override_out_ch_map = false;
  793. if (reset_override_in_ch_map)
  794. chmixer_pspd->override_in_ch_map = false;
  795. done:
  796. return ret;
  797. }
  798. static int msm_pcm_channel_mixer_cfg_ctl_get(struct snd_kcontrol *kcontrol,
  799. struct snd_ctl_elem_value *ucontrol)
  800. {
  801. u64 fe_id = kcontrol->private_value & 0xFF;
  802. int session_type = (kcontrol->private_value >> 8) & 0xFF;
  803. struct snd_soc_component *component =
  804. snd_soc_kcontrol_component(kcontrol);
  805. struct msm_pcm_pdata *pdata = dev_get_drvdata(component->dev);
  806. struct msm_pcm_channel_mixer *chmixer_pspd;
  807. chmixer_pspd = msm_pcm_get_chmixer(pdata, fe_id, session_type);
  808. if (!chmixer_pspd) {
  809. pr_err("%s: invalid chmixer_pspd in pdata", __func__);
  810. return -EINVAL;
  811. }
  812. ucontrol->value.integer.value[0] = chmixer_pspd->enable;
  813. ucontrol->value.integer.value[1] = chmixer_pspd->rule;
  814. ucontrol->value.integer.value[2] = chmixer_pspd->input_channel;
  815. ucontrol->value.integer.value[3] = chmixer_pspd->output_channel;
  816. ucontrol->value.integer.value[4] = chmixer_pspd->port_idx;
  817. return 0;
  818. }
  819. static int msm_pcm_channel_mixer_output_map_ctl_put(
  820. struct snd_kcontrol *kcontrol,
  821. struct snd_ctl_elem_value *ucontrol)
  822. {
  823. u64 fe_id = kcontrol->private_value & 0xFF;
  824. int session_type = (kcontrol->private_value >> 8) & 0xFF;
  825. int i = 0;
  826. struct snd_soc_component *component =
  827. snd_soc_kcontrol_component(kcontrol);
  828. struct msm_pcm_pdata *pdata = dev_get_drvdata(component->dev);
  829. struct msm_pcm_channel_mixer *chmixer_pspd;
  830. chmixer_pspd = msm_pcm_get_chmixer(pdata, fe_id, session_type);
  831. if (!chmixer_pspd) {
  832. pr_err("%s: invalid chmixer_pspd in pdata", __func__);
  833. return -EINVAL;
  834. }
  835. chmixer_pspd->override_out_ch_map = true;
  836. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL_V8; i++)
  837. chmixer_pspd->out_ch_map[i] =
  838. ucontrol->value.integer.value[i];
  839. return 0;
  840. }
  841. static int msm_pcm_channel_mixer_output_map_ctl_get(
  842. struct snd_kcontrol *kcontrol,
  843. struct snd_ctl_elem_value *ucontrol)
  844. {
  845. u64 fe_id = kcontrol->private_value & 0xFF;
  846. int session_type = (kcontrol->private_value >> 8) & 0xFF;
  847. int i = 0;
  848. struct snd_soc_component *component =
  849. snd_soc_kcontrol_component(kcontrol);
  850. struct msm_pcm_pdata *pdata = dev_get_drvdata(component->dev);
  851. struct msm_pcm_channel_mixer *chmixer_pspd;
  852. chmixer_pspd = msm_pcm_get_chmixer(pdata, fe_id, session_type);
  853. if (!chmixer_pspd) {
  854. pr_err("%s: invalid chmixer_pspd in pdata", __func__);
  855. return -EINVAL;
  856. }
  857. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL_V8; i++)
  858. ucontrol->value.integer.value[i] =
  859. chmixer_pspd->out_ch_map[i];
  860. return 0;
  861. }
  862. static int msm_pcm_channel_mixer_input_map_ctl_put(
  863. struct snd_kcontrol *kcontrol,
  864. struct snd_ctl_elem_value *ucontrol)
  865. {
  866. u64 fe_id = kcontrol->private_value & 0xFF;
  867. int session_type = (kcontrol->private_value >> 8) & 0xFF;
  868. int i = 0;
  869. struct snd_soc_component *component =
  870. snd_soc_kcontrol_component(kcontrol);
  871. struct msm_pcm_pdata *pdata = dev_get_drvdata(component->dev);
  872. struct msm_pcm_channel_mixer *chmixer_pspd;
  873. chmixer_pspd = msm_pcm_get_chmixer(pdata, fe_id, session_type);
  874. if (!chmixer_pspd) {
  875. pr_err("%s: invalid chmixer_pspd in pdata", __func__);
  876. return -EINVAL;
  877. }
  878. chmixer_pspd->override_in_ch_map = true;
  879. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL_V8; i++)
  880. chmixer_pspd->in_ch_map[i] = ucontrol->value.integer.value[i];
  881. return 0;
  882. }
  883. static int msm_pcm_channel_mixer_input_map_ctl_get(
  884. struct snd_kcontrol *kcontrol,
  885. struct snd_ctl_elem_value *ucontrol)
  886. {
  887. u64 fe_id = kcontrol->private_value & 0xFF;
  888. int session_type = (kcontrol->private_value >> 8) & 0xFF;
  889. int i = 0;
  890. struct snd_soc_component *component =
  891. snd_soc_kcontrol_component(kcontrol);
  892. struct msm_pcm_pdata *pdata = dev_get_drvdata(component->dev);
  893. struct msm_pcm_channel_mixer *chmixer_pspd;
  894. chmixer_pspd = msm_pcm_get_chmixer(pdata, fe_id, session_type);
  895. if (!chmixer_pspd) {
  896. pr_err("%s: invalid chmixer_pspd in pdata", __func__);
  897. return -EINVAL;
  898. }
  899. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL_V8; i++)
  900. ucontrol->value.integer.value[i] =
  901. chmixer_pspd->in_ch_map[i];
  902. return 0;
  903. }
  904. static int msm_pcm_channel_mixer_weight_ctl_put(
  905. struct snd_kcontrol *kcontrol,
  906. struct snd_ctl_elem_value *ucontrol)
  907. {
  908. u64 fe_id = kcontrol->private_value & 0xFF;
  909. int session_type = (kcontrol->private_value >> 8) & 0xFF;
  910. int channel = (kcontrol->private_value >> 16) & 0xFF;
  911. int i = 0;
  912. struct snd_soc_component *component =
  913. snd_soc_kcontrol_component(kcontrol);
  914. struct msm_pcm_pdata *pdata = dev_get_drvdata(component->dev);
  915. struct msm_pcm_channel_mixer *chmixer_pspd;
  916. chmixer_pspd = msm_pcm_get_chmixer(pdata, fe_id, session_type);
  917. if (!chmixer_pspd) {
  918. pr_err("%s: invalid chmixer_pspd in pdata", __func__);
  919. return -EINVAL;
  920. }
  921. if (channel <= 0 || channel > PCM_FORMAT_MAX_NUM_CHANNEL_V8) {
  922. pr_err("%s: invalid channel number %d\n", __func__, channel);
  923. return -EINVAL;
  924. }
  925. channel--;
  926. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL_V8; i++)
  927. chmixer_pspd->channel_weight[channel][i] =
  928. ucontrol->value.integer.value[i];
  929. return 0;
  930. }
  931. static int msm_pcm_channel_mixer_weight_ctl_get(
  932. struct snd_kcontrol *kcontrol,
  933. struct snd_ctl_elem_value *ucontrol)
  934. {
  935. u64 fe_id = kcontrol->private_value & 0xFF;
  936. int session_type = (kcontrol->private_value >> 8) & 0xFF;
  937. int channel = (kcontrol->private_value >> 16) & 0xFF;
  938. struct snd_soc_component *component =
  939. snd_soc_kcontrol_component(kcontrol);
  940. struct msm_pcm_pdata *pdata = dev_get_drvdata(component->dev);
  941. int i = 0;
  942. struct msm_pcm_channel_mixer *chmixer_pspd;
  943. if (channel <= 0 || channel > PCM_FORMAT_MAX_NUM_CHANNEL_V8) {
  944. pr_err("%s: invalid channel number %d\n", __func__, channel);
  945. return -EINVAL;
  946. }
  947. channel--;
  948. chmixer_pspd = msm_pcm_get_chmixer(pdata, fe_id, session_type);
  949. if (!chmixer_pspd) {
  950. pr_err("%s: invalid chmixer_pspd in pdata", __func__);
  951. return -EINVAL;
  952. }
  953. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL_V8; i++)
  954. ucontrol->value.integer.value[i] =
  955. chmixer_pspd->channel_weight[channel][i];
  956. return 0;
  957. }
  958. static int msm_pcm_add_platform_controls(struct snd_kcontrol_new *kctl,
  959. struct snd_soc_pcm_runtime *rtd, const char *name_prefix,
  960. const char *name_suffix, int session_type, int channels)
  961. {
  962. int ret = -EINVAL;
  963. char *mixer_name = NULL;
  964. struct snd_pcm *pcm = rtd->pcm;
  965. const char *deviceNo = "NN";
  966. const char *channelNo = "NN";
  967. int ctl_len = 0;
  968. struct snd_soc_component *component = NULL;
  969. component = snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  970. if (!component) {
  971. pr_err("%s: component is NULL\n", __func__);
  972. return -EINVAL;
  973. }
  974. ctl_len = strlen(name_prefix) + 1 + strlen(deviceNo) + 1 +
  975. strlen(channelNo) + 1 + strlen(name_suffix) + 1;
  976. mixer_name = kzalloc(ctl_len, GFP_KERNEL);
  977. if (mixer_name == NULL)
  978. return -ENOMEM;
  979. if (channels >= 0) {
  980. snprintf(mixer_name, ctl_len, "%s %d %s %d",
  981. name_prefix, pcm->device, name_suffix, channels);
  982. kctl->private_value = (rtd->dai_link->id) | (session_type << 8) |
  983. (channels << 16);
  984. } else {
  985. snprintf(mixer_name, ctl_len, "%s %d %s",
  986. name_prefix, pcm->device, name_suffix);
  987. kctl->private_value = (rtd->dai_link->id) | (session_type << 8);
  988. }
  989. kctl->name = mixer_name;
  990. ret = snd_soc_add_component_controls(component, kctl, 1);
  991. kfree(mixer_name);
  992. return ret;
  993. }
  994. static int msm_pcm_channel_mixer_output_map_info(struct snd_kcontrol *kcontrol,
  995. struct snd_ctl_elem_info *uinfo)
  996. {
  997. uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
  998. uinfo->count = PCM_FORMAT_MAX_NUM_CHANNEL_V8;
  999. /* Valid channel map value ranges from 1 to 64 */
  1000. uinfo->value.integer.min = 1;
  1001. uinfo->value.integer.max = 64;
  1002. return 0;
  1003. }
  1004. static int msm_pcm_add_channel_mixer_output_map_controls(
  1005. struct snd_soc_pcm_runtime *rtd)
  1006. {
  1007. struct snd_pcm *pcm = rtd->pcm;
  1008. const char *playback_mixer_ctl_name = "AudStr";
  1009. const char *capture_mixer_ctl_name = "AudStr Capture";
  1010. const char *suffix = "ChMixer Output Map";
  1011. int session_type = 0, ret = 0, channel = -1;
  1012. struct snd_kcontrol_new channel_mixer_output_map_control = {
  1013. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  1014. .name = "?",
  1015. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  1016. .info = msm_pcm_channel_mixer_output_map_info,
  1017. .put = msm_pcm_channel_mixer_output_map_ctl_put,
  1018. .get = msm_pcm_channel_mixer_output_map_ctl_get,
  1019. .private_value = 0,
  1020. };
  1021. if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream != NULL) {
  1022. session_type = SESSION_TYPE_RX;
  1023. ret = msm_pcm_add_platform_controls(&channel_mixer_output_map_control,
  1024. rtd, playback_mixer_ctl_name, suffix, session_type, channel);
  1025. if (ret < 0)
  1026. goto fail;
  1027. }
  1028. if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream != NULL) {
  1029. session_type = SESSION_TYPE_TX;
  1030. ret = msm_pcm_add_platform_controls(&channel_mixer_output_map_control,
  1031. rtd, capture_mixer_ctl_name, suffix, session_type, channel);
  1032. if (ret < 0)
  1033. goto fail;
  1034. }
  1035. return 0;
  1036. fail:
  1037. pr_err("%s: failed add platform ctl, err = %d\n",
  1038. __func__, ret);
  1039. return ret;
  1040. }
  1041. static int msm_pcm_channel_mixer_input_map_info(struct snd_kcontrol *kcontrol,
  1042. struct snd_ctl_elem_info *uinfo)
  1043. {
  1044. uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
  1045. uinfo->count = PCM_FORMAT_MAX_NUM_CHANNEL_V8;
  1046. /* Valid channel map value ranges from 1 to 64 */
  1047. uinfo->value.integer.min = 1;
  1048. uinfo->value.integer.max = 64;
  1049. return 0;
  1050. }
  1051. static int msm_pcm_add_channel_mixer_input_map_controls(
  1052. struct snd_soc_pcm_runtime *rtd)
  1053. {
  1054. struct snd_pcm *pcm = rtd->pcm;
  1055. const char *playback_mixer_ctl_name = "AudStr";
  1056. const char *capture_mixer_ctl_name = "AudStr Capture";
  1057. const char *suffix = "ChMixer Input Map";
  1058. int session_type = 0, ret = 0, channel = -1;
  1059. struct snd_kcontrol_new channel_mixer_input_map_control = {
  1060. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  1061. .name = "?",
  1062. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  1063. .info = msm_pcm_channel_mixer_input_map_info,
  1064. .put = msm_pcm_channel_mixer_input_map_ctl_put,
  1065. .get = msm_pcm_channel_mixer_input_map_ctl_get,
  1066. .private_value = 0,
  1067. };
  1068. if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream != NULL) {
  1069. session_type = SESSION_TYPE_RX;
  1070. ret = msm_pcm_add_platform_controls(&channel_mixer_input_map_control,
  1071. rtd, playback_mixer_ctl_name, suffix, session_type, channel);
  1072. if (ret < 0)
  1073. goto fail;
  1074. }
  1075. if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream != NULL) {
  1076. session_type = SESSION_TYPE_TX;
  1077. ret = msm_pcm_add_platform_controls(&channel_mixer_input_map_control,
  1078. rtd, capture_mixer_ctl_name, suffix, session_type, channel);
  1079. if (ret < 0)
  1080. goto fail;
  1081. }
  1082. return 0;
  1083. fail:
  1084. pr_err("%s: failed add platform ctl, err = %d\n",
  1085. __func__, ret);
  1086. return ret;
  1087. }
  1088. static int msm_pcm_channel_mixer_cfg_info(struct snd_kcontrol *kcontrol,
  1089. struct snd_ctl_elem_info *uinfo)
  1090. {
  1091. uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
  1092. /* five int values: enable, rule, in_channels, out_channels and port_id */
  1093. uinfo->count = 5;
  1094. /* Valid range is all positive values to support above controls */
  1095. uinfo->value.integer.min = 0;
  1096. uinfo->value.integer.max = INT_MAX;
  1097. return 0;
  1098. }
  1099. static int msm_pcm_add_channel_mixer_cfg_controls(
  1100. struct snd_soc_pcm_runtime *rtd)
  1101. {
  1102. struct snd_pcm *pcm = rtd->pcm;
  1103. const char *playback_mixer_ctl_name = "AudStr";
  1104. const char *capture_mixer_ctl_name = "AudStr Capture";
  1105. const char *suffix = "ChMixer Cfg";
  1106. int session_type = 0, ret = 0, channel = -1;
  1107. struct msm_pcm_pdata *pdata = NULL;
  1108. struct snd_soc_component *component = NULL;
  1109. struct snd_kcontrol_new channel_mixer_cfg_control = {
  1110. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  1111. .name = "?",
  1112. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  1113. .info = msm_pcm_channel_mixer_cfg_info,
  1114. .put = msm_pcm_channel_mixer_cfg_ctl_put,
  1115. .get = msm_pcm_channel_mixer_cfg_ctl_get,
  1116. .private_value = 0,
  1117. };
  1118. component = snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  1119. if (!component) {
  1120. pr_err("%s: component is NULL\n", __func__);
  1121. return -EINVAL;
  1122. }
  1123. pdata = (struct msm_pcm_pdata *)
  1124. dev_get_drvdata(component->dev);
  1125. if (pdata == NULL) {
  1126. pr_err("%s: platform data not populated\n", __func__);
  1127. return -EINVAL;
  1128. }
  1129. pdata->pcm_device[rtd->dai_link->id] = rtd->pcm;
  1130. if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream != NULL) {
  1131. session_type = SESSION_TYPE_RX;
  1132. ret = msm_pcm_add_platform_controls(&channel_mixer_cfg_control,
  1133. rtd, playback_mixer_ctl_name, suffix, session_type, channel);
  1134. if (ret < 0)
  1135. goto fail;
  1136. }
  1137. if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream != NULL) {
  1138. session_type = SESSION_TYPE_TX;
  1139. ret = msm_pcm_add_platform_controls(&channel_mixer_cfg_control,
  1140. rtd, capture_mixer_ctl_name, suffix, session_type, channel);
  1141. if (ret < 0)
  1142. goto fail;
  1143. }
  1144. return 0;
  1145. fail:
  1146. pr_err("%s: failed add platform ctl, err = %d\n",
  1147. __func__, ret);
  1148. return ret;
  1149. }
  1150. static int msm_pcm_channel_mixer_weight_info(struct snd_kcontrol *kcontrol,
  1151. struct snd_ctl_elem_info *uinfo)
  1152. {
  1153. uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
  1154. uinfo->count = PCM_FORMAT_MAX_NUM_CHANNEL_V8;
  1155. /* Valid range: 0 to 0x4000(Unity) gain weightage */
  1156. uinfo->value.integer.min = 0;
  1157. uinfo->value.integer.max = 0x4000;
  1158. return 0;
  1159. }
  1160. static int msm_pcm_add_channel_mixer_weight_controls(
  1161. struct snd_soc_pcm_runtime *rtd,
  1162. int channel)
  1163. {
  1164. struct snd_pcm *pcm = rtd->pcm;
  1165. const char *playback_mixer_ctl_name = "AudStr";
  1166. const char *capture_mixer_ctl_name = "AudStr Capture";
  1167. const char *suffix = "ChMixer Weight Ch";
  1168. int session_type = 0, ret = 0;
  1169. struct snd_kcontrol_new channel_mixer_weight_control = {
  1170. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  1171. .name = "?",
  1172. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  1173. .info = msm_pcm_channel_mixer_weight_info,
  1174. .put = msm_pcm_channel_mixer_weight_ctl_put,
  1175. .get = msm_pcm_channel_mixer_weight_ctl_get,
  1176. .private_value = 0,
  1177. };
  1178. if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream != NULL) {
  1179. session_type = SESSION_TYPE_RX;
  1180. ret = msm_pcm_add_platform_controls(&channel_mixer_weight_control,
  1181. rtd, playback_mixer_ctl_name, suffix, session_type, channel);
  1182. if (ret < 0)
  1183. goto fail;
  1184. }
  1185. if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream != NULL) {
  1186. session_type = SESSION_TYPE_TX;
  1187. ret = msm_pcm_add_platform_controls(&channel_mixer_weight_control,
  1188. rtd, capture_mixer_ctl_name, suffix, session_type, channel);
  1189. if (ret < 0)
  1190. goto fail;
  1191. }
  1192. return 0;
  1193. fail:
  1194. pr_err("%s: failed add platform ctl, err = %d\n",
  1195. __func__, ret);
  1196. return ret;
  1197. }
  1198. static int msm_pcm_add_channel_mixer_controls(struct snd_soc_pcm_runtime *rtd)
  1199. {
  1200. int i, ret = 0;
  1201. struct snd_pcm *pcm = NULL;
  1202. struct msm_pcm_pdata *pdata = NULL;
  1203. struct snd_soc_component *component = NULL;
  1204. if (!rtd || !rtd->pcm) {
  1205. pr_err("%s invalid rtd or pcm\n", __func__);
  1206. return -EINVAL;
  1207. }
  1208. pcm = rtd->pcm;
  1209. component = snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  1210. if (!component) {
  1211. pr_err("%s: component is NULL\n", __func__);
  1212. return -EINVAL;
  1213. }
  1214. pdata = (struct msm_pcm_pdata *)
  1215. dev_get_drvdata(component->dev);
  1216. if (!pdata) {
  1217. pr_err("%s: platform data not populated\n", __func__);
  1218. return -EINVAL;
  1219. }
  1220. if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream &&
  1221. !pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_RX]) {
  1222. pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_RX] =
  1223. kzalloc(sizeof(struct msm_pcm_channel_mixer), GFP_KERNEL);
  1224. if (!pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_RX]) {
  1225. ret = -ENOMEM;
  1226. goto fail;
  1227. }
  1228. }
  1229. if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream &&
  1230. !pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_TX]) {
  1231. pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_TX] =
  1232. kzalloc(sizeof(struct msm_pcm_channel_mixer), GFP_KERNEL);
  1233. if (!pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_TX]) {
  1234. ret = -ENOMEM;
  1235. goto fail;
  1236. }
  1237. }
  1238. ret = msm_pcm_add_channel_mixer_cfg_controls(rtd);
  1239. if (ret) {
  1240. pr_err("%s: pcm add channel mixer cfg controls failed:%d\n",
  1241. __func__, ret);
  1242. goto fail;
  1243. }
  1244. ret = msm_pcm_add_channel_mixer_input_map_controls(rtd);
  1245. if (ret) {
  1246. pr_err("%s: pcm add channel mixer input map controls failed:%d\n",
  1247. __func__, ret);
  1248. goto fail;
  1249. }
  1250. ret = msm_pcm_add_channel_mixer_output_map_controls(rtd);
  1251. if (ret) {
  1252. pr_err("%s: pcm add channel mixer output map controls failed:%d\n",
  1253. __func__, ret);
  1254. goto fail;
  1255. }
  1256. for (i = 1; i <= PCM_FORMAT_MAX_NUM_CHANNEL_V8; i++) {
  1257. ret = msm_pcm_add_channel_mixer_weight_controls(rtd, i);
  1258. if (ret) {
  1259. pr_err("%s: pcm add channel mixer weight controls failed:%d\n",
  1260. __func__, ret);
  1261. goto fail;
  1262. }
  1263. }
  1264. return 0;
  1265. fail:
  1266. kfree(pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_RX]);
  1267. kfree(pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_TX]);
  1268. pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_RX] = NULL;
  1269. pdata->chmixer_pspd[rtd->dai_link->id][SESSION_TYPE_TX] = NULL;
  1270. return ret;
  1271. }
  1272. static int msm_pcm_add_controls(struct snd_soc_pcm_runtime *rtd)
  1273. {
  1274. int ret = 0;
  1275. pr_debug("%s\n", __func__);
  1276. ret = msm_pcm_add_volume_controls(rtd);
  1277. if (ret)
  1278. pr_err("%s: pcm add volume controls failed:%d\n",
  1279. __func__, ret);
  1280. ret = msm_pcm_add_app_type_controls(rtd);
  1281. if (ret)
  1282. pr_err("%s: pcm add app type controls failed:%d\n",
  1283. __func__, ret);
  1284. ret = msm_pcm_add_channel_mixer_controls(rtd);
  1285. if (ret)
  1286. pr_err("%s: pcm add channel mixer controls failed:%d\n",
  1287. __func__, ret);
  1288. return ret;
  1289. }
  1290. static int msm_asoc_pcm_new(struct snd_soc_pcm_runtime *rtd)
  1291. {
  1292. struct snd_card *card = rtd->card->snd_card;
  1293. int ret = 0;
  1294. if (!card->dev->coherent_dma_mask)
  1295. card->dev->coherent_dma_mask = DMA_BIT_MASK(32);
  1296. ret = msm_pcm_add_controls(rtd);
  1297. if (ret)
  1298. dev_err(rtd->dev, "%s, kctl add failed\n", __func__);
  1299. return ret;
  1300. }
  1301. static struct snd_soc_component_driver msm_soc_component = {
  1302. .name = DRV_NAME,
  1303. .ops = &msm_pcm_ops,
  1304. .pcm_new = msm_asoc_pcm_new,
  1305. .probe = msm_pcm_loopback_probe,
  1306. };
  1307. static int msm_pcm_probe(struct platform_device *pdev)
  1308. {
  1309. struct msm_pcm_pdata *pdata;
  1310. dev_dbg(&pdev->dev, "%s: dev name %s\n",
  1311. __func__, dev_name(&pdev->dev));
  1312. pdata = kzalloc(sizeof(struct msm_pcm_pdata), GFP_KERNEL);
  1313. if (!pdata)
  1314. return -ENOMEM;
  1315. if (of_property_read_bool(pdev->dev.of_node,
  1316. "qcom,msm-pcm-loopback-low-latency"))
  1317. pdata->perf_mode = LOW_LATENCY_PCM_MODE;
  1318. else
  1319. pdata->perf_mode = LEGACY_PCM_MODE;
  1320. dev_set_drvdata(&pdev->dev, pdata);
  1321. return snd_soc_register_component(&pdev->dev,
  1322. &msm_soc_component,
  1323. NULL, 0);
  1324. }
  1325. static int msm_pcm_remove(struct platform_device *pdev)
  1326. {
  1327. struct msm_pcm_pdata *pdata;
  1328. int i = 0;
  1329. pdata = dev_get_drvdata(&pdev->dev);
  1330. if (pdata) {
  1331. for (i = 0; i < MSM_FRONTEND_DAI_MM_SIZE; i++) {
  1332. kfree(pdata->chmixer_pspd[i][SESSION_TYPE_RX]);
  1333. kfree(pdata->chmixer_pspd[i][SESSION_TYPE_TX]);
  1334. }
  1335. }
  1336. kfree(pdata);
  1337. snd_soc_unregister_component(&pdev->dev);
  1338. return 0;
  1339. }
  1340. static const struct of_device_id msm_pcm_loopback_dt_match[] = {
  1341. {.compatible = "qcom,msm-pcm-loopback"},
  1342. {}
  1343. };
  1344. static struct platform_driver msm_pcm_driver = {
  1345. .driver = {
  1346. .name = "msm-pcm-loopback",
  1347. .owner = THIS_MODULE,
  1348. .of_match_table = msm_pcm_loopback_dt_match,
  1349. .suppress_bind_attrs = true,
  1350. },
  1351. .probe = msm_pcm_probe,
  1352. .remove = msm_pcm_remove,
  1353. };
  1354. int __init msm_pcm_loopback_init(void)
  1355. {
  1356. return platform_driver_register(&msm_pcm_driver);
  1357. }
  1358. void msm_pcm_loopback_exit(void)
  1359. {
  1360. platform_driver_unregister(&msm_pcm_driver);
  1361. }
  1362. MODULE_DESCRIPTION("PCM loopback platform driver");
  1363. MODULE_LICENSE("GPL v2");