Home
last modified time | relevance | path

Searched defs:spdif (Results 1 – 23 of 23) sorted by relevance

/sound/soc/img/
A Dimg-spdif-out.c54 struct img_spdif_out *spdif = dev_get_drvdata(dev); in img_spdif_out_runtime_suspend() local
64 struct img_spdif_out *spdif = dev_get_drvdata(dev); in img_spdif_out_runtime_resume() local
94 static void img_spdif_out_reset(struct img_spdif_out *spdif) in img_spdif_out_reset()
136 struct img_spdif_out *spdif = snd_soc_dai_get_drvdata(cpu_dai); in img_spdif_out_get_status() local
162 struct img_spdif_out *spdif = snd_soc_dai_get_drvdata(cpu_dai); in img_spdif_out_set_status() local
206 struct img_spdif_out *spdif = snd_soc_dai_get_drvdata(dai); in img_spdif_out_trigger() local
235 struct img_spdif_out *spdif = snd_soc_dai_get_drvdata(dai); in img_spdif_out_hw_params() local
292 struct img_spdif_out *spdif = snd_soc_dai_get_drvdata(dai); in img_spdif_out_dai_probe() local
325 struct img_spdif_out *spdif; in img_spdif_out_probe() local
414 struct img_spdif_out *spdif = dev_get_drvdata(dev); in img_spdif_out_suspend() local
[all …]
A Dimg-spdif-in.c92 struct img_spdif_in *spdif = dev_get_drvdata(dev); in img_spdif_in_runtime_suspend() local
101 struct img_spdif_in *spdif = dev_get_drvdata(dev); in img_spdif_in_runtime_resume() local
295 struct img_spdif_in *spdif = snd_soc_dai_get_drvdata(cpu_dai); in img_spdif_in_get_status() local
325 struct img_spdif_in *spdif = snd_soc_dai_get_drvdata(cpu_dai); in img_spdif_in_get_multi_freq() local
349 struct img_spdif_in *spdif = snd_soc_dai_get_drvdata(cpu_dai); in img_spdif_in_set_multi_freq() local
629 struct img_spdif_in *spdif = snd_soc_dai_get_drvdata(dai); in img_spdif_in_trigger() local
668 struct img_spdif_in *spdif = snd_soc_dai_get_drvdata(dai); in img_spdif_in_hw_params() local
687 struct img_spdif_in *spdif = snd_soc_dai_get_drvdata(dai); in img_spdif_in_dai_probe() local
720 struct img_spdif_in *spdif; in img_spdif_in_probe() local
822 struct img_spdif_in *spdif = dev_get_drvdata(dev); in img_spdif_in_suspend() local
[all …]
/sound/soc/tegra/
A Dtegra20_spdif.c30 struct tegra20_spdif *spdif = dev_get_drvdata(dev); in tegra20_spdif_runtime_suspend() local
41 struct tegra20_spdif *spdif = dev_get_drvdata(dev); in tegra20_spdif_runtime_resume() local
79 struct tegra20_spdif *spdif = dev_get_drvdata(dai->dev); in tegra20_spdif_hw_params() local
146 static void tegra20_spdif_start_playback(struct tegra20_spdif *spdif) in tegra20_spdif_start_playback()
153 static void tegra20_spdif_stop_playback(struct tegra20_spdif *spdif) in tegra20_spdif_stop_playback()
162 struct tegra20_spdif *spdif = dev_get_drvdata(dai->dev); in tegra20_spdif_trigger() local
187 struct tegra20_spdif *spdif = dev_get_drvdata(dai->dev); in tegra20_spdif_filter_rates() local
236 struct tegra20_spdif *spdif = dev_get_drvdata(dai->dev); in tegra20_spdif_probe() local
345 struct tegra20_spdif *spdif; in tegra20_spdif_platform_probe() local
/sound/soc/adi/
A Daxi-spdif.c51 struct axi_spdif *spdif = snd_soc_dai_get_drvdata(dai); in axi_spdif_trigger() local
78 struct axi_spdif *spdif = snd_soc_dai_get_drvdata(dai); in axi_spdif_hw_params() local
110 struct axi_spdif *spdif = snd_soc_dai_get_drvdata(dai); in axi_spdif_dai_probe() local
120 struct axi_spdif *spdif = snd_soc_dai_get_drvdata(dai); in axi_spdif_startup() local
142 struct axi_spdif *spdif = snd_soc_dai_get_drvdata(dai); in axi_spdif_shutdown() local
182 struct axi_spdif *spdif; in axi_spdif_probe() local
244 struct axi_spdif *spdif = platform_get_drvdata(pdev); in axi_spdif_dev_remove() local
/sound/soc/samsung/
A Dspdif.c105 static void spdif_snd_txctrl(struct samsung_spdif_info *spdif, int on) in spdif_snd_txctrl()
122 struct samsung_spdif_info *spdif = to_info(cpu_dai); in spdif_set_sysclk() local
145 struct samsung_spdif_info *spdif = to_info(snd_soc_rtd_to_cpu(rtd, 0)); in spdif_trigger() local
181 struct samsung_spdif_info *spdif = to_info(snd_soc_rtd_to_cpu(rtd, 0)); in spdif_hw_params() local
283 struct samsung_spdif_info *spdif = to_info(snd_soc_rtd_to_cpu(rtd, 0)); in spdif_shutdown() local
301 struct samsung_spdif_info *spdif = component_to_info(component); in spdif_suspend() local
318 struct samsung_spdif_info *spdif = component_to_info(component); in spdif_resume() local
365 struct samsung_spdif_info *spdif; in spdif_probe() local
465 struct samsung_spdif_info *spdif = &spdif_info; in spdif_remove() local
/sound/soc/rockchip/
A Drockchip_spdif.c68 struct rk_spdif_dev *spdif = dev_get_drvdata(dev); in rk_spdif_runtime_suspend() local
79 struct rk_spdif_dev *spdif = dev_get_drvdata(dev); in rk_spdif_runtime_resume() local
111 struct rk_spdif_dev *spdif = snd_soc_dai_get_drvdata(dai); in rk_spdif_hw_params() local
152 struct rk_spdif_dev *spdif = snd_soc_dai_get_drvdata(dai); in rk_spdif_trigger() local
196 struct rk_spdif_dev *spdif = snd_soc_dai_get_drvdata(dai); in rk_spdif_dai_probe() local
286 struct rk_spdif_dev *spdif; in rk_spdif_probe() local
/sound/hda/common/
A Dcodec.c2171 struct hda_spdif_out *spdif; in snd_hda_spdif_default_get() local
2277 struct hda_spdif_out *spdif; in snd_hda_spdif_default_put() local
2308 struct hda_spdif_out *spdif; in snd_hda_spdif_out_switch_get() local
2335 struct hda_spdif_out *spdif; in snd_hda_spdif_out_switch_put() local
2410 struct hda_spdif_out *spdif; in snd_hda_create_dig_out_ctls() local
2473 struct hda_spdif_out *spdif; in snd_hda_spdif_out_of_nid() local
2493 struct hda_spdif_out *spdif; in snd_hda_spdif_ctls_unassign() local
2514 struct hda_spdif_out *spdif; in snd_hda_spdif_ctls_assign() local
3582 struct hda_spdif_out *spdif; in setup_dig_out_stream() local
3771 struct hda_spdif_out *spdif; in snd_hda_multi_out_analog_prepare() local
A Dcontroller.c164 struct hda_spdif_out *spdif = in azx_pcm_prepare() local
/sound/soc/meson/
A Daiu.h38 struct aiu_interface spdif; member
/sound/hda/codecs/hdmi/
A Dnvhdmi-mcp.c131 struct hda_spdif_out *spdif; in nvhdmi_8ch_7x_pcm_prepare() local
A Dhdmi.c1656 struct hda_spdif_out *spdif; in check_non_pcm_per_cvt() local
/sound/soc/codecs/
A Dsti-sas.c73 struct sti_spdif_audio spdif; member
/sound/soc/renesas/
A Dsiu_dai.c52 u32 spdif; member
A Dfsi.c261 unsigned int spdif:1; member
/sound/pci/trident/
A Dtrident.h301 spdif: 1, member
380 struct snd_pcm *spdif; /* SPDIF PCM */ member
A Dtrident_main.c2230 struct snd_pcm *spdif; in snd_trident_spdif_pcm() local
/sound/pci/
A Dens1370.c75 static int spdif[SNDRV_CARDS]; variable
412 unsigned int spdif; member
A Drme32.c978 int spdif = 0; in snd_rme32_playback_close() local
A Drme96.c1304 int spdif = 0; in snd_rme96_playback_close() local
/sound/soc/stm/
A Dstm32_sai_sub.c120 bool spdif; member
/sound/soc/fsl/
A Dfsl_spdif.c214 static inline bool fsl_spdif_can_set_clk_rate(struct fsl_spdif_priv *spdif, int clk) in fsl_spdif_can_set_clk_rate()
/sound/pci/ice1712/
A Dice1712.h342 struct snd_ice1712_spdif spdif; member
/sound/pci/ali5451/
A Dali5451.c36 static bool spdif; variable

Completed in 100 milliseconds