Home
last modified time | relevance | path

Searched refs:fe (Results 1 – 12 of 12) sorted by relevance

/sound/soc/
Dsoc-pcm.c88 static ssize_t dpcm_show_state(struct snd_soc_pcm_runtime *fe, in dpcm_show_state() argument
91 struct snd_pcm_hw_params *params = &fe->dpcm[stream].hw_params; in dpcm_show_state()
97 "[%s - %s]\n", fe->dai_link->name, in dpcm_show_state()
101 dpcm_state_string(fe->dpcm[stream].state)); in dpcm_show_state()
103 if ((fe->dpcm[stream].state >= SND_SOC_DPCM_STATE_HW_PARAMS) && in dpcm_show_state()
104 (fe->dpcm[stream].state <= SND_SOC_DPCM_STATE_STOP)) in dpcm_show_state()
115 if (list_empty(&fe->dpcm[stream].be_clients)) { in dpcm_show_state()
121 for_each_dpcm_be(fe, stream, dpcm) { in dpcm_show_state()
148 struct snd_soc_pcm_runtime *fe = file->private_data; in dpcm_state_read_file() local
153 if (fe->num_cpus > 1) { in dpcm_state_read_file()
[all …]
Dsoc-compress.c103 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_open_fe() local
105 fe->pcm->streams[cstream->direction].substream; in soc_compr_open_fe()
106 struct snd_soc_dai *cpu_dai = asoc_rtd_to_cpu(fe, 0); in soc_compr_open_fe()
112 snd_soc_card_mutex_lock(fe->card); in soc_compr_open_fe()
113 fe->dpcm[stream].runtime = fe_substream->runtime; in soc_compr_open_fe()
115 ret = dpcm_path_get(fe, stream, &list); in soc_compr_open_fe()
119 snd_soc_dpcm_mutex_lock(fe); in soc_compr_open_fe()
122 dpcm_process_paths(fe, stream, &list, 1); in soc_compr_open_fe()
123 fe->dpcm[stream].runtime = fe_substream->runtime; in soc_compr_open_fe()
125 fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; in soc_compr_open_fe()
[all …]
/sound/soc/mediatek/common/
DMakefile3 snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o
/sound/soc/intel/boards/
Dbdw-rt5650.c218 SND_SOC_DAILINK_DEF(fe,
244 SND_SOC_DAILINK_REG(fe, dummy, platform),
Dkbl_rt5663_rt5514_max98927.c370 if (!strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Port") || in kabylake_ssp_fixup()
371 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Headset Playback") || in kabylake_ssp_fixup()
372 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Capture Port")) { in kabylake_ssp_fixup()
377 } else if (!strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio DMIC cap")) { in kabylake_ssp_fixup()
Dbdw-rt5677.c303 SND_SOC_DAILINK_DEF(fe,
335 SND_SOC_DAILINK_REG(fe, dummy, platform),
Dkbl_rt5663_max98927.c441 if (!strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Port") || in kabylake_ssp_fixup()
442 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Headset Playback") || in kabylake_ssp_fixup()
443 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Capture Port")) { in kabylake_ssp_fixup()
Dkbl_da7219_max98927.c318 if (!strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Port") || in kabylake_ssp_fixup()
319 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Headset Playback") || in kabylake_ssp_fixup()
320 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Capture Port")) { in kabylake_ssp_fixup()
/sound/soc/sof/
Dpcm.c732 struct snd_soc_pcm_runtime *fe = dpcm->fe; in sof_pcm_dai_link_fixup() local
734 fe->dai_link->trigger[SNDRV_PCM_STREAM_PLAYBACK] = in sof_pcm_dai_link_fixup()
/sound/soc/sh/rcar/
Dcore.c1501 struct snd_soc_pcm_runtime *fe = asoc_substream_to_rtd(substream); in rsnd_hw_params() local
1514 if (fe->dai_link->dynamic) { in rsnd_hw_params()
1520 for_each_dpcm_be(fe, stream, dpcm) { in rsnd_hw_params()
/sound/soc/fsl/
Dfsl_asrc_dma.c159 if (dpcm->fe != rtd) in fsl_asrc_dma_hw_params()
/sound/soc/sof/intel/
Dhda-dai.c46 fe_substream = snd_soc_dpcm_get_substream(dpcm->fe, dir); in hda_check_fes()