msm-pcm-q6-noirq.c 38 KB

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