/sound/drivers/ |
D | aloop.c | 114 static inline unsigned int byte_pos(struct loopback_pcm *dpcm, unsigned int x) in byte_pos() argument 116 if (dpcm->pcm_rate_shift == NO_PITCH) { in byte_pos() 120 HZ * (unsigned long long)dpcm->pcm_rate_shift); in byte_pos() 122 return x - (x % dpcm->pcm_salign); in byte_pos() 125 static inline unsigned int frac_pos(struct loopback_pcm *dpcm, unsigned int x) in frac_pos() argument 127 if (dpcm->pcm_rate_shift == NO_PITCH) { /* no pitch */ in frac_pos() 130 x = div_u64(dpcm->pcm_rate_shift * (unsigned long long)x * HZ, in frac_pos() 136 static inline struct loopback_setup *get_setup(struct loopback_pcm *dpcm) in get_setup() argument 138 int device = dpcm->substream->pstr->pcm->device; in get_setup() 140 if (dpcm->substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in get_setup() [all …]
|
D | dummy.c | 236 static void dummy_systimer_rearm(struct dummy_systimer_pcm *dpcm) in dummy_systimer_rearm() argument 238 mod_timer(&dpcm->timer, jiffies + in dummy_systimer_rearm() 239 (dpcm->frac_period_rest + dpcm->rate - 1) / dpcm->rate); in dummy_systimer_rearm() 242 static void dummy_systimer_update(struct dummy_systimer_pcm *dpcm) in dummy_systimer_update() argument 246 delta = jiffies - dpcm->base_time; in dummy_systimer_update() 249 dpcm->base_time += delta; in dummy_systimer_update() 250 delta *= dpcm->rate; in dummy_systimer_update() 251 dpcm->frac_pos += delta; in dummy_systimer_update() 252 while (dpcm->frac_pos >= dpcm->frac_buffer_size) in dummy_systimer_update() 253 dpcm->frac_pos -= dpcm->frac_buffer_size; in dummy_systimer_update() [all …]
|
/sound/soc/ |
D | soc-pcm.c | 181 struct snd_soc_dpcm *dpcm; in dpcm_dapm_stream_event() local 183 for_each_dpcm_be(fe, dir, dpcm) { in dpcm_dapm_stream_event() 185 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_dapm_stream_event() 191 (be->dpcm[dir].users >= 1)) in dpcm_dapm_stream_event() 1202 struct snd_soc_dpcm *dpcm; in dpcm_be_connect() local 1209 for_each_dpcm_be(fe, stream, dpcm) { in dpcm_be_connect() 1210 if (dpcm->be == be && dpcm->fe == fe) in dpcm_be_connect() 1214 dpcm = kzalloc(sizeof(struct snd_soc_dpcm), GFP_KERNEL); in dpcm_be_connect() 1215 if (!dpcm) in dpcm_be_connect() 1218 dpcm->be = be; in dpcm_be_connect() [all …]
|
D | soc-compress.c | 132 struct snd_soc_dpcm *dpcm; in soc_compr_open_fe() local 143 fe->dpcm[stream].runtime = fe_substream->runtime; in soc_compr_open_fe() 153 fe->dpcm[stream].runtime = fe_substream->runtime; in soc_compr_open_fe() 155 fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; in soc_compr_open_fe() 160 for_each_dpcm_be(fe, stream, dpcm) in soc_compr_open_fe() 161 dpcm->state = SND_SOC_DPCM_LINK_STATE_FREE; in soc_compr_open_fe() 164 fe->dpcm[stream].runtime = NULL; in soc_compr_open_fe() 194 fe->dpcm[stream].state = SND_SOC_DPCM_STATE_OPEN; in soc_compr_open_fe() 195 fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; in soc_compr_open_fe() 211 fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; in soc_compr_open_fe() [all …]
|
D | soc-core.c | 1457 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_PLAYBACK].be_clients); in soc_rtd_init() 1458 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_CAPTURE].be_clients); in soc_rtd_init() 1459 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_PLAYBACK].fe_clients); in soc_rtd_init() 1460 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_CAPTURE].fe_clients); in soc_rtd_init()
|
/sound/pci/asihpi/ |
D | asihpi.c | 444 struct snd_card_asihpi_pcm *dpcm = runtime->private_data; in snd_card_asihpi_pcm_hw_params() local 459 hpi_handle_error(hpi_format_create(&dpcm->format, in snd_card_asihpi_pcm_hw_params() 464 if (hpi_instream_reset(dpcm->h_stream) != 0) in snd_card_asihpi_pcm_hw_params() 468 dpcm->h_stream, &dpcm->format) != 0) in snd_card_asihpi_pcm_hw_params() 472 dpcm->hpi_buffer_attached = 0; in snd_card_asihpi_pcm_hw_params() 474 err = hpi_stream_host_buffer_attach(dpcm->h_stream, in snd_card_asihpi_pcm_hw_params() 487 err = hpi_stream_get_info_ex(dpcm->h_stream, NULL, in snd_card_asihpi_pcm_hw_params() 488 &dpcm->hpi_buffer_attached, NULL, NULL, NULL); in snd_card_asihpi_pcm_hw_params() 497 dpcm->bytes_per_sec = bytes_per_sec; in snd_card_asihpi_pcm_hw_params() 498 dpcm->buffer_bytes = params_buffer_bytes(params); in snd_card_asihpi_pcm_hw_params() [all …]
|
/sound/soc/sof/intel/ |
D | hda-dai.c | 42 struct snd_soc_dpcm *dpcm; in hda_check_fes() local 44 for_each_dpcm_fe(rtd, dir, dpcm) { in hda_check_fes() 45 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir); in hda_check_fes() 275 return hda_link_hw_params(substream, &rtd->dpcm[stream].hw_params, in hda_link_pcm_prepare()
|
/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 146 struct snd_soc_dpcm *dpcm; in fsl_asrc_dma_hw_params() local 154 for_each_dpcm_be(rtd, stream, dpcm) { in fsl_asrc_dma_hw_params() 155 struct snd_soc_pcm_runtime *be = dpcm->be; in fsl_asrc_dma_hw_params() 159 if (dpcm->fe != rtd) in fsl_asrc_dma_hw_params()
|
/sound/soc/intel/boards/ |
D | kbl_rt5663_max98927.c | 404 struct snd_soc_dpcm *dpcm, *rtd_dpcm = NULL; in kabylake_ssp_fixup() local 410 for_each_dpcm_fe(rtd, SNDRV_PCM_STREAM_PLAYBACK, dpcm) { in kabylake_ssp_fixup() 411 rtd_dpcm = dpcm; in kabylake_ssp_fixup() 419 for_each_dpcm_fe(rtd, SNDRV_PCM_STREAM_CAPTURE, dpcm) { in kabylake_ssp_fixup() 420 rtd_dpcm = dpcm; in kabylake_ssp_fixup()
|
D | kbl_da7219_max98927.c | 285 struct snd_soc_dpcm *dpcm, *rtd_dpcm = NULL; in kabylake_ssp_fixup() local 291 for_each_dpcm_fe(rtd, SNDRV_PCM_STREAM_PLAYBACK, dpcm) { in kabylake_ssp_fixup() 292 rtd_dpcm = dpcm; in kabylake_ssp_fixup() 300 for_each_dpcm_fe(rtd, SNDRV_PCM_STREAM_CAPTURE, dpcm) { in kabylake_ssp_fixup() 301 rtd_dpcm = dpcm; in kabylake_ssp_fixup()
|
D | kbl_rt5663_rt5514_max98927.c | 274 struct snd_soc_dpcm *dpcm = container_of( in kabylake_ssp_fixup() local 276 struct snd_soc_dai_link *fe_dai_link = dpcm->fe->dai_link; in kabylake_ssp_fixup() 277 struct snd_soc_dai_link *be_dai_link = dpcm->be->dai_link; in kabylake_ssp_fixup()
|
/sound/soc/sh/rcar/ |
D | core.c | 1416 struct snd_soc_dpcm *dpcm; in rsnd_hw_params() local 1420 for_each_dpcm_be(fe, stream, dpcm) { in rsnd_hw_params() 1421 be_params = &dpcm->hw_params; in rsnd_hw_params()
|