msm-pcm-q6-noirq.c 38 KB

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