msm-pcm-loopback-v2.c 43 KB

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