msm-pcm-q6-noirq.c 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289
  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. pdata = (struct msm_plat_data *)
  246. dev_get_drvdata(soc_prtd->platform->dev);
  247. if (!pdata) {
  248. ret = -EINVAL;
  249. pr_err("%s: platform data not populated ret: %d\n", __func__,
  250. ret);
  251. return ret;
  252. }
  253. topology = msm_pcm_fe_topology[soc_prtd->dai_link->id];
  254. if (!strcmp(msm_pcm_fe_topology_text[topology], "ULL_PP"))
  255. perf_mode = ULL_POST_PROCESSING_PCM_MODE;
  256. else if (!strcmp(msm_pcm_fe_topology_text[topology], "ULL"))
  257. perf_mode = ULTRA_LOW_LATENCY_PCM_MODE;
  258. else if (!strcmp(msm_pcm_fe_topology_text[topology], "LL"))
  259. perf_mode = LOW_LATENCY_PCM_MODE;
  260. else
  261. /* use the default from the device tree */
  262. perf_mode = pdata->perf_mode;
  263. /* need to set LOW_LATENCY_PCM_MODE for capture since
  264. * push mode does not support ULL
  265. */
  266. prtd->audio_client->perf_mode = (dir == IN) ?
  267. perf_mode :
  268. LOW_LATENCY_PCM_MODE;
  269. /* rate and channels are sent to audio driver */
  270. prtd->samp_rate = params_rate(params);
  271. prtd->channel_mode = params_channels(params);
  272. if (prtd->enabled)
  273. return 0;
  274. switch (runtime->format) {
  275. case SNDRV_PCM_FORMAT_S24_LE:
  276. bits_per_sample = 24;
  277. sample_word_size = 32;
  278. break;
  279. case SNDRV_PCM_FORMAT_S24_3LE:
  280. bits_per_sample = 24;
  281. sample_word_size = 24;
  282. break;
  283. case SNDRV_PCM_FORMAT_S16_LE:
  284. default:
  285. bits_per_sample = 16;
  286. sample_word_size = 16;
  287. break;
  288. }
  289. config.format = FORMAT_LINEAR_PCM;
  290. config.bits_per_sample = bits_per_sample;
  291. config.rate = params_rate(params);
  292. config.channels = params_channels(params);
  293. config.sample_word_size = sample_word_size;
  294. config.bufsz = params_buffer_bytes(params) / params_periods(params);
  295. config.bufcnt = params_periods(params);
  296. ret = q6asm_open_shared_io(prtd->audio_client, &config, dir);
  297. if (ret) {
  298. pr_err("%s: q6asm_open_write_shared_io failed ret: %d\n",
  299. __func__, ret);
  300. return ret;
  301. }
  302. prtd->pcm_size = params_buffer_bytes(params);
  303. prtd->pcm_count = params_buffer_bytes(params);
  304. prtd->pcm_irq_pos = 0;
  305. buf = prtd->audio_client->port[dir].buf;
  306. dma_buf->dev.type = SNDRV_DMA_TYPE_DEV;
  307. dma_buf->dev.dev = substream->pcm->card->dev;
  308. dma_buf->private_data = NULL;
  309. dma_buf->area = buf->data;
  310. dma_buf->addr = buf->phys;
  311. dma_buf->bytes = prtd->pcm_size;
  312. snd_pcm_set_runtime_buffer(substream, &substream->dma_buffer);
  313. pr_debug("%s: session ID %d, perf %d\n", __func__,
  314. prtd->audio_client->session,
  315. prtd->audio_client->perf_mode);
  316. prtd->session_id = prtd->audio_client->session;
  317. pr_debug("msm_pcm_routing_reg_phy_stream w/ id %d\n",
  318. soc_prtd->dai_link->id);
  319. ret = msm_pcm_routing_reg_phy_stream(soc_prtd->dai_link->id,
  320. prtd->audio_client->perf_mode,
  321. prtd->session_id, substream->stream);
  322. if (ret) {
  323. pr_err("%s: stream reg failed ret:%d\n", __func__, ret);
  324. return ret;
  325. }
  326. atomic_set(&prtd->out_count, runtime->periods);
  327. prtd->enabled = 1;
  328. prtd->cmd_pending = 0;
  329. prtd->cmd_interrupt = 0;
  330. return 0;
  331. }
  332. static int msm_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
  333. {
  334. int ret = 0;
  335. struct snd_pcm_runtime *runtime = substream->runtime;
  336. struct msm_audio *prtd = runtime->private_data;
  337. int dir = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? 0 : 1;
  338. struct audio_buffer *buf;
  339. switch (cmd) {
  340. case SNDRV_PCM_TRIGGER_START:
  341. case SNDRV_PCM_TRIGGER_RESUME:
  342. case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
  343. pr_debug("%s: %s Trigger start\n", __func__,
  344. dir == 0 ? "P" : "C");
  345. ret = q6asm_run(prtd->audio_client, 0, 0, 0);
  346. if (ret)
  347. break;
  348. atomic_set(&prtd->start, 1);
  349. break;
  350. case SNDRV_PCM_TRIGGER_STOP:
  351. pr_debug("%s: SNDRV_PCM_TRIGGER_STOP\n", __func__);
  352. atomic_set(&prtd->start, 0);
  353. q6asm_cmd(prtd->audio_client, CMD_PAUSE);
  354. q6asm_cmd(prtd->audio_client, CMD_FLUSH);
  355. buf = q6asm_shared_io_buf(prtd->audio_client, dir);
  356. if (buf == NULL) {
  357. pr_err("%s: shared IO buffer is null\n", __func__);
  358. ret = -EINVAL;
  359. break;
  360. }
  361. memset(buf->data, 0, buf->actual_size);
  362. break;
  363. case SNDRV_PCM_TRIGGER_SUSPEND:
  364. case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
  365. pr_debug("%s: SNDRV_PCM_TRIGGER_PAUSE\n", __func__);
  366. ret = q6asm_cmd_nowait(prtd->audio_client, CMD_PAUSE);
  367. atomic_set(&prtd->start, 0);
  368. break;
  369. default:
  370. ret = -EINVAL;
  371. break;
  372. }
  373. return ret;
  374. }
  375. static int msm_pcm_mmap_fd(struct snd_pcm_substream *substream,
  376. struct snd_pcm_mmap_fd *mmap_fd)
  377. {
  378. struct msm_audio *prtd;
  379. struct audio_port_data *apd;
  380. struct audio_buffer *ab;
  381. int dir = -1;
  382. if (!substream->runtime) {
  383. pr_err("%s substream runtime not found\n", __func__);
  384. return -EFAULT;
  385. }
  386. prtd = substream->runtime->private_data;
  387. if (!prtd || !prtd->audio_client || !prtd->mmap_flag) {
  388. pr_err("%s no audio client or not an mmap session\n", __func__);
  389. return -EINVAL;
  390. }
  391. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  392. dir = IN;
  393. else
  394. dir = OUT;
  395. apd = prtd->audio_client->port;
  396. ab = &(apd[dir].buf[0]);
  397. /*
  398. * Passing O_CLOEXEC as flag passed to fd, to be in sync with
  399. * previous implimentation.
  400. * This was the flag used by previous internal wrapper API, which
  401. * used to call dma_buf_fd internally.
  402. */
  403. mmap_fd->fd = dma_buf_fd(ab->dma_buf, O_CLOEXEC);
  404. if (mmap_fd->fd >= 0) {
  405. mmap_fd->dir = dir;
  406. mmap_fd->actual_size = ab->actual_size;
  407. mmap_fd->size = ab->size;
  408. }
  409. return mmap_fd->fd < 0 ? -EFAULT : 0;
  410. }
  411. static int msm_pcm_ioctl(struct snd_pcm_substream *substream,
  412. unsigned int cmd, void *arg)
  413. {
  414. struct snd_pcm_runtime *runtime = substream->runtime;
  415. struct msm_audio *prtd = runtime->private_data;
  416. int dir = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? 0 : 1;
  417. struct audio_buffer *buf;
  418. switch (cmd) {
  419. case SNDRV_PCM_IOCTL1_RESET:
  420. pr_debug("%s: %s SNDRV_PCM_IOCTL1_RESET\n", __func__,
  421. dir == 0 ? "P" : "C");
  422. buf = q6asm_shared_io_buf(prtd->audio_client, dir);
  423. if (buf && buf->data)
  424. memset(buf->data, 0, buf->actual_size);
  425. break;
  426. default:
  427. break;
  428. }
  429. return snd_pcm_lib_ioctl(substream, cmd, arg);
  430. }
  431. #ifdef CONFIG_COMPAT
  432. static int msm_pcm_compat_ioctl(struct snd_pcm_substream *substream,
  433. unsigned int cmd, void *arg)
  434. {
  435. /* we only handle RESET which is common for both modes */
  436. return msm_pcm_ioctl(substream, cmd, arg);
  437. }
  438. #endif
  439. static snd_pcm_uframes_t msm_pcm_pointer(struct snd_pcm_substream *substream)
  440. {
  441. struct snd_pcm_runtime *runtime = substream->runtime;
  442. uint32_t read_index, wall_clk_msw, wall_clk_lsw;
  443. /*these are offsets, unlike ASoC's full values*/
  444. snd_pcm_sframes_t hw_ptr;
  445. snd_pcm_sframes_t period_size;
  446. int ret;
  447. int retries = 10;
  448. struct msm_audio *prtd = runtime->private_data;
  449. period_size = runtime->period_size;
  450. do {
  451. ret = q6asm_get_shared_pos(prtd->audio_client,
  452. &read_index, &wall_clk_msw,
  453. &wall_clk_lsw);
  454. } while (ret == -EAGAIN && --retries);
  455. if (ret || !period_size) {
  456. pr_err("get_shared_pos error or zero period size\n");
  457. return 0;
  458. }
  459. hw_ptr = bytes_to_frames(substream->runtime,
  460. read_index);
  461. if (runtime->control->appl_ptr == 0) {
  462. pr_debug("ptr(%s): appl(0), hw = %lu read_index = %u\n",
  463. prtd->substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
  464. "P" : "C",
  465. hw_ptr, read_index);
  466. }
  467. return (hw_ptr/period_size) * period_size;
  468. }
  469. static int msm_pcm_copy(struct snd_pcm_substream *substream, int a,
  470. unsigned long hwoff, void __user *buf, unsigned long fbytes)
  471. {
  472. return -EINVAL;
  473. }
  474. static int msm_pcm_mmap(struct snd_pcm_substream *substream,
  475. struct vm_area_struct *vma)
  476. {
  477. struct snd_pcm_runtime *runtime = substream->runtime;
  478. struct msm_audio *prtd = runtime->private_data;
  479. struct audio_client *ac = prtd->audio_client;
  480. struct audio_port_data *apd = ac->port;
  481. struct audio_buffer *ab;
  482. int dir = -1;
  483. int ret;
  484. pr_debug("%s: mmap begin\n", __func__);
  485. prtd->mmap_flag = 1;
  486. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  487. dir = IN;
  488. else
  489. dir = OUT;
  490. ab = &(apd[dir].buf[0]);
  491. ret = msm_audio_ion_mmap(ab, vma);
  492. if (ret)
  493. prtd->mmap_flag = 0;
  494. return ret;
  495. }
  496. static int msm_pcm_prepare(struct snd_pcm_substream *substream)
  497. {
  498. struct snd_pcm_runtime *runtime = substream->runtime;
  499. struct msm_audio *prtd = runtime->private_data;
  500. if (!prtd || !prtd->mmap_flag)
  501. return -EIO;
  502. return 0;
  503. }
  504. static int msm_pcm_close(struct snd_pcm_substream *substream)
  505. {
  506. struct snd_pcm_runtime *runtime = substream->runtime;
  507. struct snd_soc_pcm_runtime *soc_prtd = substream->private_data;
  508. struct msm_audio *prtd = runtime->private_data;
  509. struct audio_client *ac = prtd->audio_client;
  510. uint32_t timeout;
  511. int dir = 0;
  512. int ret = 0;
  513. if (ac) {
  514. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  515. dir = IN;
  516. else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
  517. dir = OUT;
  518. /* determine timeout length */
  519. if (runtime->frame_bits == 0 || runtime->rate == 0) {
  520. timeout = CMD_EOS_MIN_TIMEOUT_LENGTH;
  521. } else {
  522. timeout = (runtime->period_size *
  523. CMD_EOS_TIMEOUT_MULTIPLIER) /
  524. ((runtime->frame_bits / 8) *
  525. runtime->rate);
  526. if (timeout < CMD_EOS_MIN_TIMEOUT_LENGTH)
  527. timeout = CMD_EOS_MIN_TIMEOUT_LENGTH;
  528. }
  529. q6asm_cmd(ac, CMD_CLOSE);
  530. ret = q6asm_shared_io_free(ac, dir);
  531. if (ret) {
  532. pr_err("%s: Failed to close pull mode, ret %d\n",
  533. __func__, ret);
  534. }
  535. q6asm_audio_client_free(ac);
  536. }
  537. msm_pcm_routing_dereg_phy_stream(soc_prtd->dai_link->id,
  538. dir == IN ?
  539. SNDRV_PCM_STREAM_PLAYBACK :
  540. SNDRV_PCM_STREAM_CAPTURE);
  541. kfree(prtd);
  542. runtime->private_data = NULL;
  543. return 0;
  544. }
  545. static int msm_pcm_set_volume(struct msm_audio *prtd, uint32_t volume)
  546. {
  547. int rc = 0;
  548. if (prtd && prtd->audio_client) {
  549. pr_debug("%s: channels %d volume 0x%x\n", __func__,
  550. prtd->channel_mode, volume);
  551. rc = q6asm_set_volume(prtd->audio_client, volume);
  552. if (rc < 0) {
  553. pr_err("%s: Send Volume command failed rc=%d\n",
  554. __func__, rc);
  555. }
  556. }
  557. return rc;
  558. }
  559. static int msm_pcm_volume_ctl_get(struct snd_kcontrol *kcontrol,
  560. struct snd_ctl_elem_value *ucontrol)
  561. {
  562. struct snd_pcm_volume *vol = snd_kcontrol_chip(kcontrol);
  563. struct snd_pcm_substream *substream =
  564. vol->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
  565. struct msm_audio *prtd;
  566. pr_debug("%s\n", __func__);
  567. if (!substream) {
  568. pr_err("%s substream not found\n", __func__);
  569. return -ENODEV;
  570. }
  571. if (!substream->runtime) {
  572. pr_err("%s substream runtime not found\n", __func__);
  573. return 0;
  574. }
  575. prtd = substream->runtime->private_data;
  576. if (prtd)
  577. ucontrol->value.integer.value[0] = prtd->volume;
  578. return 0;
  579. }
  580. static int msm_pcm_volume_ctl_put(struct snd_kcontrol *kcontrol,
  581. struct snd_ctl_elem_value *ucontrol)
  582. {
  583. int rc = 0;
  584. struct snd_pcm_volume *vol = snd_kcontrol_chip(kcontrol);
  585. struct snd_pcm_substream *substream =
  586. vol->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
  587. struct msm_audio *prtd;
  588. int volume = ucontrol->value.integer.value[0];
  589. pr_debug("%s: volume : 0x%x\n", __func__, volume);
  590. if (!substream) {
  591. pr_err("%s substream not found\n", __func__);
  592. return -ENODEV;
  593. }
  594. if (!substream->runtime) {
  595. pr_err("%s substream runtime not found\n", __func__);
  596. return 0;
  597. }
  598. prtd = substream->runtime->private_data;
  599. if (prtd) {
  600. rc = msm_pcm_set_volume(prtd, volume);
  601. prtd->volume = volume;
  602. }
  603. return rc;
  604. }
  605. static int msm_pcm_add_volume_control(struct snd_soc_pcm_runtime *rtd)
  606. {
  607. int ret = 0;
  608. struct snd_pcm *pcm = rtd->pcm;
  609. struct snd_pcm_volume *volume_info;
  610. struct snd_kcontrol *kctl;
  611. dev_dbg(rtd->dev, "%s, Volume control add\n", __func__);
  612. ret = snd_pcm_add_volume_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK,
  613. NULL, 1, rtd->dai_link->id,
  614. &volume_info);
  615. if (ret < 0) {
  616. pr_err("%s volume control failed ret %d\n", __func__, ret);
  617. return ret;
  618. }
  619. kctl = volume_info->kctl;
  620. kctl->put = msm_pcm_volume_ctl_put;
  621. kctl->get = msm_pcm_volume_ctl_get;
  622. kctl->tlv.p = msm_pcm_vol_gain;
  623. return 0;
  624. }
  625. static int msm_pcm_chmap_ctl_put(struct snd_kcontrol *kcontrol,
  626. struct snd_ctl_elem_value *ucontrol)
  627. {
  628. int i;
  629. struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol);
  630. unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
  631. struct snd_pcm_substream *substream;
  632. struct msm_audio *prtd;
  633. pr_debug("%s", __func__);
  634. substream = snd_pcm_chmap_substream(info, idx);
  635. if (!substream)
  636. return -ENODEV;
  637. if (!substream->runtime)
  638. return 0;
  639. prtd = substream->runtime->private_data;
  640. if (prtd) {
  641. prtd->set_channel_map = true;
  642. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL; i++)
  643. prtd->channel_map[i] =
  644. (char)(ucontrol->value.integer.value[i]);
  645. }
  646. return 0;
  647. }
  648. static int msm_pcm_chmap_ctl_get(struct snd_kcontrol *kcontrol,
  649. struct snd_ctl_elem_value *ucontrol)
  650. {
  651. int i;
  652. struct snd_pcm_chmap *info = snd_kcontrol_chip(kcontrol);
  653. unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
  654. struct snd_pcm_substream *substream;
  655. struct msm_audio *prtd;
  656. pr_debug("%s", __func__);
  657. substream = snd_pcm_chmap_substream(info, idx);
  658. if (!substream)
  659. return -ENODEV;
  660. memset(ucontrol->value.integer.value, 0,
  661. sizeof(ucontrol->value.integer.value));
  662. if (!substream->runtime)
  663. return 0; /* no channels set */
  664. prtd = substream->runtime->private_data;
  665. if (prtd && prtd->set_channel_map == true) {
  666. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL; i++)
  667. ucontrol->value.integer.value[i] =
  668. (int)prtd->channel_map[i];
  669. } else {
  670. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL; i++)
  671. ucontrol->value.integer.value[i] = 0;
  672. }
  673. return 0;
  674. }
  675. static int msm_pcm_add_chmap_control(struct snd_soc_pcm_runtime *rtd)
  676. {
  677. struct snd_pcm *pcm = rtd->pcm;
  678. struct snd_pcm_chmap *chmap_info;
  679. struct snd_kcontrol *kctl;
  680. char device_num[12];
  681. int i, ret;
  682. pr_debug("%s, Channel map cntrl add\n", __func__);
  683. ret = snd_pcm_add_chmap_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK,
  684. snd_pcm_std_chmaps,
  685. PCM_FORMAT_MAX_NUM_CHANNEL, 0,
  686. &chmap_info);
  687. if (ret)
  688. return ret;
  689. kctl = chmap_info->kctl;
  690. for (i = 0; i < kctl->count; i++)
  691. kctl->vd[i].access |= SNDRV_CTL_ELEM_ACCESS_WRITE;
  692. snprintf(device_num, sizeof(device_num), "%d", pcm->device);
  693. strlcat(kctl->id.name, device_num, sizeof(kctl->id.name));
  694. pr_debug("%s, Overwriting channel map control name to: %s",
  695. __func__, kctl->id.name);
  696. kctl->put = msm_pcm_chmap_ctl_put;
  697. kctl->get = msm_pcm_chmap_ctl_get;
  698. return 0;
  699. }
  700. static int msm_pcm_fe_topology_info(struct snd_kcontrol *kcontrol,
  701. struct snd_ctl_elem_info *uinfo)
  702. {
  703. const struct soc_enum *e = &msm_pcm_fe_topology_enum[0];
  704. return snd_ctl_enum_info(uinfo, 1, e->items, e->texts);
  705. }
  706. static int msm_pcm_fe_topology_get(struct snd_kcontrol *kcontrol,
  707. struct snd_ctl_elem_value *ucontrol)
  708. {
  709. unsigned long fe_id = kcontrol->private_value;
  710. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  711. pr_err("%s Received out of bound fe_id %lu\n", __func__, fe_id);
  712. return -EINVAL;
  713. }
  714. pr_debug("%s: %lu topology %s\n", __func__, fe_id,
  715. msm_pcm_fe_topology_text[msm_pcm_fe_topology[fe_id]]);
  716. ucontrol->value.enumerated.item[0] = msm_pcm_fe_topology[fe_id];
  717. return 0;
  718. }
  719. static int msm_pcm_fe_topology_put(struct snd_kcontrol *kcontrol,
  720. struct snd_ctl_elem_value *ucontrol)
  721. {
  722. unsigned long fe_id = kcontrol->private_value;
  723. unsigned int item;
  724. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  725. pr_err("%s Received out of bound fe_id %lu\n", __func__, fe_id);
  726. return -EINVAL;
  727. }
  728. item = ucontrol->value.enumerated.item[0];
  729. if (item >= ARRAY_SIZE(msm_pcm_fe_topology_text)) {
  730. pr_err("%s Received out of bound topology %lu\n", __func__,
  731. fe_id);
  732. return -EINVAL;
  733. }
  734. pr_debug("%s: %lu new topology %s\n", __func__, fe_id,
  735. msm_pcm_fe_topology_text[item]);
  736. msm_pcm_fe_topology[fe_id] = item;
  737. return 0;
  738. }
  739. static int msm_pcm_add_fe_topology_control(struct snd_soc_pcm_runtime *rtd)
  740. {
  741. const char *mixer_ctl_name = "PCM_Dev";
  742. const char *deviceNo = "NN";
  743. const char *topo_text = "Topology";
  744. char *mixer_str = NULL;
  745. int ctl_len;
  746. int ret;
  747. struct snd_kcontrol_new topology_control[1] = {
  748. {
  749. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  750. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  751. .name = "?",
  752. .info = msm_pcm_fe_topology_info,
  753. .get = msm_pcm_fe_topology_get,
  754. .put = msm_pcm_fe_topology_put,
  755. .private_value = 0,
  756. },
  757. };
  758. ctl_len = strlen(mixer_ctl_name) + 1 + strlen(deviceNo) + 1 +
  759. strlen(topo_text) + 1;
  760. mixer_str = kzalloc(ctl_len, GFP_KERNEL);
  761. if (!mixer_str)
  762. return -ENOMEM;
  763. snprintf(mixer_str, ctl_len, "%s %d %s", mixer_ctl_name,
  764. rtd->pcm->device, topo_text);
  765. topology_control[0].name = mixer_str;
  766. topology_control[0].private_value = rtd->dai_link->id;
  767. ret = snd_soc_add_platform_controls(rtd->platform, topology_control,
  768. ARRAY_SIZE(topology_control));
  769. msm_pcm_fe_topology[rtd->dai_link->id] = 0;
  770. kfree(mixer_str);
  771. return ret;
  772. }
  773. static int msm_pcm_playback_app_type_cfg_ctl_put(struct snd_kcontrol *kcontrol,
  774. struct snd_ctl_elem_value *ucontrol)
  775. {
  776. u64 fe_id = kcontrol->private_value;
  777. int session_type = SESSION_TYPE_RX;
  778. int be_id = ucontrol->value.integer.value[3];
  779. struct msm_pcm_stream_app_type_cfg cfg_data = {0, 0, 48000};
  780. int ret = 0;
  781. cfg_data.app_type = ucontrol->value.integer.value[0];
  782. cfg_data.acdb_dev_id = ucontrol->value.integer.value[1];
  783. if (ucontrol->value.integer.value[2] != 0)
  784. cfg_data.sample_rate = ucontrol->value.integer.value[2];
  785. pr_debug("%s: fe_id- %llu session_type- %d be_id- %d app_type- %d acdb_dev_id- %d sample_rate- %d\n",
  786. __func__, fe_id, session_type, be_id,
  787. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  788. ret = msm_pcm_routing_reg_stream_app_type_cfg(fe_id, session_type,
  789. be_id, &cfg_data);
  790. if (ret < 0)
  791. pr_err("%s: msm_pcm_routing_reg_stream_app_type_cfg failed returned %d\n",
  792. __func__, ret);
  793. return ret;
  794. }
  795. static int msm_pcm_playback_app_type_cfg_ctl_get(struct snd_kcontrol *kcontrol,
  796. struct snd_ctl_elem_value *ucontrol)
  797. {
  798. u64 fe_id = kcontrol->private_value;
  799. int session_type = SESSION_TYPE_RX;
  800. int be_id = 0;
  801. struct msm_pcm_stream_app_type_cfg cfg_data = {0};
  802. int ret = 0;
  803. ret = msm_pcm_routing_get_stream_app_type_cfg(fe_id, session_type,
  804. &be_id, &cfg_data);
  805. if (ret < 0) {
  806. pr_err("%s: msm_pcm_routing_get_stream_app_type_cfg failed returned %d\n",
  807. __func__, ret);
  808. goto done;
  809. }
  810. ucontrol->value.integer.value[0] = cfg_data.app_type;
  811. ucontrol->value.integer.value[1] = cfg_data.acdb_dev_id;
  812. ucontrol->value.integer.value[2] = cfg_data.sample_rate;
  813. ucontrol->value.integer.value[3] = be_id;
  814. pr_debug("%s: fedai_id %llu, session_type %d, be_id %d, app_type %d, acdb_dev_id %d, sample_rate %d\n",
  815. __func__, fe_id, session_type, be_id,
  816. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  817. done:
  818. return ret;
  819. }
  820. static int msm_pcm_capture_app_type_cfg_ctl_put(struct snd_kcontrol *kcontrol,
  821. struct snd_ctl_elem_value *ucontrol)
  822. {
  823. u64 fe_id = kcontrol->private_value;
  824. int session_type = SESSION_TYPE_TX;
  825. int be_id = ucontrol->value.integer.value[3];
  826. struct msm_pcm_stream_app_type_cfg cfg_data = {0, 0, 48000};
  827. int ret = 0;
  828. cfg_data.app_type = ucontrol->value.integer.value[0];
  829. cfg_data.acdb_dev_id = ucontrol->value.integer.value[1];
  830. if (ucontrol->value.integer.value[2] != 0)
  831. cfg_data.sample_rate = ucontrol->value.integer.value[2];
  832. pr_debug("%s: fe_id- %llu session_type- %d be_id- %d app_type- %d acdb_dev_id- %d sample_rate- %d\n",
  833. __func__, fe_id, session_type, be_id,
  834. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  835. ret = msm_pcm_routing_reg_stream_app_type_cfg(fe_id, session_type,
  836. be_id, &cfg_data);
  837. if (ret < 0)
  838. pr_err("%s: msm_pcm_routing_reg_stream_app_type_cfg failed returned %d\n",
  839. __func__, ret);
  840. return ret;
  841. }
  842. static int msm_pcm_capture_app_type_cfg_ctl_get(struct snd_kcontrol *kcontrol,
  843. struct snd_ctl_elem_value *ucontrol)
  844. {
  845. u64 fe_id = kcontrol->private_value;
  846. int session_type = SESSION_TYPE_TX;
  847. int be_id = 0;
  848. struct msm_pcm_stream_app_type_cfg cfg_data = {0};
  849. int ret = 0;
  850. ret = msm_pcm_routing_get_stream_app_type_cfg(fe_id, session_type,
  851. &be_id, &cfg_data);
  852. if (ret < 0) {
  853. pr_err("%s: msm_pcm_routing_get_stream_app_type_cfg failed returned %d\n",
  854. __func__, ret);
  855. goto done;
  856. }
  857. ucontrol->value.integer.value[0] = cfg_data.app_type;
  858. ucontrol->value.integer.value[1] = cfg_data.acdb_dev_id;
  859. ucontrol->value.integer.value[2] = cfg_data.sample_rate;
  860. ucontrol->value.integer.value[3] = be_id;
  861. pr_debug("%s: fedai_id %llu, session_type %d, be_id %d, app_type %d, acdb_dev_id %d, sample_rate %d\n",
  862. __func__, fe_id, session_type, be_id,
  863. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  864. done:
  865. return ret;
  866. }
  867. static int msm_pcm_add_app_type_controls(struct snd_soc_pcm_runtime *rtd)
  868. {
  869. struct snd_pcm *pcm = rtd->pcm;
  870. struct snd_pcm_usr *app_type_info;
  871. struct snd_kcontrol *kctl;
  872. const char *playback_mixer_ctl_name = "Audio Stream";
  873. const char *capture_mixer_ctl_name = "Audio Stream Capture";
  874. const char *deviceNo = "NN";
  875. const char *suffix = "App Type Cfg";
  876. int ctl_len, ret = 0;
  877. if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) {
  878. ctl_len = strlen(playback_mixer_ctl_name) + 1 +
  879. strlen(deviceNo) + 1 +
  880. strlen(suffix) + 1;
  881. pr_debug("%s: Playback app type cntrl add\n", __func__);
  882. ret = snd_pcm_add_usr_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK,
  883. NULL, 1, ctl_len, rtd->dai_link->id,
  884. &app_type_info);
  885. if (ret < 0) {
  886. pr_err("%s: playback app type cntrl add failed, err: %d\n",
  887. __func__, ret);
  888. return ret;
  889. }
  890. kctl = app_type_info->kctl;
  891. snprintf(kctl->id.name, ctl_len, "%s %d %s",
  892. playback_mixer_ctl_name, rtd->pcm->device, suffix);
  893. kctl->put = msm_pcm_playback_app_type_cfg_ctl_put;
  894. kctl->get = msm_pcm_playback_app_type_cfg_ctl_get;
  895. }
  896. if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) {
  897. ctl_len = strlen(capture_mixer_ctl_name) + 1 +
  898. strlen(deviceNo) + 1 + strlen(suffix) + 1;
  899. pr_debug("%s: Capture app type cntrl add\n", __func__);
  900. ret = snd_pcm_add_usr_ctls(pcm, SNDRV_PCM_STREAM_CAPTURE,
  901. NULL, 1, ctl_len, rtd->dai_link->id,
  902. &app_type_info);
  903. if (ret < 0) {
  904. pr_err("%s: capture app type cntrl add failed, err: %d\n",
  905. __func__, ret);
  906. return ret;
  907. }
  908. kctl = app_type_info->kctl;
  909. snprintf(kctl->id.name, ctl_len, "%s %d %s",
  910. capture_mixer_ctl_name, rtd->pcm->device, suffix);
  911. kctl->put = msm_pcm_capture_app_type_cfg_ctl_put;
  912. kctl->get = msm_pcm_capture_app_type_cfg_ctl_get;
  913. }
  914. return 0;
  915. }
  916. static int msm_pcm_hwdep_ioctl(struct snd_hwdep *hw, struct file *file,
  917. unsigned int cmd, unsigned long arg)
  918. {
  919. int ret = 0;
  920. struct snd_pcm *pcm = hw->private_data;
  921. struct snd_pcm_mmap_fd __user *_mmap_fd = NULL;
  922. struct snd_pcm_mmap_fd mmap_fd;
  923. struct snd_pcm_substream *substream = NULL;
  924. int32_t dir = -1;
  925. switch (cmd) {
  926. case SNDRV_PCM_IOCTL_MMAP_DATA_FD:
  927. _mmap_fd = (struct snd_pcm_mmap_fd __user *)arg;
  928. if (get_user(dir, (int32_t __user *)&(_mmap_fd->dir))) {
  929. pr_err("%s: error copying mmap_fd from user\n",
  930. __func__);
  931. ret = -EFAULT;
  932. break;
  933. }
  934. if (dir != OUT && dir != IN) {
  935. pr_err("%s invalid stream dir\n", __func__);
  936. ret = -EINVAL;
  937. break;
  938. }
  939. substream = pcm->streams[dir].substream;
  940. if (!substream) {
  941. pr_err("%s substream not found\n", __func__);
  942. ret = -ENODEV;
  943. break;
  944. }
  945. pr_debug("%s : %s MMAP Data fd\n", __func__,
  946. dir == 0 ? "P" : "C");
  947. if (msm_pcm_mmap_fd(substream, &mmap_fd) < 0) {
  948. pr_err("%s: error getting fd\n",
  949. __func__);
  950. ret = -EFAULT;
  951. break;
  952. }
  953. if (put_user(mmap_fd.fd, &_mmap_fd->fd) ||
  954. put_user(mmap_fd.size, &_mmap_fd->size) ||
  955. put_user(mmap_fd.actual_size, &_mmap_fd->actual_size)) {
  956. pr_err("%s: error copying fd\n", __func__);
  957. return -EFAULT;
  958. }
  959. break;
  960. default:
  961. ret = -EINVAL;
  962. break;
  963. }
  964. return ret;
  965. }
  966. #ifdef CONFIG_COMPAT
  967. static int msm_pcm_hwdep_compat_ioctl(struct snd_hwdep *hw,
  968. struct file *file,
  969. unsigned int cmd,
  970. unsigned long arg)
  971. {
  972. /* we only support mmap fd. Handling is common in both modes */
  973. return msm_pcm_hwdep_ioctl(hw, file, cmd, arg);
  974. }
  975. #else
  976. static int msm_pcm_hwdep_compat_ioctl(struct snd_hwdep *hw,
  977. struct file *file,
  978. unsigned int cmd,
  979. unsigned long arg)
  980. {
  981. return -EINVAL;
  982. }
  983. #endif
  984. static int msm_pcm_add_hwdep_dev(struct snd_soc_pcm_runtime *runtime)
  985. {
  986. struct snd_hwdep *hwdep;
  987. int rc;
  988. char id[] = "NOIRQ_NN";
  989. snprintf(id, sizeof(id), "NOIRQ_%d", runtime->pcm->device);
  990. pr_debug("%s: pcm dev %d\n", __func__, runtime->pcm->device);
  991. rc = snd_hwdep_new(runtime->card->snd_card,
  992. &id[0],
  993. HWDEP_FE_BASE + runtime->pcm->device,
  994. &hwdep);
  995. if (!hwdep || rc < 0) {
  996. pr_err("%s: hwdep intf failed to create %s - hwdep\n", __func__,
  997. id);
  998. return rc;
  999. }
  1000. hwdep->iface = SNDRV_HWDEP_IFACE_AUDIO_BE; /* for lack of a FE iface */
  1001. hwdep->private_data = runtime->pcm; /* of type struct snd_pcm */
  1002. hwdep->ops.ioctl = msm_pcm_hwdep_ioctl;
  1003. hwdep->ops.ioctl_compat = msm_pcm_hwdep_compat_ioctl;
  1004. return 0;
  1005. }
  1006. static int msm_asoc_pcm_new(struct snd_soc_pcm_runtime *rtd)
  1007. {
  1008. struct snd_card *card = rtd->card->snd_card;
  1009. struct snd_pcm *pcm = rtd->pcm;
  1010. int ret;
  1011. pr_debug("%s , register new control\n", __func__);
  1012. if (!card->dev->coherent_dma_mask)
  1013. card->dev->coherent_dma_mask = DMA_BIT_MASK(32);
  1014. ret = msm_pcm_add_chmap_control(rtd);
  1015. if (ret) {
  1016. pr_err("%s failed to add chmap cntls\n", __func__);
  1017. goto exit;
  1018. }
  1019. ret = msm_pcm_add_volume_control(rtd);
  1020. if (ret) {
  1021. pr_err("%s: Could not add pcm Volume Control %d\n",
  1022. __func__, ret);
  1023. }
  1024. ret = msm_pcm_add_fe_topology_control(rtd);
  1025. if (ret) {
  1026. pr_err("%s: Could not add pcm topology control %d\n",
  1027. __func__, ret);
  1028. }
  1029. ret = msm_pcm_add_app_type_controls(rtd);
  1030. if (ret) {
  1031. pr_err("%s: Could not add app type controls failed %d\n",
  1032. __func__, ret);
  1033. }
  1034. ret = msm_pcm_add_hwdep_dev(rtd);
  1035. if (ret)
  1036. pr_err("%s: Could not add hw dep node\n", __func__);
  1037. pcm->nonatomic = true;
  1038. exit:
  1039. return ret;
  1040. }
  1041. static const struct snd_pcm_ops msm_pcm_ops = {
  1042. .open = msm_pcm_open,
  1043. .prepare = msm_pcm_prepare,
  1044. .copy_user = msm_pcm_copy,
  1045. .hw_params = msm_pcm_hw_params,
  1046. .ioctl = msm_pcm_ioctl,
  1047. #ifdef CONFIG_COMPAT
  1048. .compat_ioctl = msm_pcm_compat_ioctl,
  1049. #endif
  1050. .trigger = msm_pcm_trigger,
  1051. .pointer = msm_pcm_pointer,
  1052. .mmap = msm_pcm_mmap,
  1053. .close = msm_pcm_close,
  1054. };
  1055. static struct snd_soc_platform_driver msm_soc_platform = {
  1056. .ops = &msm_pcm_ops,
  1057. .pcm_new = msm_asoc_pcm_new,
  1058. };
  1059. static int msm_pcm_probe(struct platform_device *pdev)
  1060. {
  1061. int rc;
  1062. struct msm_plat_data *pdata;
  1063. const char *latency_level;
  1064. int perf_mode = LOW_LATENCY_PCM_MODE;
  1065. dev_dbg(&pdev->dev, "Pull mode driver probe\n");
  1066. if (of_property_read_bool(pdev->dev.of_node,
  1067. "qcom,msm-pcm-low-latency")) {
  1068. rc = of_property_read_string(pdev->dev.of_node,
  1069. "qcom,latency-level", &latency_level);
  1070. if (!rc) {
  1071. if (!strcmp(latency_level, "ultra"))
  1072. perf_mode = ULTRA_LOW_LATENCY_PCM_MODE;
  1073. else if (!strcmp(latency_level, "ull-pp"))
  1074. perf_mode = ULL_POST_PROCESSING_PCM_MODE;
  1075. }
  1076. }
  1077. pdata = devm_kzalloc(&pdev->dev,
  1078. sizeof(struct msm_plat_data), GFP_KERNEL);
  1079. if (!pdata)
  1080. return -ENOMEM;
  1081. pdata->perf_mode = perf_mode;
  1082. dev_set_drvdata(&pdev->dev, pdata);
  1083. dev_dbg(&pdev->dev, "%s: dev name %s\n",
  1084. __func__, dev_name(&pdev->dev));
  1085. dev_dbg(&pdev->dev, "Pull mode driver register\n");
  1086. rc = snd_soc_register_platform(&pdev->dev,
  1087. &msm_soc_platform);
  1088. if (rc)
  1089. dev_err(&pdev->dev, "Failed to register pull mode driver\n");
  1090. return rc;
  1091. }
  1092. static int msm_pcm_remove(struct platform_device *pdev)
  1093. {
  1094. struct msm_plat_data *pdata;
  1095. dev_dbg(&pdev->dev, "Pull mode remove\n");
  1096. pdata = dev_get_drvdata(&pdev->dev);
  1097. devm_kfree(&pdev->dev, pdata);
  1098. snd_soc_unregister_platform(&pdev->dev);
  1099. return 0;
  1100. }
  1101. static const struct of_device_id msm_pcm_noirq_dt_match[] = {
  1102. {.compatible = "qcom,msm-pcm-dsp-noirq"},
  1103. {}
  1104. };
  1105. MODULE_DEVICE_TABLE(of, msm_pcm_noirq_dt_match);
  1106. static struct platform_driver msm_pcm_driver_noirq = {
  1107. .driver = {
  1108. .name = "msm-pcm-dsp-noirq",
  1109. .owner = THIS_MODULE,
  1110. .of_match_table = msm_pcm_noirq_dt_match,
  1111. },
  1112. .probe = msm_pcm_probe,
  1113. .remove = msm_pcm_remove,
  1114. };
  1115. int __init msm_pcm_noirq_init(void)
  1116. {
  1117. return platform_driver_register(&msm_pcm_driver_noirq);
  1118. }
  1119. void msm_pcm_noirq_exit(void)
  1120. {
  1121. platform_driver_unregister(&msm_pcm_driver_noirq);
  1122. }
  1123. MODULE_DESCRIPTION("PCM NOIRQ module platform driver");
  1124. MODULE_LICENSE("GPL v2");