/linux-6.8/sound/drivers/ |
D | aloop.c | 72 int (*open)(struct loopback_pcm *dpcm); 76 int (*start)(struct loopback_pcm *dpcm); 80 int (*stop)(struct loopback_pcm *dpcm); 82 int (*stop_sync)(struct loopback_pcm *dpcm); 84 int (*close_substream)(struct loopback_pcm *dpcm); 88 int (*close_cable)(struct loopback_pcm *dpcm); 94 void (*dpcm_info)(struct loopback_pcm *dpcm, 170 static inline unsigned int byte_pos(struct loopback_pcm *dpcm, unsigned int x) in byte_pos() argument 172 if (dpcm->pcm_rate_shift == NO_PITCH) { in byte_pos() 176 HZ * (unsigned long long)dpcm->pcm_rate_shift); in byte_pos() [all …]
|
D | dummy.c | 243 static void dummy_systimer_rearm(struct dummy_systimer_pcm *dpcm) in dummy_systimer_rearm() argument 245 mod_timer(&dpcm->timer, jiffies + in dummy_systimer_rearm() 246 DIV_ROUND_UP(dpcm->frac_period_rest, dpcm->rate)); in dummy_systimer_rearm() 249 static void dummy_systimer_update(struct dummy_systimer_pcm *dpcm) in dummy_systimer_update() argument 253 delta = jiffies - dpcm->base_time; in dummy_systimer_update() 256 dpcm->base_time += delta; in dummy_systimer_update() 257 delta *= dpcm->rate; in dummy_systimer_update() 258 dpcm->frac_pos += delta; in dummy_systimer_update() 259 while (dpcm->frac_pos >= dpcm->frac_buffer_size) in dummy_systimer_update() 260 dpcm->frac_pos -= dpcm->frac_buffer_size; in dummy_systimer_update() [all …]
|
/linux-6.8/sound/soc/ |
D | soc-pcm.c | 25 #include <sound/soc-dpcm.h> 113 struct snd_pcm_hw_params *params = &fe->dpcm[stream].hw_params; in dpcm_show_state() 114 struct snd_soc_dpcm *dpcm; in dpcm_show_state() local 123 dpcm_state_string(fe->dpcm[stream].state)); in dpcm_show_state() 125 if ((fe->dpcm[stream].state >= SND_SOC_DPCM_STATE_HW_PARAMS) && in dpcm_show_state() 126 (fe->dpcm[stream].state <= SND_SOC_DPCM_STATE_STOP)) in dpcm_show_state() 137 if (list_empty(&fe->dpcm[stream].be_clients)) { in dpcm_show_state() 143 for_each_dpcm_be(fe, stream, dpcm) { in dpcm_show_state() 144 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_show_state() 145 params = &be->dpcm[stream].hw_params; in dpcm_show_state() [all …]
|
D | soc-compress.c | 21 #include <sound/soc-dpcm.h> 137 struct snd_soc_dpcm *dpcm; in soc_compr_open_fe() local 153 fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; in soc_compr_open_fe() 158 for_each_dpcm_be(fe, stream, dpcm) in soc_compr_open_fe() 159 dpcm->state = SND_SOC_DPCM_LINK_STATE_FREE; in soc_compr_open_fe() 180 fe->dpcm[stream].state = SND_SOC_DPCM_STATE_OPEN; in soc_compr_open_fe() 181 fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; in soc_compr_open_fe() 198 fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; in soc_compr_open_fe() 207 struct snd_soc_dpcm *dpcm; in soc_compr_free_fe() local 215 fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; in soc_compr_free_fe() [all …]
|
/linux-6.8/sound/pci/asihpi/ |
D | asihpi.c | 434 struct snd_card_asihpi_pcm *dpcm = runtime->private_data; in snd_card_asihpi_pcm_hw_params() local 446 hpi_handle_error(hpi_format_create(&dpcm->format, in snd_card_asihpi_pcm_hw_params() 451 if (hpi_instream_reset(dpcm->h_stream) != 0) in snd_card_asihpi_pcm_hw_params() 455 dpcm->h_stream, &dpcm->format) != 0) in snd_card_asihpi_pcm_hw_params() 459 dpcm->hpi_buffer_attached = 0; in snd_card_asihpi_pcm_hw_params() 461 err = hpi_stream_host_buffer_attach(dpcm->h_stream, in snd_card_asihpi_pcm_hw_params() 474 err = hpi_stream_get_info_ex(dpcm->h_stream, NULL, in snd_card_asihpi_pcm_hw_params() 475 &dpcm->hpi_buffer_attached, NULL, NULL, NULL); in snd_card_asihpi_pcm_hw_params() 484 dpcm->bytes_per_sec = bytes_per_sec; in snd_card_asihpi_pcm_hw_params() 485 dpcm->buffer_bytes = params_buffer_bytes(params); in snd_card_asihpi_pcm_hw_params() [all …]
|
/linux-6.8/include/sound/ |
D | soc-dpcm.h | 3 * linux/sound/soc-dpcm.h -- ALSA SoC Dynamic PCM Support 77 /* list of BE and FE for this DPCM link */ 108 list_for_each_entry(_dpcm, &(be)->dpcm[stream].fe_clients, list_fe) 111 list_for_each_entry(_dpcm, &(fe)->dpcm[stream].be_clients, list_be) 113 list_for_each_entry_safe(_dpcm, __dpcm, &(fe)->dpcm[stream].be_clients, list_be) 115 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
|
/linux-6.8/Documentation/sound/soc/ |
D | dpcm.rst | 13 The DPCM runtime routing is determined by the ALSA mixer settings in the same 14 way as the analog signal is routed in an ASoC codec driver. DPCM uses a DAPM 18 DPCM re-uses all the existing component codec, platform and DAI drivers without 53 Example - DPCM Switching playback from DAI0 to DAI1 99 3. DPCM runs the PCM trigger(stop), hw_free(), shutdown() operations on DAI0 104 5. DPCM runs the PCM ops for startup(), hw_params(), prepare() and 108 and then DPCM will take care of managing the DAI PCM operations to either bring 113 DPCM machine driver 116 The DPCM enabled ASoC machine driver is similar to normal machine drivers 166 set the DAI link to a DPCM FE with the ``dynamic = 1``. The supported FE stream [all …]
|
/linux-6.8/Documentation/devicetree/bindings/sound/ |
D | fsl,asrc.txt | 5 output clock. The driver currently works as a Front End of DPCM with other Back 39 - fsl,asrc-rate : Defines a mutual sample rate used by DPCM Back Ends. 41 - fsl,asrc-width : Defines a mutual sample width used by DPCM Back Ends. 54 - fsl,asrc-format : Defines a mutual sample format used by DPCM Back
|
D | audio-graph-card2.yaml | 29 dpcm: 31 description: DPCM node
|
D | fsl,easrc.yaml | 62 description: Defines a mutual sample rate used by DPCM Back Ends 69 Defines a mutual sample format used by DPCM Back Ends
|
/linux-6.8/sound/soc/generic/ |
D | audio-graph-card2-custom-sample.dtsi | 87 * [DPCM] 97 * [DPCM-Multi] 135 /* for [DPCM] */ 141 /* for [DPCM-Multi] */ 200 * [DPCM]: both FE / BE 206 * [DPCM-Multi]: both FE / BE 263 * [DPCM-Multi]::BE 484 dpcm { 494 * [DPCM]::FE 506 * [DPCM-Multi]::FE [all …]
|
D | Kconfig | 10 It also support DPCM of multi CPU single Codec ststem. 19 It also support DPCM of multi CPU single Codec ststem.
|
D | audio-graph-card2.c | 129 DPCM 154 dpcm { 234 #define GRAPH_NODENAME_DPCM "dpcm" 299 str = "DPCM Front-End"; in graph_get_type() 301 str = "DPCM Back-End"; in graph_get_type() 479 * if DPCM-BE case in __graph_parse_node() 627 * DPCM is out of scope in graph_parse_node_multi() 861 * dpcm { in audio_graph2_link_dpcm() 892 * dpcm { in audio_graph2_link_dpcm() 925 graph_parse_convert(ep, dai_props); /* at node of <dpcm> */ in audio_graph2_link_dpcm() [all …]
|
D | audio-graph-card.c | 177 dev_dbg(dev, "link_of DPCM (%pOF)\n", ep); in graph_dai_link_of_dpcm() 307 * It is DPCM in parse_as_dpcm_link() 360 /* check if link requires DPCM parsing */ in __graph_for_each_link() 410 * In DPCM sound case, in graph_for_each_link() 482 dev_dbg(dev, "Count As DPCM\n"); in graph_count_dpcm()
|
/linux-6.8/drivers/staging/media/omap4iss/ |
D | iss_csi2.c | 122 /* No DPCM decompression */ 124 /* DPCM decompression */ 129 /* No DPCM decompression */ 131 /* DPCM decompression */ 139 /* No DPCM decompression */ 141 /* DPCM decompression */ 146 /* No DPCM decompression */ 148 /* DPCM decompression */ 156 /* No DPCM decompression */ 158 /* DPCM decompression */ [all …]
|
/linux-6.8/sound/soc/mediatek/common/ |
D | mtk-dsp-sof-common.c | 79 struct snd_soc_dpcm *dpcm; in mtk_sof_find_tplg_be() local 84 for_each_dpcm_fe(rtd, stream, dpcm) { in mtk_sof_find_tplg_be() 85 fe = dpcm->fe; in mtk_sof_find_tplg_be() 93 for_each_dpcm_be(fe, stream, dpcm) { in mtk_sof_find_tplg_be() 94 be = dpcm->be; in mtk_sof_find_tplg_be()
|
/linux-6.8/drivers/media/platform/ti/omap3isp/ |
D | ispcsi2.c | 104 /* No DPCM decompression */ 106 /* DPCM decompression */ 111 /* No DPCM decompression */ 114 /* DPCM decompression */ 122 /* No DPCM decompression */ 124 /* DPCM decompression */ 130 /* No DPCM decompression */ 133 /* DPCM decompression */ 142 /* No DPCM decompression */ 145 /* DPCM decompression */ [all …]
|
/linux-6.8/drivers/media/platform/qcom/camss/ |
D | camss-csid-gen1.h | 24 #define PLAIN_FORMAT_PLAIN8 0x0 /* supports DPCM, UNCOMPRESSED_6/8_BIT */ 25 #define PLAIN_FORMAT_PLAIN16 0x1 /* supports DPCM, UNCOMPRESSED_10/16_BIT */
|
D | camss-csid-gen2.h | 35 #define PLAIN_FORMAT_PLAIN8 0x0 /* supports DPCM, UNCOMPRESSED_6/8_BIT */ 36 #define PLAIN_FORMAT_PLAIN16 0x1 /* supports DPCM, UNCOMPRESSED_10/16_BIT */
|
/linux-6.8/sound/soc/intel/avs/ |
D | pcm.c | 129 struct snd_soc_dpcm *dpcm; in avs_dai_be_hw_params() local 132 for_each_dpcm_fe(be, substream->stream, dpcm) { in avs_dai_be_hw_params() 133 fe = dpcm->fe; in avs_dai_be_hw_params() 134 fe_hw_params = &fe->dpcm[substream->stream].hw_params; in avs_dai_be_hw_params() 527 struct snd_soc_dpcm *dpcm; in avs_dai_fe_hw_params() local 543 for_each_dpcm_be(fe, substream->stream, dpcm) { in avs_dai_fe_hw_params() 544 be = dpcm->be; in avs_dai_fe_hw_params() 545 be_hw_params = &be->dpcm[substream->stream].hw_params; in avs_dai_fe_hw_params() 880 ret = dai->driver->ops->hw_params(substream, &rtd->dpcm[substream->stream].hw_params, dai); in avs_dai_resume_hw_params() 1480 struct snd_soc_dpcm *dpcm; in avs_component_hda_open() local [all …]
|
/linux-6.8/drivers/slimbus/ |
D | stream.c | 97 * From ASoC DPCM framework, this state is linked to startup() operation. 199 * return zero on success and error code on failure. From ASoC DPCM framework, 354 * Return: zero on success and error code on failure. From ASoC DPCM framework, 407 * Return: zero on success and error code on failure. From ASoC DPCM framework, 444 * Return: zero on success and error code on failure. From ASoC DPCM framework, 474 * Return: zero on success and error code on failure. From ASoC DPCM framework,
|
/linux-6.8/Documentation/userspace-api/media/v4l/ |
D | pixfmt-srggb10dpcm8.rst | 25 colour compressed to 8 bits each, using DPCM compression. DPCM,
|
/linux-6.8/sound/soc/qcom/ |
D | common.c | 135 /* DPCM backend */ in qcom_snd_parse_of() 140 /* DPCM frontend */ in qcom_snd_parse_of() 147 /* DPCM */ in qcom_snd_parse_of()
|
/linux-6.8/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 149 struct snd_soc_dpcm *dpcm; in fsl_asrc_dma_hw_params() local 155 /* Fetch the Back-End dma_data from DPCM */ in fsl_asrc_dma_hw_params() 156 for_each_dpcm_be(rtd, stream, dpcm) { in fsl_asrc_dma_hw_params() 157 struct snd_soc_pcm_runtime *be = dpcm->be; in fsl_asrc_dma_hw_params() 161 if (dpcm->fe != rtd) in fsl_asrc_dma_hw_params()
|
/linux-6.8/Documentation/driver-api/soundwire/ |
D | stream.rst | 197 framework(ASoC DPCM) guarantees that stream operations on a card are 289 per stream. From ASoC DPCM framework, this stream state maybe linked to 320 only be invoked once by respective Master(s) and Slave(s). From ASoC DPCM 369 once per stream. From ASoC DPCM framework, this stream state is linked 401 stream. From ASoC DPCM framework, this stream state is linked to 429 per stream. From ASoC DPCM framework, this stream state is linked to 496 all the Master(s) and Slave(s) associated with stream. From ASoC DPCM 507 The .shutdown() ASoC DPCM operation calls below Bus API to release
|