msm-pcm-q6-noirq.c 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388
  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. struct dma_buf *buf = NULL;
  391. int rc = 0;
  392. if (!substream->runtime) {
  393. pr_err("%s substream runtime not found\n", __func__);
  394. return -EFAULT;
  395. }
  396. prtd = substream->runtime->private_data;
  397. if (!prtd || !prtd->audio_client || !prtd->mmap_flag) {
  398. pr_err("%s no audio client or not an mmap session\n", __func__);
  399. return -EINVAL;
  400. }
  401. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  402. dir = IN;
  403. else
  404. dir = OUT;
  405. apd = prtd->audio_client->port;
  406. ab = &(apd[dir].buf[0]);
  407. /*
  408. * Passing O_CLOEXEC as flag passed to fd, to be in sync with
  409. * previous implimentation.
  410. * This was the flag used by previous internal wrapper API, which
  411. * used to call dma_buf_fd internally.
  412. */
  413. mmap_fd->fd = dma_buf_fd(ab->dma_buf, O_CLOEXEC);
  414. if (mmap_fd->fd < 0) {
  415. pr_err("%s: dma_buf_fd failed, fd:%d\n",
  416. __func__, mmap_fd->fd);
  417. rc = -EFAULT;
  418. goto buf_fd_fail;
  419. }
  420. mmap_fd->dir = dir;
  421. mmap_fd->actual_size = ab->actual_size;
  422. mmap_fd->size = ab->size;
  423. buf = dma_buf_get(mmap_fd->fd);
  424. if (IS_ERR_OR_NULL(buf)) {
  425. pr_err("%s: dma_buf_get failed, fd:%d\n",
  426. __func__, mmap_fd->fd);
  427. rc = -EINVAL;
  428. }
  429. buf_fd_fail:
  430. return rc;
  431. }
  432. static int msm_pcm_ioctl(struct snd_pcm_substream *substream,
  433. unsigned int cmd, void *arg)
  434. {
  435. struct snd_pcm_runtime *runtime = substream->runtime;
  436. struct msm_audio *prtd = runtime->private_data;
  437. int dir = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? 0 : 1;
  438. struct audio_buffer *buf;
  439. switch (cmd) {
  440. case SNDRV_PCM_IOCTL1_RESET:
  441. pr_debug("%s: %s SNDRV_PCM_IOCTL1_RESET\n", __func__,
  442. dir == 0 ? "P" : "C");
  443. buf = q6asm_shared_io_buf(prtd->audio_client, dir);
  444. if (buf && buf->data)
  445. memset(buf->data, 0, buf->actual_size);
  446. break;
  447. default:
  448. break;
  449. }
  450. return snd_pcm_lib_ioctl(substream, cmd, arg);
  451. }
  452. #ifdef CONFIG_COMPAT
  453. static int msm_pcm_compat_ioctl(struct snd_pcm_substream *substream,
  454. unsigned int cmd, void *arg)
  455. {
  456. /* we only handle RESET which is common for both modes */
  457. return msm_pcm_ioctl(substream, cmd, arg);
  458. }
  459. #endif
  460. static snd_pcm_uframes_t msm_pcm_pointer(struct snd_pcm_substream *substream)
  461. {
  462. struct snd_pcm_runtime *runtime = substream->runtime;
  463. uint32_t read_index, wall_clk_msw, wall_clk_lsw;
  464. /*these are offsets, unlike ASoC's full values*/
  465. snd_pcm_sframes_t hw_ptr;
  466. snd_pcm_sframes_t period_size;
  467. int ret;
  468. int retries = 10;
  469. struct msm_audio *prtd = runtime->private_data;
  470. period_size = runtime->period_size;
  471. do {
  472. ret = q6asm_get_shared_pos(prtd->audio_client,
  473. &read_index, &wall_clk_msw,
  474. &wall_clk_lsw);
  475. } while (ret == -EAGAIN && --retries);
  476. if (ret || !period_size) {
  477. pr_err("get_shared_pos error or zero period size\n");
  478. return 0;
  479. }
  480. hw_ptr = bytes_to_frames(substream->runtime,
  481. read_index);
  482. if (runtime->control->appl_ptr == 0) {
  483. pr_debug("ptr(%s): appl(0), hw = %lu read_index = %u\n",
  484. prtd->substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
  485. "P" : "C",
  486. hw_ptr, read_index);
  487. }
  488. return (hw_ptr/period_size) * period_size;
  489. }
  490. static int msm_pcm_copy(struct snd_pcm_substream *substream, int a,
  491. unsigned long hwoff, void __user *buf, unsigned long fbytes)
  492. {
  493. return -EINVAL;
  494. }
  495. static int msm_pcm_mmap(struct snd_pcm_substream *substream,
  496. struct vm_area_struct *vma)
  497. {
  498. struct snd_pcm_runtime *runtime = substream->runtime;
  499. struct msm_audio *prtd = runtime->private_data;
  500. struct audio_client *ac = prtd->audio_client;
  501. struct audio_port_data *apd = ac->port;
  502. struct audio_buffer *ab;
  503. int dir = -1;
  504. int ret;
  505. pr_debug("%s: mmap begin\n", __func__);
  506. prtd->mmap_flag = 1;
  507. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  508. dir = IN;
  509. else
  510. dir = OUT;
  511. ab = &(apd[dir].buf[0]);
  512. ret = msm_audio_ion_mmap(ab, vma);
  513. if (ret)
  514. prtd->mmap_flag = 0;
  515. return ret;
  516. }
  517. static int msm_pcm_prepare(struct snd_pcm_substream *substream)
  518. {
  519. int rc = 0;
  520. struct snd_pcm_runtime *runtime = substream->runtime;
  521. struct msm_audio *prtd = runtime->private_data;
  522. struct asm_softvolume_params softvol = {
  523. .period = SOFT_VOLUME_PERIOD,
  524. .step = SOFT_VOLUME_STEP,
  525. .rampingcurve = SOFT_VOLUME_CURVE_LINEAR,
  526. };
  527. if (!prtd || !prtd->mmap_flag)
  528. return -EIO;
  529. if (prtd->audio_client) {
  530. rc = q6asm_set_softvolume_v2(prtd->audio_client,
  531. &softvol, SOFT_VOLUME_INSTANCE_1);
  532. if (rc < 0)
  533. pr_err("%s: Send SoftVolume command failed rc=%d\n",
  534. __func__, rc);
  535. }
  536. return rc;
  537. }
  538. static int msm_pcm_close(struct snd_pcm_substream *substream)
  539. {
  540. struct snd_pcm_runtime *runtime = substream->runtime;
  541. struct snd_soc_pcm_runtime *soc_prtd = substream->private_data;
  542. struct msm_audio *prtd = runtime->private_data;
  543. struct audio_client *ac = prtd->audio_client;
  544. uint32_t timeout;
  545. int dir = 0;
  546. int ret = 0;
  547. if (ac) {
  548. if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
  549. dir = IN;
  550. else if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
  551. dir = OUT;
  552. /* determine timeout length */
  553. if (runtime->frame_bits == 0 || runtime->rate == 0) {
  554. timeout = CMD_EOS_MIN_TIMEOUT_LENGTH;
  555. } else {
  556. timeout = (runtime->period_size *
  557. CMD_EOS_TIMEOUT_MULTIPLIER) /
  558. ((runtime->frame_bits / 8) *
  559. runtime->rate);
  560. if (timeout < CMD_EOS_MIN_TIMEOUT_LENGTH)
  561. timeout = CMD_EOS_MIN_TIMEOUT_LENGTH;
  562. }
  563. q6asm_cmd(ac, CMD_CLOSE);
  564. ret = q6asm_shared_io_free(ac, dir);
  565. if (ret) {
  566. pr_err("%s: Failed to close pull mode, ret %d\n",
  567. __func__, ret);
  568. }
  569. q6asm_audio_client_free(ac);
  570. }
  571. msm_pcm_routing_dereg_phy_stream(soc_prtd->dai_link->id,
  572. dir == IN ?
  573. SNDRV_PCM_STREAM_PLAYBACK :
  574. SNDRV_PCM_STREAM_CAPTURE);
  575. kfree(prtd);
  576. runtime->private_data = NULL;
  577. return 0;
  578. }
  579. static int msm_pcm_set_volume(struct msm_audio *prtd, uint32_t volume)
  580. {
  581. int rc = 0;
  582. if (prtd && prtd->audio_client) {
  583. pr_debug("%s: channels %d volume 0x%x\n", __func__,
  584. prtd->channel_mode, volume);
  585. rc = q6asm_set_volume(prtd->audio_client, volume);
  586. if (rc < 0) {
  587. pr_err("%s: Send Volume command failed rc=%d\n",
  588. __func__, rc);
  589. }
  590. }
  591. return rc;
  592. }
  593. static int msm_pcm_volume_ctl_get(struct snd_kcontrol *kcontrol,
  594. struct snd_ctl_elem_value *ucontrol)
  595. {
  596. struct snd_pcm_volume *vol = snd_kcontrol_chip(kcontrol);
  597. struct snd_pcm_substream *substream =
  598. vol->pcm->streams[vol->stream].substream;
  599. struct msm_audio *prtd;
  600. pr_debug("%s\n", __func__);
  601. if (!substream) {
  602. pr_err("%s substream not found\n", __func__);
  603. return -ENODEV;
  604. }
  605. if (!substream->runtime) {
  606. pr_debug("%s substream runtime not found\n", __func__);
  607. return 0;
  608. }
  609. prtd = substream->runtime->private_data;
  610. if (prtd)
  611. ucontrol->value.integer.value[0] = prtd->volume;
  612. return 0;
  613. }
  614. static int msm_pcm_volume_ctl_put(struct snd_kcontrol *kcontrol,
  615. struct snd_ctl_elem_value *ucontrol)
  616. {
  617. int rc = 0;
  618. struct snd_pcm_volume *vol = snd_kcontrol_chip(kcontrol);
  619. struct snd_pcm_substream *substream =
  620. vol->pcm->streams[vol->stream].substream;
  621. struct msm_audio *prtd;
  622. int volume = ucontrol->value.integer.value[0];
  623. pr_debug("%s: volume : 0x%x\n", __func__, volume);
  624. if (!substream) {
  625. pr_err("%s substream not found\n", __func__);
  626. return -ENODEV;
  627. }
  628. if (!substream->runtime) {
  629. pr_err("%s substream runtime not found\n", __func__);
  630. return 0;
  631. }
  632. prtd = substream->runtime->private_data;
  633. if (prtd) {
  634. rc = msm_pcm_set_volume(prtd, volume);
  635. prtd->volume = volume;
  636. }
  637. return rc;
  638. }
  639. static int msm_pcm_add_volume_control(struct snd_soc_pcm_runtime *rtd,
  640. int stream)
  641. {
  642. int ret = 0;
  643. struct snd_pcm *pcm = rtd->pcm;
  644. struct snd_pcm_volume *volume_info;
  645. struct snd_kcontrol *kctl;
  646. dev_dbg(rtd->dev, "%s, volume control add\n", __func__);
  647. ret = snd_pcm_add_volume_ctls(pcm, stream,
  648. NULL, 1, rtd->dai_link->id,
  649. &volume_info);
  650. if (ret < 0) {
  651. pr_err("%s volume control failed ret %d\n", __func__, ret);
  652. return ret;
  653. }
  654. kctl = volume_info->kctl;
  655. kctl->put = msm_pcm_volume_ctl_put;
  656. kctl->get = msm_pcm_volume_ctl_get;
  657. kctl->tlv.p = msm_pcm_vol_gain;
  658. return 0;
  659. }
  660. static int msm_pcm_channel_map_put(struct snd_kcontrol *kcontrol,
  661. struct snd_ctl_elem_value *ucontrol)
  662. {
  663. struct snd_soc_component *pcm = snd_kcontrol_chip(kcontrol);
  664. u64 fe_id = kcontrol->private_value;
  665. struct msm_plat_data *pdata = (struct msm_plat_data *)
  666. snd_soc_component_get_drvdata(pcm);
  667. int rc = 0, i = 0;
  668. pr_debug("%s: fe_id- %llu\n", __func__, fe_id);
  669. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  670. pr_err("%s Received out of bounds fe_id %llu\n",
  671. __func__, fe_id);
  672. rc = -EINVAL;
  673. goto end;
  674. }
  675. if (pdata->ch_map[fe_id]) {
  676. pdata->ch_map[fe_id]->set_ch_map = true;
  677. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL; i++)
  678. pdata->ch_map[fe_id]->channel_map[i] =
  679. (char)(ucontrol->value.integer.value[i]);
  680. } else {
  681. pr_debug("%s: no memory for ch_map, default will be set\n",
  682. __func__);
  683. }
  684. end:
  685. pr_debug("%s: ret %d\n", __func__, rc);
  686. return rc;
  687. }
  688. static int msm_pcm_channel_map_info(struct snd_kcontrol *kcontrol,
  689. struct snd_ctl_elem_info *uinfo)
  690. {
  691. uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
  692. uinfo->count = 8;
  693. uinfo->value.integer.min = 0;
  694. uinfo->value.integer.max = 0xFFFFFFFF;
  695. return 0;
  696. }
  697. static int msm_pcm_channel_map_get(struct snd_kcontrol *kcontrol,
  698. struct snd_ctl_elem_value *ucontrol)
  699. {
  700. struct snd_soc_component *pcm = snd_kcontrol_chip(kcontrol);
  701. u64 fe_id = kcontrol->private_value;
  702. struct msm_plat_data *pdata = (struct msm_plat_data *)
  703. snd_soc_component_get_drvdata(pcm);
  704. int rc = 0, i = 0;
  705. pr_debug("%s: fe_id- %llu\n", __func__, fe_id);
  706. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  707. pr_err("%s: Received out of bounds fe_id %llu\n",
  708. __func__, fe_id);
  709. rc = -EINVAL;
  710. goto end;
  711. }
  712. if (pdata->ch_map[fe_id]) {
  713. for (i = 0; i < PCM_FORMAT_MAX_NUM_CHANNEL; i++)
  714. ucontrol->value.integer.value[i] =
  715. pdata->ch_map[fe_id]->channel_map[i];
  716. }
  717. end:
  718. pr_debug("%s: ret %d\n", __func__, rc);
  719. return rc;
  720. }
  721. static int msm_pcm_add_channel_map_control(struct snd_soc_pcm_runtime *rtd)
  722. {
  723. struct snd_soc_component *component = NULL;
  724. const char *mixer_ctl_name = "Playback Channel Map";
  725. const char *deviceNo = "NN";
  726. char *mixer_str = NULL;
  727. struct msm_plat_data *pdata = NULL;
  728. int ctl_len = 0;
  729. struct snd_kcontrol_new fe_channel_map_control[1] = {
  730. {
  731. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  732. .name = "?",
  733. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  734. .info = msm_pcm_channel_map_info,
  735. .get = msm_pcm_channel_map_get,
  736. .put = msm_pcm_channel_map_put,
  737. .private_value = 0,
  738. }
  739. };
  740. if (!rtd) {
  741. pr_err("%s: NULL rtd\n", __func__);
  742. return -EINVAL;
  743. }
  744. component = snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  745. if (!component) {
  746. pr_err("%s: component is NULL\n", __func__);
  747. return -EINVAL;
  748. }
  749. pr_debug("%s: added new pcm FE with name %s, id %d, cpu dai %s, device no %d\n",
  750. __func__, rtd->dai_link->name, rtd->dai_link->id,
  751. rtd->dai_link->cpu_dai_name, rtd->pcm->device);
  752. ctl_len = strlen(mixer_ctl_name) + strlen(deviceNo) + 1;
  753. mixer_str = kzalloc(ctl_len, GFP_KERNEL);
  754. if (!mixer_str)
  755. return -ENOMEM;
  756. snprintf(mixer_str, ctl_len, "%s%d", mixer_ctl_name, rtd->pcm->device);
  757. fe_channel_map_control[0].name = mixer_str;
  758. fe_channel_map_control[0].private_value = rtd->dai_link->id;
  759. pr_debug("%s: Registering new mixer ctl %s\n", __func__, mixer_str);
  760. snd_soc_add_component_controls(component,
  761. fe_channel_map_control,
  762. ARRAY_SIZE(fe_channel_map_control));
  763. pdata = snd_soc_component_get_drvdata(component);
  764. pdata->ch_map[rtd->dai_link->id] =
  765. kzalloc(sizeof(struct msm_pcm_ch_map), GFP_KERNEL);
  766. if (!pdata->ch_map[rtd->dai_link->id]) {
  767. pr_err("%s: Could not allocate memory for channel map\n",
  768. __func__);
  769. kfree(mixer_str);
  770. return -ENOMEM;
  771. }
  772. kfree(mixer_str);
  773. return 0;
  774. }
  775. static int msm_pcm_fe_topology_info(struct snd_kcontrol *kcontrol,
  776. struct snd_ctl_elem_info *uinfo)
  777. {
  778. const struct soc_enum *e = &msm_pcm_fe_topology_enum[0];
  779. return snd_ctl_enum_info(uinfo, 1, e->items, e->texts);
  780. }
  781. static int msm_pcm_fe_topology_get(struct snd_kcontrol *kcontrol,
  782. struct snd_ctl_elem_value *ucontrol)
  783. {
  784. unsigned long fe_id = kcontrol->private_value;
  785. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  786. pr_err("%s Received out of bound fe_id %lu\n", __func__, fe_id);
  787. return -EINVAL;
  788. }
  789. pr_debug("%s: %lu topology %s\n", __func__, fe_id,
  790. msm_pcm_fe_topology_text[msm_pcm_fe_topology[fe_id]]);
  791. ucontrol->value.enumerated.item[0] = msm_pcm_fe_topology[fe_id];
  792. return 0;
  793. }
  794. static int msm_pcm_fe_topology_put(struct snd_kcontrol *kcontrol,
  795. struct snd_ctl_elem_value *ucontrol)
  796. {
  797. unsigned long fe_id = kcontrol->private_value;
  798. unsigned int item;
  799. if (fe_id >= MSM_FRONTEND_DAI_MAX) {
  800. pr_err("%s Received out of bound fe_id %lu\n", __func__, fe_id);
  801. return -EINVAL;
  802. }
  803. item = ucontrol->value.enumerated.item[0];
  804. if (item >= ARRAY_SIZE(msm_pcm_fe_topology_text)) {
  805. pr_err("%s Received out of bound topology %lu\n", __func__,
  806. fe_id);
  807. return -EINVAL;
  808. }
  809. pr_debug("%s: %lu new topology %s\n", __func__, fe_id,
  810. msm_pcm_fe_topology_text[item]);
  811. msm_pcm_fe_topology[fe_id] = item;
  812. return 0;
  813. }
  814. static int msm_pcm_add_fe_topology_control(struct snd_soc_pcm_runtime *rtd)
  815. {
  816. struct snd_soc_component *component = NULL;
  817. const char *mixer_ctl_name = "PCM_Dev";
  818. const char *deviceNo = "NN";
  819. const char *topo_text = "Topology";
  820. char *mixer_str = NULL;
  821. int ctl_len;
  822. int ret;
  823. struct snd_kcontrol_new topology_control[1] = {
  824. {
  825. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  826. .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
  827. .name = "?",
  828. .info = msm_pcm_fe_topology_info,
  829. .get = msm_pcm_fe_topology_get,
  830. .put = msm_pcm_fe_topology_put,
  831. .private_value = 0,
  832. },
  833. };
  834. component = snd_soc_rtdcom_lookup(rtd, DRV_NAME);
  835. if (!component) {
  836. pr_err("%s: component is NULL\n", __func__);
  837. return -EINVAL;
  838. }
  839. ctl_len = strlen(mixer_ctl_name) + 1 + strlen(deviceNo) + 1 +
  840. strlen(topo_text) + 1;
  841. mixer_str = kzalloc(ctl_len, GFP_KERNEL);
  842. if (!mixer_str)
  843. return -ENOMEM;
  844. snprintf(mixer_str, ctl_len, "%s %d %s", mixer_ctl_name,
  845. rtd->pcm->device, topo_text);
  846. topology_control[0].name = mixer_str;
  847. topology_control[0].private_value = rtd->dai_link->id;
  848. ret = snd_soc_add_component_controls(component, topology_control,
  849. ARRAY_SIZE(topology_control));
  850. msm_pcm_fe_topology[rtd->dai_link->id] = 0;
  851. kfree(mixer_str);
  852. return ret;
  853. }
  854. static int msm_pcm_playback_app_type_cfg_ctl_put(struct snd_kcontrol *kcontrol,
  855. struct snd_ctl_elem_value *ucontrol)
  856. {
  857. u64 fe_id = kcontrol->private_value;
  858. int session_type = SESSION_TYPE_RX;
  859. int be_id = ucontrol->value.integer.value[3];
  860. struct msm_pcm_stream_app_type_cfg cfg_data = {0, 0, 48000};
  861. int ret = 0;
  862. cfg_data.app_type = ucontrol->value.integer.value[0];
  863. cfg_data.acdb_dev_id = ucontrol->value.integer.value[1];
  864. if (ucontrol->value.integer.value[2] != 0)
  865. cfg_data.sample_rate = ucontrol->value.integer.value[2];
  866. pr_debug("%s: fe_id- %llu session_type- %d be_id- %d app_type- %d acdb_dev_id- %d sample_rate- %d\n",
  867. __func__, fe_id, session_type, be_id,
  868. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  869. ret = msm_pcm_routing_reg_stream_app_type_cfg(fe_id, session_type,
  870. be_id, &cfg_data);
  871. if (ret < 0)
  872. pr_err("%s: msm_pcm_routing_reg_stream_app_type_cfg failed returned %d\n",
  873. __func__, ret);
  874. return ret;
  875. }
  876. static int msm_pcm_playback_app_type_cfg_ctl_get(struct snd_kcontrol *kcontrol,
  877. struct snd_ctl_elem_value *ucontrol)
  878. {
  879. u64 fe_id = kcontrol->private_value;
  880. int session_type = SESSION_TYPE_RX;
  881. int be_id = 0;
  882. struct msm_pcm_stream_app_type_cfg cfg_data = {0};
  883. int ret = 0;
  884. ret = msm_pcm_routing_get_stream_app_type_cfg(fe_id, session_type,
  885. &be_id, &cfg_data);
  886. if (ret < 0) {
  887. pr_err("%s: msm_pcm_routing_get_stream_app_type_cfg failed returned %d\n",
  888. __func__, ret);
  889. goto done;
  890. }
  891. ucontrol->value.integer.value[0] = cfg_data.app_type;
  892. ucontrol->value.integer.value[1] = cfg_data.acdb_dev_id;
  893. ucontrol->value.integer.value[2] = cfg_data.sample_rate;
  894. ucontrol->value.integer.value[3] = be_id;
  895. pr_debug("%s: fedai_id %llu, session_type %d, be_id %d, app_type %d, acdb_dev_id %d, sample_rate %d\n",
  896. __func__, fe_id, session_type, be_id,
  897. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  898. done:
  899. return ret;
  900. }
  901. static int msm_pcm_capture_app_type_cfg_ctl_put(struct snd_kcontrol *kcontrol,
  902. struct snd_ctl_elem_value *ucontrol)
  903. {
  904. u64 fe_id = kcontrol->private_value;
  905. int session_type = SESSION_TYPE_TX;
  906. int be_id = ucontrol->value.integer.value[3];
  907. struct msm_pcm_stream_app_type_cfg cfg_data = {0, 0, 48000};
  908. int ret = 0;
  909. cfg_data.app_type = ucontrol->value.integer.value[0];
  910. cfg_data.acdb_dev_id = ucontrol->value.integer.value[1];
  911. if (ucontrol->value.integer.value[2] != 0)
  912. cfg_data.sample_rate = ucontrol->value.integer.value[2];
  913. pr_debug("%s: fe_id- %llu session_type- %d be_id- %d app_type- %d acdb_dev_id- %d sample_rate- %d\n",
  914. __func__, fe_id, session_type, be_id,
  915. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  916. ret = msm_pcm_routing_reg_stream_app_type_cfg(fe_id, session_type,
  917. be_id, &cfg_data);
  918. if (ret < 0)
  919. pr_err("%s: msm_pcm_routing_reg_stream_app_type_cfg failed returned %d\n",
  920. __func__, ret);
  921. return ret;
  922. }
  923. static int msm_pcm_capture_app_type_cfg_ctl_get(struct snd_kcontrol *kcontrol,
  924. struct snd_ctl_elem_value *ucontrol)
  925. {
  926. u64 fe_id = kcontrol->private_value;
  927. int session_type = SESSION_TYPE_TX;
  928. int be_id = 0;
  929. struct msm_pcm_stream_app_type_cfg cfg_data = {0};
  930. int ret = 0;
  931. ret = msm_pcm_routing_get_stream_app_type_cfg(fe_id, session_type,
  932. &be_id, &cfg_data);
  933. if (ret < 0) {
  934. pr_err("%s: msm_pcm_routing_get_stream_app_type_cfg failed returned %d\n",
  935. __func__, ret);
  936. goto done;
  937. }
  938. ucontrol->value.integer.value[0] = cfg_data.app_type;
  939. ucontrol->value.integer.value[1] = cfg_data.acdb_dev_id;
  940. ucontrol->value.integer.value[2] = cfg_data.sample_rate;
  941. ucontrol->value.integer.value[3] = be_id;
  942. pr_debug("%s: fedai_id %llu, session_type %d, be_id %d, app_type %d, acdb_dev_id %d, sample_rate %d\n",
  943. __func__, fe_id, session_type, be_id,
  944. cfg_data.app_type, cfg_data.acdb_dev_id, cfg_data.sample_rate);
  945. done:
  946. return ret;
  947. }
  948. static int msm_pcm_add_app_type_controls(struct snd_soc_pcm_runtime *rtd)
  949. {
  950. struct snd_pcm *pcm = rtd->pcm;
  951. struct snd_pcm_usr *app_type_info;
  952. struct snd_kcontrol *kctl;
  953. const char *playback_mixer_ctl_name = "Audio Stream";
  954. const char *capture_mixer_ctl_name = "Audio Stream Capture";
  955. const char *deviceNo = "NN";
  956. const char *suffix = "App Type Cfg";
  957. int ctl_len, ret = 0;
  958. if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) {
  959. ctl_len = strlen(playback_mixer_ctl_name) + 1 +
  960. strlen(deviceNo) + 1 +
  961. strlen(suffix) + 1;
  962. pr_debug("%s: Playback app type cntrl add\n", __func__);
  963. ret = snd_pcm_add_usr_ctls(pcm, SNDRV_PCM_STREAM_PLAYBACK,
  964. NULL, 1, ctl_len, rtd->dai_link->id,
  965. &app_type_info);
  966. if (ret < 0) {
  967. pr_err("%s: playback app type cntrl add failed, err: %d\n",
  968. __func__, ret);
  969. return ret;
  970. }
  971. kctl = app_type_info->kctl;
  972. snprintf(kctl->id.name, ctl_len, "%s %d %s",
  973. playback_mixer_ctl_name, rtd->pcm->device, suffix);
  974. kctl->put = msm_pcm_playback_app_type_cfg_ctl_put;
  975. kctl->get = msm_pcm_playback_app_type_cfg_ctl_get;
  976. }
  977. if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) {
  978. ctl_len = strlen(capture_mixer_ctl_name) + 1 +
  979. strlen(deviceNo) + 1 + strlen(suffix) + 1;
  980. pr_debug("%s: Capture app type cntrl add\n", __func__);
  981. ret = snd_pcm_add_usr_ctls(pcm, SNDRV_PCM_STREAM_CAPTURE,
  982. NULL, 1, ctl_len, rtd->dai_link->id,
  983. &app_type_info);
  984. if (ret < 0) {
  985. pr_err("%s: capture app type cntrl add failed, err: %d\n",
  986. __func__, ret);
  987. return ret;
  988. }
  989. kctl = app_type_info->kctl;
  990. snprintf(kctl->id.name, ctl_len, "%s %d %s",
  991. capture_mixer_ctl_name, rtd->pcm->device, suffix);
  992. kctl->put = msm_pcm_capture_app_type_cfg_ctl_put;
  993. kctl->get = msm_pcm_capture_app_type_cfg_ctl_get;
  994. }
  995. return 0;
  996. }
  997. static int msm_pcm_hwdep_ioctl(struct snd_hwdep *hw, struct file *file,
  998. unsigned int cmd, unsigned long arg)
  999. {
  1000. int ret = 0;
  1001. struct snd_pcm *pcm = hw->private_data;
  1002. struct snd_pcm_mmap_fd __user *_mmap_fd = NULL;
  1003. struct snd_pcm_mmap_fd mmap_fd;
  1004. struct snd_pcm_substream *substream = NULL;
  1005. int32_t dir = -1;
  1006. switch (cmd) {
  1007. case SNDRV_PCM_IOCTL_MMAP_DATA_FD:
  1008. _mmap_fd = (struct snd_pcm_mmap_fd __user *)arg;
  1009. if (get_user(dir, (int32_t __user *)&(_mmap_fd->dir))) {
  1010. pr_err("%s: error copying mmap_fd from user\n",
  1011. __func__);
  1012. ret = -EFAULT;
  1013. break;
  1014. }
  1015. if (dir != OUT && dir != IN) {
  1016. pr_err("%s invalid stream dir\n", __func__);
  1017. ret = -EINVAL;
  1018. break;
  1019. }
  1020. substream = pcm->streams[dir].substream;
  1021. if (!substream) {
  1022. pr_err("%s substream not found\n", __func__);
  1023. ret = -ENODEV;
  1024. break;
  1025. }
  1026. pr_debug("%s : %s MMAP Data fd\n", __func__,
  1027. dir == 0 ? "P" : "C");
  1028. if (msm_pcm_mmap_fd(substream, &mmap_fd) < 0) {
  1029. pr_err("%s: error getting fd\n",
  1030. __func__);
  1031. ret = -EFAULT;
  1032. break;
  1033. }
  1034. if (put_user(mmap_fd.fd, &_mmap_fd->fd) ||
  1035. put_user(mmap_fd.size, &_mmap_fd->size) ||
  1036. put_user(mmap_fd.actual_size, &_mmap_fd->actual_size)) {
  1037. pr_err("%s: error copying fd\n", __func__);
  1038. return -EFAULT;
  1039. }
  1040. break;
  1041. default:
  1042. ret = -EINVAL;
  1043. break;
  1044. }
  1045. return ret;
  1046. }
  1047. #ifdef CONFIG_COMPAT
  1048. static int msm_pcm_hwdep_compat_ioctl(struct snd_hwdep *hw,
  1049. struct file *file,
  1050. unsigned int cmd,
  1051. unsigned long arg)
  1052. {
  1053. /* we only support mmap fd. Handling is common in both modes */
  1054. return msm_pcm_hwdep_ioctl(hw, file, cmd, arg);
  1055. }
  1056. #else
  1057. static int msm_pcm_hwdep_compat_ioctl(struct snd_hwdep *hw,
  1058. struct file *file,
  1059. unsigned int cmd,
  1060. unsigned long arg)
  1061. {
  1062. return -EINVAL;
  1063. }
  1064. #endif
  1065. static int msm_pcm_add_hwdep_dev(struct snd_soc_pcm_runtime *runtime)
  1066. {
  1067. struct snd_hwdep *hwdep;
  1068. int rc;
  1069. char id[] = "NOIRQ_NN";
  1070. snprintf(id, sizeof(id), "NOIRQ_%d", runtime->pcm->device);
  1071. pr_debug("%s: pcm dev %d\n", __func__, runtime->pcm->device);
  1072. rc = snd_hwdep_new(runtime->card->snd_card,
  1073. &id[0],
  1074. HWDEP_FE_BASE + runtime->pcm->device,
  1075. &hwdep);
  1076. if (!hwdep || rc < 0) {
  1077. pr_err("%s: hwdep intf failed to create %s - hwdep\n", __func__,
  1078. id);
  1079. return rc;
  1080. }
  1081. hwdep->iface = SNDRV_HWDEP_IFACE_AUDIO_BE; /* for lack of a FE iface */
  1082. hwdep->private_data = runtime->pcm; /* of type struct snd_pcm */
  1083. hwdep->ops.ioctl = msm_pcm_hwdep_ioctl;
  1084. hwdep->ops.ioctl_compat = msm_pcm_hwdep_compat_ioctl;
  1085. return 0;
  1086. }
  1087. static int msm_asoc_pcm_new(struct snd_soc_pcm_runtime *rtd)
  1088. {
  1089. struct snd_card *card = rtd->card->snd_card;
  1090. struct snd_pcm *pcm = rtd->pcm;
  1091. int ret;
  1092. pr_debug("%s , register new control\n", __func__);
  1093. if (!card->dev->coherent_dma_mask)
  1094. card->dev->coherent_dma_mask = DMA_BIT_MASK(32);
  1095. ret = msm_pcm_add_channel_map_control(rtd);
  1096. if (ret)
  1097. pr_err("%s: Could not add pcm Channel Map Control\n",
  1098. __func__);
  1099. ret = msm_pcm_add_volume_control(rtd, SNDRV_PCM_STREAM_PLAYBACK);
  1100. if (ret) {
  1101. pr_err("%s: Could not add pcm playback volume Control %d\n",
  1102. __func__, ret);
  1103. }
  1104. ret = msm_pcm_add_volume_control(rtd, SNDRV_PCM_STREAM_CAPTURE);
  1105. if (ret) {
  1106. pr_err("%s: Could not add pcm capture volume Control %d\n",
  1107. __func__, ret);
  1108. }
  1109. ret = msm_pcm_add_fe_topology_control(rtd);
  1110. if (ret) {
  1111. pr_err("%s: Could not add pcm topology control %d\n",
  1112. __func__, ret);
  1113. }
  1114. ret = msm_pcm_add_app_type_controls(rtd);
  1115. if (ret) {
  1116. pr_err("%s: Could not add app type controls failed %d\n",
  1117. __func__, ret);
  1118. }
  1119. ret = msm_pcm_add_hwdep_dev(rtd);
  1120. if (ret)
  1121. pr_err("%s: Could not add hw dep node\n", __func__);
  1122. pcm->nonatomic = true;
  1123. return ret;
  1124. }
  1125. static const struct snd_pcm_ops msm_pcm_ops = {
  1126. .open = msm_pcm_open,
  1127. .prepare = msm_pcm_prepare,
  1128. .copy_user = msm_pcm_copy,
  1129. .hw_params = msm_pcm_hw_params,
  1130. .ioctl = msm_pcm_ioctl,
  1131. #ifdef CONFIG_COMPAT
  1132. .compat_ioctl = msm_pcm_compat_ioctl,
  1133. #endif
  1134. .trigger = msm_pcm_trigger,
  1135. .pointer = msm_pcm_pointer,
  1136. .mmap = msm_pcm_mmap,
  1137. .close = msm_pcm_close,
  1138. };
  1139. static struct snd_soc_component_driver msm_soc_component = {
  1140. .name = DRV_NAME,
  1141. .ops = &msm_pcm_ops,
  1142. .pcm_new = msm_asoc_pcm_new,
  1143. };
  1144. static int msm_pcm_probe(struct platform_device *pdev)
  1145. {
  1146. int rc;
  1147. struct msm_plat_data *pdata;
  1148. const char *latency_level;
  1149. int perf_mode = LOW_LATENCY_PCM_MODE;
  1150. dev_dbg(&pdev->dev, "Pull mode driver probe\n");
  1151. if (of_property_read_bool(pdev->dev.of_node,
  1152. "qcom,msm-pcm-low-latency")) {
  1153. rc = of_property_read_string(pdev->dev.of_node,
  1154. "qcom,latency-level", &latency_level);
  1155. if (!rc) {
  1156. if (!strcmp(latency_level, "ultra"))
  1157. perf_mode = ULTRA_LOW_LATENCY_PCM_MODE;
  1158. else if (!strcmp(latency_level, "ull-pp"))
  1159. perf_mode = ULL_POST_PROCESSING_PCM_MODE;
  1160. }
  1161. }
  1162. pdata = devm_kzalloc(&pdev->dev,
  1163. sizeof(struct msm_plat_data), GFP_KERNEL);
  1164. if (!pdata)
  1165. return -ENOMEM;
  1166. pdata->perf_mode = perf_mode;
  1167. dev_set_drvdata(&pdev->dev, pdata);
  1168. dev_dbg(&pdev->dev, "%s: dev name %s\n",
  1169. __func__, dev_name(&pdev->dev));
  1170. dev_dbg(&pdev->dev, "Pull mode driver register\n");
  1171. rc = snd_soc_register_component(&pdev->dev,
  1172. &msm_soc_component,
  1173. NULL, 0);
  1174. if (rc)
  1175. dev_err(&pdev->dev, "Failed to register pull mode driver\n");
  1176. return rc;
  1177. }
  1178. static int msm_pcm_remove(struct platform_device *pdev)
  1179. {
  1180. struct msm_plat_data *pdata;
  1181. dev_dbg(&pdev->dev, "Pull mode remove\n");
  1182. pdata = dev_get_drvdata(&pdev->dev);
  1183. devm_kfree(&pdev->dev, pdata);
  1184. snd_soc_unregister_component(&pdev->dev);
  1185. return 0;
  1186. }
  1187. static const struct of_device_id msm_pcm_noirq_dt_match[] = {
  1188. {.compatible = "qcom,msm-pcm-dsp-noirq"},
  1189. {}
  1190. };
  1191. MODULE_DEVICE_TABLE(of, msm_pcm_noirq_dt_match);
  1192. static struct platform_driver msm_pcm_driver_noirq = {
  1193. .driver = {
  1194. .name = "msm-pcm-dsp-noirq",
  1195. .owner = THIS_MODULE,
  1196. .of_match_table = msm_pcm_noirq_dt_match,
  1197. .suppress_bind_attrs = true,
  1198. },
  1199. .probe = msm_pcm_probe,
  1200. .remove = msm_pcm_remove,
  1201. };
  1202. int __init msm_pcm_noirq_init(void)
  1203. {
  1204. return platform_driver_register(&msm_pcm_driver_noirq);
  1205. }
  1206. void msm_pcm_noirq_exit(void)
  1207. {
  1208. platform_driver_unregister(&msm_pcm_driver_noirq);
  1209. }
  1210. MODULE_DESCRIPTION("PCM NOIRQ module platform driver");
  1211. MODULE_LICENSE("GPL v2");