Lines Matching +full:spdif +full:- +full:in
1 // SPDX-License-Identifier: GPL-2.0-only
3 * ALSA SoC SPDIF DIR (Digital Interface Reciever) driver
5 * Based on ALSA SoC SPDIF DIT driver
7 * This driver is used by controllers which can operate in DIR (SPDI/F) where
9 * in these configurations. SPEAr SPDIF IN Audio controller uses this driver.
24 SND_SOC_DAPM_INPUT("spdif-in"),
28 { "Capture", NULL, "spdif-in" },
50 .name = "dir-hifi",
62 return devm_snd_soc_register_component(&pdev->dev, in spdif_dir_probe()
69 { .compatible = "linux,spdif-dir", },
78 .name = "spdif-dir",
85 MODULE_DESCRIPTION("ASoC SPDIF DIR driver");