msm-pcm-q6-noirq.c 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336
  1. /* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. #include <linux/init.h>
  13. #include <linux/err.h>
  14. #include <linux/module.h>
  15. #include <linux/moduleparam.h>
  16. #include <linux/time.h>
  17. #include <linux/wait.h>
  18. #include <linux/platform_device.h>
  19. #include <linux/slab.h>
  20. #include <linux/of_device.h>
  21. #include <linux/dma-mapping.h>
  22. #include <linux/dma-buf.h>
  23. #include <sound/core.h>
  24. #include <sound/soc.h>
  25. #include <sound/soc-dapm.h>
  26. #include <sound/pcm.h>
  27. #include <sound/initval.h>
  28. #include <sound/control.h>
  29. #include <sound/timer.h>
  30. #include <sound/hwdep.h>
  31. #include <asm/dma.h>
  32. #include <sound/tlv.h>
  33. #include <sound/pcm_params.h>
  34. #include <sound/devdep_params.h>
  35. #include <dsp/msm_audio_ion.h>
  36. #include <dsp/q6audio-v2.h>
  37. #include "msm-pcm-q6-v2.h"
  38. #include "msm-pcm-routing-v2.h"
  39. #define PCM_MASTER_VOL_MAX_STEPS 0x2000
  40. static const DECLARE_TLV_DB_LINEAR(msm_pcm_vol_gain, 0,
  41. PCM_MASTER_VOL_MAX_STEPS);
  42. struct snd_msm {
  43. struct snd_card *card;
  44. struct snd_pcm *pcm;
  45. };
  46. #define CMD_EOS_MIN_TIMEOUT_LENGTH 50
  47. #define CMD_EOS_TIMEOUT_MULTIPLIER (HZ * 50)
  48. #define ATRACE_END() \
  49. trace_printk("tracing_mark_write: E\n")
  50. #define ATRACE_BEGIN(name) \
  51. trace_printk("tracing_mark_write: B|%d|%s\n", current->tgid, name)
  52. #define ATRACE_FUNC() ATRACE_BEGIN(__func__)
  53. #define ATRACE_INT(name, value) \
  54. trace_printk("tracing_mark_write: C|%d|%s|%d\n", \
  55. current->tgid, name, (int)(value))
  56. #define SIO_PLAYBACK_MAX_PERIOD_SIZE PLAYBACK_MAX_PERIOD_SIZE
  57. #define SIO_PLAYBACK_MIN_PERIOD_SIZE 48
  58. #define SIO_PLAYBACK_MAX_NUM_PERIODS 512
  59. #define SIO_PLAYBACK_MIN_NUM_PERIODS PLAYBACK_MIN_NUM_PERIODS
  60. #define SIO_PLAYBACK_MIN_BYTES (SIO_PLAYBACK_MIN_NUM_PERIODS * \
  61. SIO_PLAYBACK_MIN_PERIOD_SIZE)
  62. #define SIO_PLAYBACK_MAX_BYTES ((SIO_PLAYBACK_MAX_NUM_PERIODS) * \
  63. (SIO_PLAYBACK_MAX_PERIOD_SIZE))
  64. #define SIO_CAPTURE_MAX_PERIOD_SIZE CAPTURE_MAX_PERIOD_SIZE
  65. #define SIO_CAPTURE_MIN_PERIOD_SIZE 48
  66. #define SIO_CAPTURE_MAX_NUM_PERIODS 512
  67. #define SIO_CAPTURE_MIN_NUM_PERIODS CAPTURE_MIN_NUM_PERIODS
  68. #define SIO_CAPTURE_MIN_BYTES (SIO_CAPTURE_MIN_NUM_PERIODS * \
  69. SIO_CAPTURE_MIN_PERIOD_SIZE)
  70. #define SIO_CAPTURE_MAX_BYTES (SIO_CAPTURE_MAX_NUM_PERIODS * \
  71. SIO_CAPTURE_MAX_PERIOD_SIZE)
  72. static struct snd_pcm_hardware msm_pcm_hardware_playback = {
  73. .info = (SNDRV_PCM_INFO_MMAP |
  74. SNDRV_PCM_INFO_BLOCK_TRANSFER |
  75. SNDRV_PCM_INFO_MMAP_VALID |
  76. SNDRV_PCM_INFO_INTERLEAVED |
  77. SNDRV_PCM_INFO_NO_PERIOD_WAKEUP |
  78. SNDRV_PCM_INFO_PAUSE | SNDRV_PCM_INFO_RESUME),
  79. .formats = (SNDRV_PCM_FMTBIT_S16_LE |
  80. SNDRV_PCM_FMTBIT_S24_LE |
  81. SNDRV_PCM_FMTBIT_S24_3LE),
  82. .rates = SNDRV_PCM_RATE_8000_192000,
  83. .rate_min = 8000,
  84. .rate_max = 192000,
  85. .channels_min = 1,
  86. .channels_max = 8,
  87. .buffer_bytes_max = SIO_PLAYBACK_MAX_NUM_PERIODS *
  88. SIO_PLAYBACK_MAX_PERIOD_SIZE,
  89. .period_bytes_min = SIO_PLAYBACK_MIN_PERIOD_SIZE,
  90. .period_bytes_max = SIO_PLAYBACK_MAX_PERIOD_SIZE,
  91. .periods_min = SIO_PLAYBACK_MIN_NUM_PERIODS,
  92. .periods_max = SIO_PLAYBACK_MAX_NUM_PERIODS,
  93. .fifo_size = 0,
  94. };
  95. static struct snd_pcm_hardware msm_pcm_hardware_capture = {
  96. .info = (SNDRV_PCM_INFO_MMAP |
  97. SNDRV_PCM_INFO_BLOCK_TRANSFER |
  98. SNDRV_PCM_INFO_MMAP_VALID |
  99. SNDRV_PCM_INFO_INTERLEAVED |
  100. SNDRV_PCM_INFO_NO_PERIOD_WAKEUP |
  101. SNDRV_PCM_INFO_PAUSE | SNDRV_PCM_INFO_RESUME),
  102. .formats = (SNDRV_PCM_FMTBIT_S16_LE |
  103. SNDRV_PCM_FMTBIT_S24_LE |
  104. SNDRV_PCM_FMTBIT_S24_3LE),
  105. .rates = SNDRV_PCM_RATE_8000_48000,
  106. .rate_min = 8000,
  107. .rate_max = 48000,
  108. .channels_min = 1,
  109. .channels_max = 4,
  110. .buffer_bytes_max = SIO_CAPTURE_MAX_NUM_PERIODS *
  111. SIO_CAPTURE_MAX_PERIOD_SIZE,
  112. .period_bytes_min = SIO_CAPTURE_MIN_PERIOD_SIZE,
  113. .period_bytes_max = SIO_CAPTURE_MAX_PERIOD_SIZE,
  114. .periods_min = SIO_CAPTURE_MIN_NUM_PERIODS,
  115. .periods_max = SIO_CAPTURE_MAX_NUM_PERIODS,
  116. .fifo_size = 0,
  117. };
  118. /* Conventional and unconventional sample rate supported */
  119. static unsigned int supported_sample_rates[] = {
  120. 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000,
  121. 88200, 96000, 176400, 192000
  122. };
  123. static struct snd_pcm_hw_constraint_list constraints_sample_rates = {
  124. .count = ARRAY_SIZE(supported_sample_rates),
  125. .list = supported_sample_rates,
  126. .mask = 0,
  127. };
  128. static unsigned long msm_pcm_fe_topology[MSM_FRONTEND_DAI_MAX];
  129. /* default value is DTS (i.e read from device tree) */
  130. static char const *msm_pcm_fe_topology_text[] = {
  131. "DTS", "ULL", "ULL_PP", "LL" };
  132. static const struct soc_enum msm_pcm_fe_topology_enum[] = {
  133. SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(msm_pcm_fe_topology_text),
  134. msm_pcm_fe_topology_text),
  135. };
  136. static void event_handler(uint32_t opcode,
  137. uint32_t token, uint32_t *payload, void *priv)
  138. {
  139. uint32_t *ptrmem = (uint32_t *)payload;
  140. switch (opcode) {
  141. case ASM_DATA_EVENT_WATERMARK:
  142. pr_debug("%s: Watermark level = 0x%08x\n", __func__, *ptrmem);
  143. break;
  144. case APR_BASIC_RSP_RESULT:
  145. pr_debug("%s: Payload = [0x%x]stat[0x%x]\n",
  146. __func__, payload[0], payload[1]);
  147. switch (payload[0]) {
  148. case ASM_SESSION_CMD_RUN_V2:
  149. case ASM_SESSION_CMD_PAUSE:
  150. case ASM_STREAM_CMD_FLUSH:
  151. break;
  152. default:
  153. break;
  154. }
  155. break;
  156. default:
  157. pr_debug("Not Supported Event opcode[0x%x]\n", opcode);
  158. break;
  159. }
  160. }
  161. static int msm_pcm_open(struct snd_pcm_substream *substream)
  162. {
  163. struct snd_pcm_runtime *runtime = substream->runtime;
  164. struct msm_audio *prtd;
  165. int ret = 0;
  166. prtd = kzalloc(sizeof(struct msm_audio), GFP_KERNEL);
  167. if (prtd == NULL)
  168. return -ENOMEM;
  169. prtd->substream = substream;
  170. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  171. runtime->hw = msm_pcm_hardware_playback;
  172. else
  173. runtime->hw = msm_pcm_hardware_capture;
  174. ret = snd_pcm_hw_constraint_list(runtime, 0,
  175. SNDRV_PCM_HW_PARAM_RATE,
  176. &constraints_sample_rates);
  177. if (ret)
  178. pr_info("snd_pcm_hw_constraint_list failed\n");
  179. ret = snd_pcm_hw_constraint_integer(runtime,
  180. SNDRV_PCM_HW_PARAM_PERIODS);
  181. if (ret)
  182. pr_info("snd_pcm_hw_constraint_integer failed\n");
  183. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
  184. ret = snd_pcm_hw_constraint_minmax(runtime,
  185. SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
  186. SIO_PLAYBACK_MIN_BYTES,
  187. SIO_PLAYBACK_MAX_BYTES);
  188. if (ret) {
  189. pr_info("%s: P buffer bytes minmax constraint ret %d\n",
  190. __func__, ret);
  191. }
  192. } else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
  193. ret = snd_pcm_hw_constraint_minmax(runtime,
  194. SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
  195. SIO_CAPTURE_MIN_BYTES,
  196. SIO_CAPTURE_MAX_BYTES);
  197. if (ret) {
  198. pr_info("%s: C buffer bytes minmax constraint ret %d\n",
  199. __func__, ret);
  200. }
  201. }
  202. ret = snd_pcm_hw_constraint_step(runtime, 0,
  203. SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 32);
  204. if (ret) {
  205. pr_err("%s: Constraint for period bytes step ret = %d\n",
  206. __func__, ret);
  207. }
  208. ret = snd_pcm_hw_constraint_step(runtime, 0,
  209. SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 32);
  210. if (ret) {
  211. pr_err("%s: Constraint for buffer bytes step ret = %d\n",
  212. __func__, ret);
  213. }
  214. prtd->audio_client = q6asm_audio_client_alloc(
  215. (app_cb)event_handler, prtd);
  216. if (!prtd->audio_client) {
  217. pr_err("%s: client alloc failed\n", __func__);
  218. ret = -ENOMEM;
  219. goto fail_cmd;
  220. }
  221. prtd->dsp_cnt = 0;
  222. prtd->set_channel_map = false;
  223. runtime->private_data = prtd;
  224. return 0;
  225. fail_cmd:
  226. kfree(prtd);
  227. return ret;
  228. }
  229. static int msm_pcm_hw_params(struct snd_pcm_substream *substream,
  230. struct snd_pcm_hw_params *params)
  231. {
  232. struct snd_pcm_runtime *runtime = substream->runtime;
  233. struct snd_soc_pcm_runtime *soc_prtd = substream->private_data;
  234. struct msm_audio *prtd = runtime->private_data;
  235. struct msm_plat_data *pdata;
  236. struct snd_dma_buffer *dma_buf = &substream->dma_buffer;
  237. struct audio_buffer *buf;
  238. struct shared_io_config config;
  239. uint16_t sample_word_size;
  240. uint16_t bits_per_sample;
  241. int ret;
  242. int dir = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? IN : OUT;
  243. unsigned long topology;
  244. int perf_mode;
  245. bool use_default_chmap = true;
  246. char *chmap = NULL;
  247. pdata = (struct msm_plat_data *)
  248. dev_get_drvdata(soc_prtd->platform->dev);
  249. if (!pdata) {
  250. ret = -EINVAL;
  251. pr_err("%s: platform data not populated ret: %d\n", __func__,
  252. ret);
  253. return ret;
  254. }
  255. topology = msm_pcm_fe_topology[soc_prtd->dai_link->id];
  256. if (!strcmp(msm_pcm_fe_topology_text[topology], "ULL_PP"))
  257. perf_mode = ULL_POST_PROCESSING_PCM_MODE;
  258. else if (!strcmp(msm_pcm_fe_topology_text[topology], "ULL"))
  259. perf_mode = ULTRA_LOW_LATENCY_PCM_MODE;
  260. else if (!strcmp(msm_pcm_fe_topology_text[topology], "LL"))
  261. perf_mode = LOW_LATENCY_PCM_MODE;
  262. else
  263. /* use the default from the device tree */
  264. perf_mode = pdata->perf_mode;
  265. /* need to set LOW_LATENCY_PCM_MODE for capture since
  266. * push mode does not support ULL
  267. */
  268. prtd->audio_client->perf_mode = (dir == IN) ?
  269. perf_mode :
  270. LOW_LATENCY_PCM_MODE;
  271. /* rate and channels are sent to audio driver */
  272. prtd->samp_rate = params_rate(params);
  273. prtd->channel_mode = params_channels(params);
  274. if (prtd->enabled)
  275. return 0;
  276. if (pdata->ch_map[soc_prtd->dai_link->id]) {
  277. use_default_chmap =
  278. !(pdata->ch_map[soc_prtd->dai_link->id]->set_ch_map);
  279. chmap =
  280. pdata->ch_map[soc_prtd->dai_link->id]->channel_map;
  281. }
  282. switch (runtime->format) {
  283. case SNDRV_PCM_FORMAT_S24_LE:
  284. bits_per_sample = 24;
  285. sample_word_size = 32;
  286. break;
  287. case SNDRV_PCM_FORMAT_S24_3LE:
  288. bits_per_sample = 24;
  289. sample_word_size = 24;
  290. break;
  291. case SNDRV_PCM_FORMAT_S16_LE:
  292. default:
  293. bits_per_sample = 16;
  294. sample_word_size = 16;
  295. break;
  296. }
  297. config.format = FORMAT_LINEAR_PCM;
  298. config.bits_per_sample = bits_per_sample;
  299. config.rate = params_rate(params);
  300. config.channels = params_channels(params);
  301. config.sample_word_size = sample_word_size;
  302. config.bufsz = params_buffer_bytes(params) / params_periods(params);
  303. config.bufcnt = params_periods(params);
  304. ret = q6asm_open_shared_io(prtd->audio_client, &config, dir,
  305. use_default_chmap, chmap);
  306. if (ret) {
  307. pr_err("%s: q6asm_open_write_shared_io failed ret: %d\n",
  308. __func__, ret);
  309. return ret;
  310. }
  311. prtd->pcm_size = params_buffer_bytes(params);
  312. prtd->pcm_count = params_buffer_bytes(params);
  313. prtd->pcm_irq_pos = 0;
  314. buf = prtd->audio_client->port[dir].buf;
  315. dma_buf->dev.type = SNDRV_DMA_TYPE_DEV;
  316. dma_buf->dev.dev = substream->pcm->card->dev;
  317. dma_buf->private_data = NULL;
  318. dma_buf->area = buf->data;
  319. dma_buf->addr = buf->phys;
  320. dma_buf->bytes = prtd->pcm_size;
  321. snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer);
  322. pr_debug("%s: session ID %d, perf %d\n", __func__,
  323. prtd->audio_client->session,
  324. prtd->audio_client->perf_mode);
  325. prtd->session_id = prtd->audio_client->session;
  326. pr_debug("msm_pcm_routing_reg_phy_stream w/ id %d\n",
  327. soc_prtd->dai_link->id);
  328. ret = msm_pcm_routing_reg_phy_stream(soc_prtd->dai_link->id,
  329. prtd->audio_client->perf_mode,
  330. prtd->session_id, substream->stream);
  331. if (ret) {
  332. pr_err("%s: stream reg failed ret:%d\n", __func__, ret);
  333. return ret;
  334. }
  335. atomic_set(&prtd->out_count, runtime->periods);
  336. prtd->enabled = 1;
  337. prtd->cmd_pending = 0;
  338. prtd->cmd_interrupt = 0;
  339. return 0;
  340. }
  341. static int msm_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
  342. {
  343. int ret = 0;
  344. struct snd_pcm_runtime *runtime = substream->runtime;
  345. struct msm_audio *prtd = runtime->private_data;
  346. int dir = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? 0 : 1;
  347. struct audio_buffer *buf;
  348. switch (cmd) {
  349. case SNDRV_PCM_TRIGGER_START:
  350. case SNDRV_PCM_TRIGGER_RESUME:
  351. case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
  352. pr_debug("%s: %s Trigger start\n", __func__,
  353. dir == 0 ? "P" : "C");
  354. ret = q6asm_run(prtd->audio_client, 0, 0, 0);
  355. if (ret)
  356. break;
  357. atomic_set(&prtd->start, 1);
  358. break;
  359. case SNDRV_PCM_TRIGGER_STOP:
  360. pr_debug("%s: SNDRV_PCM_TRIGGER_STOP\n", __func__);
  361. atomic_set(&prtd->start, 0);
  362. q6asm_cmd(prtd->audio_client, CMD_PAUSE);
  363. q6asm_cmd(prtd->audio_client, CMD_FLUSH);
  364. buf = q6asm_shared_io_buf(prtd->audio_client, dir);
  365. if (buf == NULL) {
  366. pr_err("%s: shared IO buffer is null\n", __func__);
  367. ret = -EINVAL;
  368. break;
  369. }
  370. memset(buf->data, 0, buf->actual_size);
  371. break;
  372. case SNDRV_PCM_TRIGGER_SUSPEND:
  373. case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
  374. pr_debug("%s: SNDRV_PCM_TRIGGER_PAUSE\n", __func__);
  375. ret = q6asm_cmd_nowait(prtd->audio_client, CMD_PAUSE);
  376. atomic_set(&prtd->start, 0);
  377. break;
  378. default:
  379. ret = -EINVAL;
  380. break;
  381. }
  382. return ret;
  383. }
  384. static int msm_pcm_mmap_fd(struct snd_pcm_substream *substream,
  385. struct snd_pcm_mmap_fd *mmap_fd)
  386. {
  387. struct msm_audio *prtd;
  388. struct audio_port_data *apd;
  389. struct audio_buffer *ab;
  390. int dir = -1;
  391. if (!substream->runtime) {
  392. pr_err("%s substream runtime not found\n", __func__);
  393. return -EFAULT;
  394. }
  395. prtd = substream->runtime->private_data;
  396. if (!prtd || !prtd->audio_client || !prtd->mmap_flag) {
  397. pr_err("%s no audio client or not an mmap session\n", __func__);
  398. return -EINVAL;
  399. }
  400. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  401. dir = IN;
  402. else
  403. dir = OUT;
  404. apd = prtd->audio_client->port;
  405. ab = &(apd[dir].buf[0]);
  406. /*
  407. * Passing O_CLOEXEC as flag passed to fd, to be in sync with
  408. * previous implimentation.
  409. * This was the flag used by previous internal wrapper API, which
  410. * used to call dma_buf_fd internally.
  411. */
  412. mmap_fd->fd = dma_buf_fd(ab->dma_buf, O_CLOEXEC);
  413. if (mmap_fd->fd >= 0) {
  414. mmap_fd->dir = dir;
  415. mmap_fd->actual_size = ab->actual_size;
  416. mmap_fd->size = ab->size;
  417. }
  418. return mmap_fd->fd < 0 ? -EFAULT : 0;
  419. }
  420. static int msm_pcm_ioctl(struct snd_pcm_substream *substream,
  421. unsigned int cmd, void *arg)
  422. {
  423. struct snd_pcm_runtime *runtime = substream->runtime;
  424. struct msm_audio *prtd = runtime->private_data;
  425. int dir = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? 0 : 1;
  426. struct audio_buffer *buf;
  427. switch (cmd) {
  428. case SNDRV_PCM_IOCTL1_RESET:
  429. pr_debug("%s: %s SNDRV_PCM_IOCTL1_RESET\n", __func__,
  430. dir == 0 ? "P" : "C");
  431. buf = q6asm_shared_io_buf(prtd->audio_client, dir);
  432. if (buf && buf->data)
  433. memset(buf->data, 0, buf->actual_size);
  434. break;
  435. default:
  436. break;
  437. }
  438. return snd_pcm_lib_ioctl(substream, cmd, arg);
  439. }
  440. #ifdef CONFIG_COMPAT
  441. static int msm_pcm_compat_ioctl(struct snd_pcm_substream *substream,
  442. unsigned int cmd, void *arg)
  443. {
  444. /* we only handle RESET which is common for both modes */
  445. return msm_pcm_ioctl(substream, cmd, arg);
  446. }
  447. #endif
  448. static snd_pcm_uframes_t msm_pcm_pointer(struct snd_pcm_substream *substream)
  449. {
  450. struct snd_pcm_runtime *runtime = substream->runtime;
  451. uint32_t read_index, wall_clk_msw, wall_clk_lsw;
  452. /*these are offsets, unlike ASoC's full values*/
  453. snd_pcm_sframes_t hw_ptr;
  454. snd_pcm_sframes_t period_size;
  455. int ret;
  456. int retries = 10;
  457. struct msm_audio *prtd = runtime->private_data;
  458. period_size = runtime->period_size;
  459. do {
  460. ret = q6asm_get_shared_pos(prtd->audio_client,
  461. &read_index, &wall_clk_msw,
  462. &wall_clk_lsw);
  463. } while (ret == -EAGAIN && --retries);
  464. if (ret || !period_size) {
  465. pr_err("get_shared_pos error or zero period size\n");
  466. return 0;
  467. }
  468. hw_ptr = bytes_to_frames(substream->runtime,
  469. read_index);
  470. if (runtime->control->appl_ptr == 0) {
  471. pr_debug("ptr(%s): appl(0), hw = %lu read_index = %u\n",
  472. prtd->substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
  473. "P" : "C",
  474. hw_ptr, read_index);
  475. }
  476. return (hw_ptr/period_size) * period_size;
  477. }
  478. static int msm_pcm_copy(struct snd_pcm_substream *substream, int a,
  479. unsigned long hwoff, void __user *buf, unsigned long fbytes)
  480. {
  481. return -EINVAL;
  482. }
  483. static int msm_pcm_mmap(struct snd_pcm_substream *substream,
  484. struct vm_area_struct *vma)
  485. {
  486. struct snd_pcm_runtime *runtime = substream->runtime;
  487. struct msm_audio *prtd = runtime->private_data;
  488. struct audio_client *ac = prtd->audio_client;
  489. struct audio_port_data *apd = ac->port;
  490. struct audio_buffer *ab;
  491. int dir = -1;
  492. int ret;
  493. pr_debug("%s: mmap begin\n", __func__);
  494. prtd->mmap_flag = 1;
  495. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  496. dir = IN;
  497. else
  498. dir = OUT;
  499. ab = &(apd[dir].buf[0]);
  500. ret = msm_audio_ion_mmap(ab, vma);
  501. if (ret)
  502. prtd->mmap_flag = 0;
  503. return ret;
  504. }
  505. static int msm_pcm_prepare(struct snd_pcm_substream *substream)
  506. {
  507. struct snd_pcm_runtime *runtime = substream->runtime;
  508. struct msm_audio *prtd = runtime->private_data;
  509. if (!prtd || !prtd->mmap_flag)
  510. return -EIO;
  511. return 0;
  512. }
  513. static int msm_pcm_close(struct snd_pcm_substream *substream)
  514. {
  515. struct snd_pcm_runtime *runtime = substream->runtime;
  516. struct snd_soc_pcm_runtime *soc_prtd = substream->private_data;
  517. struct msm_audio *prtd = runtime->private_data;
  518. struct audio_client *ac = prtd->audio_client;
  519. uint32_t timeout;
  520. int dir = 0;
  521. int ret = 0;
  522. if (ac) {
  523. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  524. dir = IN;
  525. else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
  526. dir = OUT;
  527. /* determine timeout length */
  528. if (runtime->frame_bits == 0 || runtime->rate == 0) {
  529. timeout = CMD_EOS_MIN_TIMEOUT_LENGTH;
  530. } else {
  531. timeout = (runtime->period_size *
  532. CMD_EOS_TIMEOUT_MULTIPLIER) /
  533. ((runtime->frame_bits / 8) *
  534. runtime->rate);
  535. if (timeout < CMD_EOS_MIN_TIMEOUT_LENGTH)
  536. timeout = CMD_EOS_MIN_TIMEOUT_LENGTH;
  537. }
  538. q6asm_cmd(ac, CMD_CLOSE);
  539. ret = q6asm_shared_io_free(ac, dir);
  540. if (ret) {
  541. pr_err("%s: Failed to close pull mode, ret %d\n",
  542. __func__, ret);
  543. }
  544. q6asm_audio_client_free(ac);
  545. }
  546. msm_pcm_routing_dereg_phy_stream(soc_prtd->dai_link->id,
  547. dir == IN ?
  548. SNDRV_PCM_STREAM_PLAYBACK :
  549. SNDRV_PCM_STREAM_CAPTURE);
  550. kfree(prtd);
  551. runtime->private_data = NULL;
  552. return 0;
  553. }
  554. static int msm_pcm_set_volume(struct msm_audio *prtd, uint32_t volume)
  555. {
  556. int rc = 0;
  557. if (prtd && prtd->audio_client) {
  558. pr_debug("%s: channels %d volume 0x%x\n", __func__,
  559. prtd->channel_mode, volume);
  560. rc = q6asm_set_volume(prtd->audio_client, volume);
  561. if (rc < 0) {
  562. pr_err("%s: Send Volume command failed rc=%d\n",
  563. __func__, rc);
  564. }
  565. }
  566. return rc;
  567. }
  568. static int msm_pcm_volume_ctl_get(struct snd_kcontrol *kcontrol,
  569. struct snd_ctl_elem_value *ucontrol)
  570. {
  571. struct snd_pcm_volume *vol = snd_kcontrol_chip(kcontrol);
  572. struct snd_pcm_substream *substream =
  573. vol->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
  574. struct msm_audio *prtd;
  575. pr_debug("%s\n", __func__);
  576. if (!substream) {
  577. pr_err("%s substream not found\n", __func__);
  578. return -ENODEV;
  579. }
  580. if (!substream->runtime) {
  581. pr_debug("%s substream runtime not found\n", __func__);
  582. return 0;
  583. }
  584. prtd = substream->runtime->private_data;
  585. if (prtd)
  586. ucontrol->value.integer.value[0] = prtd->volume;
  587. return 0;
  588. }
  589. static int msm_pcm_volume_ctl_put(struct snd_kcontrol *kcontrol,
  590. struct snd_ctl_elem_value *ucontrol)
  591. {
  592. int rc = 0;
  593. struct snd_pcm_volume *vol = snd_kcontrol_chip(kcontrol);
  594. struct snd_pcm_substream *substream =
  595. vol->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
  596. struct msm_audio *prtd;
  597. int volume = ucontrol->value.integer.value[0];
  598. pr_debug("%s: volume : 0x%x\n", __func__, volume);
  599. if (!substream) {
  600. pr_err("%s substream not found\n", __func__);
  601. return -ENODEV;
  602. }
  603. if (!substream->runtime) {
  604. pr_err("%s substream runtime not found\n", __func__);
  605. return 0;
  606. }
  607. prtd = substream->runtime->private_data;
  608. if (prtd) {
  609. rc = msm_pcm_set_volume(prtd, volume);
  610. prtd->volume = volume;
  611. }
  612. return rc;
  613. }
  614. static int msm_pcm_add_volume_control(struct snd_soc_pcm_runtime *rtd)
  615. {
  616. int ret = 0;
  617. struct snd_pcm *pcm = rtd->pcm;
  618. struct snd_pcm_volume *volume_info;
  619. struct snd_kcontrol *kctl;
  620. dev_dbg(rtd->dev, "%s, Volume control add\n", __func__);
  621. ret = snd_pcm_add_volume_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK,
  622. NULL, 1, rtd->dai_link->id,
  623. &volume_info);
  624. if (ret < 0) {
  625. pr_err("%s volume control failed ret %d\n", __func__, ret);
  626. return ret;
  627. }
  628. kctl = volume_info->kctl;
  629. kctl->put = msm_pcm_volume_ctl_put;
  630. kctl->get = msm_pcm_volume_ctl_get;
  631. kctl->tlv.p = msm_pcm_vol_gain;
  632. return 0;
  633. }
  634. static int msm_pcm_channel_map_put(struct snd_kcontrol *kcontrol,
  635. struct snd_ctl_elem_value *ucontrol)
  636. {
  637. struct snd_soc_component *pcm = snd_kcontrol_chip(kcontrol);
  638. u64 fe_id = kcontrol->private_value;
  639. struct msm_plat_data *pdata = (struct msm_plat_data *)
  640. snd_soc_component_get_drvdata(pcm);
  641. int rc = 0, i = 0;
  642. pr_debug("%s: fe_id- %llu\n", __func__, fe_id);
  643. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  644. pr_err("%s Received out of bounds fe_id %llu\n",
  645. __func__, fe_id);
  646. rc = -EINVAL;
  647. goto end;
  648. }
  649. if (pdata->ch_map[fe_id]) {
  650. pdata->ch_map[fe_id]->set_ch_map = true;
  651. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL; i++)
  652. pdata->ch_map[fe_id]->channel_map[i] =
  653. (char)(ucontrol->value.integer.value[i]);
  654. } else {
  655. pr_debug("%s: no memory for ch_map, default will be set\n",
  656. __func__);
  657. }
  658. end:
  659. pr_debug("%s: ret %d\n", __func__, rc);
  660. return rc;
  661. }
  662. static int msm_pcm_channel_map_info(struct snd_kcontrol *kcontrol,
  663. struct snd_ctl_elem_info *uinfo)
  664. {
  665. uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
  666. uinfo->count = 8;
  667. uinfo->value.integer.min = 0;
  668. uinfo->value.integer.max = 0xFFFFFFFF;
  669. return 0;
  670. }
  671. static int msm_pcm_channel_map_get(struct snd_kcontrol *kcontrol,
  672. struct snd_ctl_elem_value *ucontrol)
  673. {
  674. struct snd_soc_component *pcm = snd_kcontrol_chip(kcontrol);
  675. u64 fe_id = kcontrol->private_value;
  676. struct msm_plat_data *pdata = (struct msm_plat_data *)
  677. snd_soc_component_get_drvdata(pcm);
  678. int rc = 0, i = 0;
  679. pr_debug("%s: fe_id- %llu\n", __func__, fe_id);
  680. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  681. pr_err("%s: Received out of bounds fe_id %llu\n",
  682. __func__, fe_id);
  683. rc = -EINVAL;
  684. goto end;
  685. }
  686. if (pdata->ch_map[fe_id]) {
  687. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL; i++)
  688. ucontrol->value.integer.value[i] =
  689. pdata->ch_map[fe_id]->channel_map[i];
  690. }
  691. end:
  692. pr_debug("%s: ret %d\n", __func__, rc);
  693. return rc;
  694. }
  695. static int msm_pcm_add_channel_map_control(struct snd_soc_pcm_runtime *rtd)
  696. {
  697. const char *mixer_ctl_name = "Playback Channel Map";
  698. const char *deviceNo = "NN";
  699. char *mixer_str = NULL;
  700. struct msm_plat_data *pdata = NULL;
  701. int ctl_len = 0;
  702. struct snd_kcontrol_new fe_channel_map_control[1] = {
  703. {
  704. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  705. .name = "?",
  706. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  707. .info = msm_pcm_channel_map_info,
  708. .get = msm_pcm_channel_map_get,
  709. .put = msm_pcm_channel_map_put,
  710. .private_value = 0,
  711. }
  712. };
  713. if (!rtd) {
  714. pr_err("%s: NULL rtd\n", __func__);
  715. return -EINVAL;
  716. }
  717. pr_debug("%s: added new pcm FE with name %s, id %d, cpu dai %s, device no %d\n",
  718. __func__, rtd->dai_link->name, rtd->dai_link->id,
  719. rtd->dai_link->cpu_dai_name, rtd->pcm->device);
  720. ctl_len = strlen(mixer_ctl_name) + strlen(deviceNo) + 1;
  721. mixer_str = kzalloc(ctl_len, GFP_KERNEL);
  722. if (!mixer_str)
  723. return -ENOMEM;
  724. snprintf(mixer_str, ctl_len, "%s%d", mixer_ctl_name, rtd->pcm->device);
  725. fe_channel_map_control[0].name = mixer_str;
  726. fe_channel_map_control[0].private_value = rtd->dai_link->id;
  727. pr_debug("%s: Registering new mixer ctl %s\n", __func__, mixer_str);
  728. snd_soc_add_platform_controls(rtd->platform,
  729. fe_channel_map_control,
  730. ARRAY_SIZE(fe_channel_map_control));
  731. pdata = snd_soc_platform_get_drvdata(rtd->platform);
  732. pdata->ch_map[rtd->dai_link->id] =
  733. kzalloc(sizeof(struct msm_pcm_ch_map), GFP_KERNEL);
  734. if (!pdata->ch_map[rtd->dai_link->id]) {
  735. pr_err("%s: Could not allocate memory for channel map\n",
  736. __func__);
  737. kfree(mixer_str);
  738. return -ENOMEM;
  739. }
  740. kfree(mixer_str);
  741. return 0;
  742. }
  743. static int msm_pcm_fe_topology_info(struct snd_kcontrol *kcontrol,
  744. struct snd_ctl_elem_info *uinfo)
  745. {
  746. const struct soc_enum *e = &msm_pcm_fe_topology_enum[0];
  747. return snd_ctl_enum_info(uinfo, 1, e->items, e->texts);
  748. }
  749. static int msm_pcm_fe_topology_get(struct snd_kcontrol *kcontrol,
  750. struct snd_ctl_elem_value *ucontrol)
  751. {
  752. unsigned long fe_id = kcontrol->private_value;
  753. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  754. pr_err("%s Received out of bound fe_id %lu\n", __func__, fe_id);
  755. return -EINVAL;
  756. }
  757. pr_debug("%s: %lu topology %s\n", __func__, fe_id,
  758. msm_pcm_fe_topology_text[msm_pcm_fe_topology[fe_id]]);
  759. ucontrol->value.enumerated.item[0] = msm_pcm_fe_topology[fe_id];
  760. return 0;
  761. }
  762. static int msm_pcm_fe_topology_put(struct snd_kcontrol *kcontrol,
  763. struct snd_ctl_elem_value *ucontrol)
  764. {
  765. unsigned long fe_id = kcontrol->private_value;
  766. unsigned int item;
  767. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  768. pr_err("%s Received out of bound fe_id %lu\n", __func__, fe_id);
  769. return -EINVAL;
  770. }
  771. item = ucontrol->value.enumerated.item[0];
  772. if (item >= ARRAY_SIZE(msm_pcm_fe_topology_text)) {
  773. pr_err("%s Received out of bound topology %lu\n", __func__,
  774. fe_id);
  775. return -EINVAL;
  776. }
  777. pr_debug("%s: %lu new topology %s\n", __func__, fe_id,
  778. msm_pcm_fe_topology_text[item]);
  779. msm_pcm_fe_topology[fe_id] = item;
  780. return 0;
  781. }
  782. static int msm_pcm_add_fe_topology_control(struct snd_soc_pcm_runtime *rtd)
  783. {
  784. const char *mixer_ctl_name = "PCM_Dev";
  785. const char *deviceNo = "NN";
  786. const char *topo_text = "Topology";
  787. char *mixer_str = NULL;
  788. int ctl_len;
  789. int ret;
  790. struct snd_kcontrol_new topology_control[1] = {
  791. {
  792. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  793. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  794. .name = "?",
  795. .info = msm_pcm_fe_topology_info,
  796. .get = msm_pcm_fe_topology_get,
  797. .put = msm_pcm_fe_topology_put,
  798. .private_value = 0,
  799. },
  800. };
  801. ctl_len = strlen(mixer_ctl_name) + 1 + strlen(deviceNo) + 1 +
  802. strlen(topo_text) + 1;
  803. mixer_str = kzalloc(ctl_len, GFP_KERNEL);
  804. if (!mixer_str)
  805. return -ENOMEM;
  806. snprintf(mixer_str, ctl_len, "%s %d %s", mixer_ctl_name,
  807. rtd->pcm->device, topo_text);
  808. topology_control[0].name = mixer_str;
  809. topology_control[0].private_value = rtd->dai_link->id;
  810. ret = snd_soc_add_platform_controls(rtd->platform, topology_control,
  811. ARRAY_SIZE(topology_control));
  812. msm_pcm_fe_topology[rtd->dai_link->id] = 0;
  813. kfree(mixer_str);
  814. return ret;
  815. }
  816. static int msm_pcm_playback_app_type_cfg_ctl_put(struct snd_kcontrol *kcontrol,
  817. struct snd_ctl_elem_value *ucontrol)
  818. {
  819. u64 fe_id = kcontrol->private_value;
  820. int session_type = SESSION_TYPE_RX;
  821. int be_id = ucontrol->value.integer.value[3];
  822. struct msm_pcm_stream_app_type_cfg cfg_data = {0, 0, 48000};
  823. int ret = 0;
  824. cfg_data.app_type = ucontrol->value.integer.value[0];
  825. cfg_data.acdb_dev_id = ucontrol->value.integer.value[1];
  826. if (ucontrol->value.integer.value[2] != 0)
  827. cfg_data.sample_rate = ucontrol->value.integer.value[2];
  828. pr_debug("%s: fe_id- %llu session_type- %d be_id- %d app_type- %d acdb_dev_id- %d sample_rate- %d\n",
  829. __func__, fe_id, session_type, be_id,
  830. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  831. ret = msm_pcm_routing_reg_stream_app_type_cfg(fe_id, session_type,
  832. be_id, &cfg_data);
  833. if (ret < 0)
  834. pr_err("%s: msm_pcm_routing_reg_stream_app_type_cfg failed returned %d\n",
  835. __func__, ret);
  836. return ret;
  837. }
  838. static int msm_pcm_playback_app_type_cfg_ctl_get(struct snd_kcontrol *kcontrol,
  839. struct snd_ctl_elem_value *ucontrol)
  840. {
  841. u64 fe_id = kcontrol->private_value;
  842. int session_type = SESSION_TYPE_RX;
  843. int be_id = 0;
  844. struct msm_pcm_stream_app_type_cfg cfg_data = {0};
  845. int ret = 0;
  846. ret = msm_pcm_routing_get_stream_app_type_cfg(fe_id, session_type,
  847. &be_id, &cfg_data);
  848. if (ret < 0) {
  849. pr_err("%s: msm_pcm_routing_get_stream_app_type_cfg failed returned %d\n",
  850. __func__, ret);
  851. goto done;
  852. }
  853. ucontrol->value.integer.value[0] = cfg_data.app_type;
  854. ucontrol->value.integer.value[1] = cfg_data.acdb_dev_id;
  855. ucontrol->value.integer.value[2] = cfg_data.sample_rate;
  856. ucontrol->value.integer.value[3] = be_id;
  857. pr_debug("%s: fedai_id %llu, session_type %d, be_id %d, app_type %d, acdb_dev_id %d, sample_rate %d\n",
  858. __func__, fe_id, session_type, be_id,
  859. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  860. done:
  861. return ret;
  862. }
  863. static int msm_pcm_capture_app_type_cfg_ctl_put(struct snd_kcontrol *kcontrol,
  864. struct snd_ctl_elem_value *ucontrol)
  865. {
  866. u64 fe_id = kcontrol->private_value;
  867. int session_type = SESSION_TYPE_TX;
  868. int be_id = ucontrol->value.integer.value[3];
  869. struct msm_pcm_stream_app_type_cfg cfg_data = {0, 0, 48000};
  870. int ret = 0;
  871. cfg_data.app_type = ucontrol->value.integer.value[0];
  872. cfg_data.acdb_dev_id = ucontrol->value.integer.value[1];
  873. if (ucontrol->value.integer.value[2] != 0)
  874. cfg_data.sample_rate = ucontrol->value.integer.value[2];
  875. pr_debug("%s: fe_id- %llu session_type- %d be_id- %d app_type- %d acdb_dev_id- %d sample_rate- %d\n",
  876. __func__, fe_id, session_type, be_id,
  877. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  878. ret = msm_pcm_routing_reg_stream_app_type_cfg(fe_id, session_type,
  879. be_id, &cfg_data);
  880. if (ret < 0)
  881. pr_err("%s: msm_pcm_routing_reg_stream_app_type_cfg failed returned %d\n",
  882. __func__, ret);
  883. return ret;
  884. }
  885. static int msm_pcm_capture_app_type_cfg_ctl_get(struct snd_kcontrol *kcontrol,
  886. struct snd_ctl_elem_value *ucontrol)
  887. {
  888. u64 fe_id = kcontrol->private_value;
  889. int session_type = SESSION_TYPE_TX;
  890. int be_id = 0;
  891. struct msm_pcm_stream_app_type_cfg cfg_data = {0};
  892. int ret = 0;
  893. ret = msm_pcm_routing_get_stream_app_type_cfg(fe_id, session_type,
  894. &be_id, &cfg_data);
  895. if (ret < 0) {
  896. pr_err("%s: msm_pcm_routing_get_stream_app_type_cfg failed returned %d\n",
  897. __func__, ret);
  898. goto done;
  899. }
  900. ucontrol->value.integer.value[0] = cfg_data.app_type;
  901. ucontrol->value.integer.value[1] = cfg_data.acdb_dev_id;
  902. ucontrol->value.integer.value[2] = cfg_data.sample_rate;
  903. ucontrol->value.integer.value[3] = be_id;
  904. pr_debug("%s: fedai_id %llu, session_type %d, be_id %d, app_type %d, acdb_dev_id %d, sample_rate %d\n",
  905. __func__, fe_id, session_type, be_id,
  906. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  907. done:
  908. return ret;
  909. }
  910. static int msm_pcm_add_app_type_controls(struct snd_soc_pcm_runtime *rtd)
  911. {
  912. struct snd_pcm *pcm = rtd->pcm;
  913. struct snd_pcm_usr *app_type_info;
  914. struct snd_kcontrol *kctl;
  915. const char *playback_mixer_ctl_name = "Audio Stream";
  916. const char *capture_mixer_ctl_name = "Audio Stream Capture";
  917. const char *deviceNo = "NN";
  918. const char *suffix = "App Type Cfg";
  919. int ctl_len, ret = 0;
  920. if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) {
  921. ctl_len = strlen(playback_mixer_ctl_name) + 1 +
  922. strlen(deviceNo) + 1 +
  923. strlen(suffix) + 1;
  924. pr_debug("%s: Playback app type cntrl add\n", __func__);
  925. ret = snd_pcm_add_usr_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK,
  926. NULL, 1, ctl_len, rtd->dai_link->id,
  927. &app_type_info);
  928. if (ret < 0) {
  929. pr_err("%s: playback app type cntrl add failed, err: %d\n",
  930. __func__, ret);
  931. return ret;
  932. }
  933. kctl = app_type_info->kctl;
  934. snprintf(kctl->id.name, ctl_len, "%s %d %s",
  935. playback_mixer_ctl_name, rtd->pcm->device, suffix);
  936. kctl->put = msm_pcm_playback_app_type_cfg_ctl_put;
  937. kctl->get = msm_pcm_playback_app_type_cfg_ctl_get;
  938. }
  939. if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) {
  940. ctl_len = strlen(capture_mixer_ctl_name) + 1 +
  941. strlen(deviceNo) + 1 + strlen(suffix) + 1;
  942. pr_debug("%s: Capture app type cntrl add\n", __func__);
  943. ret = snd_pcm_add_usr_ctls(pcm, SNDRV_PCM_STREAM_CAPTURE,
  944. NULL, 1, ctl_len, rtd->dai_link->id,
  945. &app_type_info);
  946. if (ret < 0) {
  947. pr_err("%s: capture app type cntrl add failed, err: %d\n",
  948. __func__, ret);
  949. return ret;
  950. }
  951. kctl = app_type_info->kctl;
  952. snprintf(kctl->id.name, ctl_len, "%s %d %s",
  953. capture_mixer_ctl_name, rtd->pcm->device, suffix);
  954. kctl->put = msm_pcm_capture_app_type_cfg_ctl_put;
  955. kctl->get = msm_pcm_capture_app_type_cfg_ctl_get;
  956. }
  957. return 0;
  958. }
  959. static int msm_pcm_hwdep_ioctl(struct snd_hwdep *hw, struct file *file,
  960. unsigned int cmd, unsigned long arg)
  961. {
  962. int ret = 0;
  963. struct snd_pcm *pcm = hw->private_data;
  964. struct snd_pcm_mmap_fd __user *_mmap_fd = NULL;
  965. struct snd_pcm_mmap_fd mmap_fd;
  966. struct snd_pcm_substream *substream = NULL;
  967. int32_t dir = -1;
  968. switch (cmd) {
  969. case SNDRV_PCM_IOCTL_MMAP_DATA_FD:
  970. _mmap_fd = (struct snd_pcm_mmap_fd __user *)arg;
  971. if (get_user(dir, (int32_t __user *)&(_mmap_fd->dir))) {
  972. pr_err("%s: error copying mmap_fd from user\n",
  973. __func__);
  974. ret = -EFAULT;
  975. break;
  976. }
  977. if (dir != OUT && dir != IN) {
  978. pr_err("%s invalid stream dir\n", __func__);
  979. ret = -EINVAL;
  980. break;
  981. }
  982. substream = pcm->streams[dir].substream;
  983. if (!substream) {
  984. pr_err("%s substream not found\n", __func__);
  985. ret = -ENODEV;
  986. break;
  987. }
  988. pr_debug("%s : %s MMAP Data fd\n", __func__,
  989. dir == 0 ? "P" : "C");
  990. if (msm_pcm_mmap_fd(substream, &mmap_fd) < 0) {
  991. pr_err("%s: error getting fd\n",
  992. __func__);
  993. ret = -EFAULT;
  994. break;
  995. }
  996. if (put_user(mmap_fd.fd, &_mmap_fd->fd) ||
  997. put_user(mmap_fd.size, &_mmap_fd->size) ||
  998. put_user(mmap_fd.actual_size, &_mmap_fd->actual_size)) {
  999. pr_err("%s: error copying fd\n", __func__);
  1000. return -EFAULT;
  1001. }
  1002. break;
  1003. default:
  1004. ret = -EINVAL;
  1005. break;
  1006. }
  1007. return ret;
  1008. }
  1009. #ifdef CONFIG_COMPAT
  1010. static int msm_pcm_hwdep_compat_ioctl(struct snd_hwdep *hw,
  1011. struct file *file,
  1012. unsigned int cmd,
  1013. unsigned long arg)
  1014. {
  1015. /* we only support mmap fd. Handling is common in both modes */
  1016. return msm_pcm_hwdep_ioctl(hw, file, cmd, arg);
  1017. }
  1018. #else
  1019. static int msm_pcm_hwdep_compat_ioctl(struct snd_hwdep *hw,
  1020. struct file *file,
  1021. unsigned int cmd,
  1022. unsigned long arg)
  1023. {
  1024. return -EINVAL;
  1025. }
  1026. #endif
  1027. static int msm_pcm_add_hwdep_dev(struct snd_soc_pcm_runtime *runtime)
  1028. {
  1029. struct snd_hwdep *hwdep;
  1030. int rc;
  1031. char id[] = "NOIRQ_NN";
  1032. snprintf(id, sizeof(id), "NOIRQ_%d", runtime->pcm->device);
  1033. pr_debug("%s: pcm dev %d\n", __func__, runtime->pcm->device);
  1034. rc = snd_hwdep_new(runtime->card->snd_card,
  1035. &id[0],
  1036. HWDEP_FE_BASE + runtime->pcm->device,
  1037. &hwdep);
  1038. if (!hwdep || rc < 0) {
  1039. pr_err("%s: hwdep intf failed to create %s - hwdep\n", __func__,
  1040. id);
  1041. return rc;
  1042. }
  1043. hwdep->iface = SNDRV_HWDEP_IFACE_AUDIO_BE; /* for lack of a FE iface */
  1044. hwdep->private_data = runtime->pcm; /* of type struct snd_pcm */
  1045. hwdep->ops.ioctl = msm_pcm_hwdep_ioctl;
  1046. hwdep->ops.ioctl_compat = msm_pcm_hwdep_compat_ioctl;
  1047. return 0;
  1048. }
  1049. static int msm_asoc_pcm_new(struct snd_soc_pcm_runtime *rtd)
  1050. {
  1051. struct snd_card *card = rtd->card->snd_card;
  1052. struct snd_pcm *pcm = rtd->pcm;
  1053. int ret;
  1054. pr_debug("%s , register new control\n", __func__);
  1055. if (!card->dev->coherent_dma_mask)
  1056. card->dev->coherent_dma_mask = DMA_BIT_MASK(32);
  1057. ret = msm_pcm_add_channel_map_control(rtd);
  1058. if (ret)
  1059. pr_err("%s: Could not add pcm Channel Map Control\n",
  1060. __func__);
  1061. ret = msm_pcm_add_volume_control(rtd);
  1062. if (ret) {
  1063. pr_err("%s: Could not add pcm Volume Control %d\n",
  1064. __func__, ret);
  1065. }
  1066. ret = msm_pcm_add_fe_topology_control(rtd);
  1067. if (ret) {
  1068. pr_err("%s: Could not add pcm topology control %d\n",
  1069. __func__, ret);
  1070. }
  1071. ret = msm_pcm_add_app_type_controls(rtd);
  1072. if (ret) {
  1073. pr_err("%s: Could not add app type controls failed %d\n",
  1074. __func__, ret);
  1075. }
  1076. ret = msm_pcm_add_hwdep_dev(rtd);
  1077. if (ret)
  1078. pr_err("%s: Could not add hw dep node\n", __func__);
  1079. pcm->nonatomic = true;
  1080. return ret;
  1081. }
  1082. static const struct snd_pcm_ops msm_pcm_ops = {
  1083. .open = msm_pcm_open,
  1084. .prepare = msm_pcm_prepare,
  1085. .copy_user = msm_pcm_copy,
  1086. .hw_params = msm_pcm_hw_params,
  1087. .ioctl = msm_pcm_ioctl,
  1088. #ifdef CONFIG_COMPAT
  1089. .compat_ioctl = msm_pcm_compat_ioctl,
  1090. #endif
  1091. .trigger = msm_pcm_trigger,
  1092. .pointer = msm_pcm_pointer,
  1093. .mmap = msm_pcm_mmap,
  1094. .close = msm_pcm_close,
  1095. };
  1096. static struct snd_soc_platform_driver msm_soc_platform = {
  1097. .ops = &msm_pcm_ops,
  1098. .pcm_new = msm_asoc_pcm_new,
  1099. };
  1100. static int msm_pcm_probe(struct platform_device *pdev)
  1101. {
  1102. int rc;
  1103. struct msm_plat_data *pdata;
  1104. const char *latency_level;
  1105. int perf_mode = LOW_LATENCY_PCM_MODE;
  1106. dev_dbg(&pdev->dev, "Pull mode driver probe\n");
  1107. if (of_property_read_bool(pdev->dev.of_node,
  1108. "qcom,msm-pcm-low-latency")) {
  1109. rc = of_property_read_string(pdev->dev.of_node,
  1110. "qcom,latency-level", &latency_level);
  1111. if (!rc) {
  1112. if (!strcmp(latency_level, "ultra"))
  1113. perf_mode = ULTRA_LOW_LATENCY_PCM_MODE;
  1114. else if (!strcmp(latency_level, "ull-pp"))
  1115. perf_mode = ULL_POST_PROCESSING_PCM_MODE;
  1116. }
  1117. }
  1118. pdata = devm_kzalloc(&pdev->dev,
  1119. sizeof(struct msm_plat_data), GFP_KERNEL);
  1120. if (!pdata)
  1121. return -ENOMEM;
  1122. pdata->perf_mode = perf_mode;
  1123. dev_set_drvdata(&pdev->dev, pdata);
  1124. dev_dbg(&pdev->dev, "%s: dev name %s\n",
  1125. __func__, dev_name(&pdev->dev));
  1126. dev_dbg(&pdev->dev, "Pull mode driver register\n");
  1127. rc = snd_soc_register_platform(&pdev->dev,
  1128. &msm_soc_platform);
  1129. if (rc)
  1130. dev_err(&pdev->dev, "Failed to register pull mode driver\n");
  1131. return rc;
  1132. }
  1133. static int msm_pcm_remove(struct platform_device *pdev)
  1134. {
  1135. struct msm_plat_data *pdata;
  1136. dev_dbg(&pdev->dev, "Pull mode remove\n");
  1137. pdata = dev_get_drvdata(&pdev->dev);
  1138. devm_kfree(&pdev->dev, pdata);
  1139. snd_soc_unregister_platform(&pdev->dev);
  1140. return 0;
  1141. }
  1142. static const struct of_device_id msm_pcm_noirq_dt_match[] = {
  1143. {.compatible = "qcom,msm-pcm-dsp-noirq"},
  1144. {}
  1145. };
  1146. MODULE_DEVICE_TABLE(of, msm_pcm_noirq_dt_match);
  1147. static struct platform_driver msm_pcm_driver_noirq = {
  1148. .driver = {
  1149. .name = "msm-pcm-dsp-noirq",
  1150. .owner = THIS_MODULE,
  1151. .of_match_table = msm_pcm_noirq_dt_match,
  1152. },
  1153. .probe = msm_pcm_probe,
  1154. .remove = msm_pcm_remove,
  1155. };
  1156. int __init msm_pcm_noirq_init(void)
  1157. {
  1158. return platform_driver_register(&msm_pcm_driver_noirq);
  1159. }
  1160. void msm_pcm_noirq_exit(void)
  1161. {
  1162. platform_driver_unregister(&msm_pcm_driver_noirq);
  1163. }
  1164. MODULE_DESCRIPTION("PCM NOIRQ module platform driver");
  1165. MODULE_LICENSE("GPL v2");