Searched full:alc5632 (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | nvidia,tegra-audio-alc5632.yaml | 4 $id: http://devicetree.org/schemas/sound/nvidia,tegra-audio-alc5632.yaml# 7 title: NVIDIA Tegra audio complex with ALC5632 CODEC 19 - pattern: '^[a-z0-9]+,tegra-audio-alc5632(-[a-z0-9]+)+$' 20 - const: nvidia,tegra-audio-alc5632 56 compatible = "nvidia,tegra-audio-alc5632-paz00", 57 "nvidia,tegra-audio-alc5632";
|
H A D | realtek,alc5632.yaml | 4 $id: http://devicetree.org/schemas/sound/realtek,alc5632.yaml# 7 title: ALC5632 audio CODEC 33 const: realtek,alc5632 58 compatible = "realtek,alc5632";
|
/openbmc/linux/sound/soc/codecs/ |
H A D | alc5632.c | 3 * alc5632.c -- ALC5632 ALSA SoC Audio Codec 30 #include "alc5632.h" 33 * ALC5632 register cache 137 * ALC5632 Controls 622 /* Note : pll code from original alc5632 driver. Not sure of how good it is */ 777 struct alc5632_priv *alc5632 = snd_soc_component_get_drvdata(component); in get_coeff() local 781 if (coeff_div[i].fs * rate == alc5632->sysclk) in get_coeff() 794 struct alc5632_priv *alc5632 = snd_soc_component_get_drvdata(component); in alc5632_set_dai_sysclk() local 806 alc5632->sysclk = freq; in alc5632_set_dai_sysclk() 1016 .name = "alc5632-hifi", [all …]
|
H A D | alc5632.h | 3 * alc5632.h -- ALC5632 ALSA SoC Audio Codec
|
H A D | Makefile | 251 snd-soc-alc5632-objs := alc5632.o 433 obj-$(CONFIG_SND_SOC_ALC5632) += snd-soc-alc5632.o
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra20-paz00.dts | 305 alc5632: alc5632@1e { label 306 compatible = "realtek,alc5632"; 612 compatible = "nvidia,tegra-audio-alc5632-paz00", 613 "nvidia,tegra-audio-alc5632"; 626 nvidia,audio-codec = <&alc5632>;
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20-paz00.dts | 301 alc5632: alc5632@1e { label 302 compatible = "realtek,alc5632"; 667 compatible = "nvidia,tegra-audio-alc5632-paz00", 668 "nvidia,tegra-audio-alc5632"; 681 nvidia,audio-codec = <&alc5632>;
|
/openbmc/linux/sound/soc/tegra/ |
H A D | tegra_asoc_machine.c | 919 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "alc5632-hifi")), 923 .name = "ALC5632", 924 .stream_name = "ALC5632 PCM", 992 { .compatible = "nvidia,tegra-audio-alc5632", .data = &tegra_rt5632_data },
|
H A D | Kconfig | 249 tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |