| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | sgtl5000.c | 3 // sgtl5000.c -- SGTL5000 ALSA SoC Audio driver 29 #include "sgtl5000.h" 41 /* default value of sgtl5000 registers */ 94 /* regulator supplies for sgtl5000, VDDD is an optional external supply */ 140 /* sgtl5000 private structure in codec */ 270 struct sgtl5000_priv *sgtl5000 = snd_soc_component_get_drvdata(component); in mic_bias_event() local 277 sgtl5000->micbias_resistor << SGTL5000_BIAS_R_SHIFT); in mic_bias_event() 307 struct sgtl5000_priv *sgtl5000 = in vag_and_mute_control() local 312 sgtl5000->mute_state[event_source] = in vag_and_mute_control() 318 sgtl5000->mute_state[event_source]); in vag_and_mute_control() [all …]
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | sgtl5000.c | 3 // sgtl5000.c -- SGTL5000 ALSA SoC Audio driver 29 #include "sgtl5000.h" 41 /* default value of sgtl5000 registers */ 94 /* regulator supplies for sgtl5000, VDDD is an optional external supply */ 140 /* sgtl5000 private structure in codec */ 270 struct sgtl5000_priv *sgtl5000 = snd_soc_component_get_drvdata(component); in mic_bias_event() local 277 sgtl5000->micbias_resistor << SGTL5000_BIAS_R_SHIFT); in mic_bias_event() 307 struct sgtl5000_priv *sgtl5000 = in vag_and_mute_control() local 312 sgtl5000->mute_state[event_source] = in vag_and_mute_control() 318 sgtl5000->mute_state[event_source]); in vag_and_mute_control() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | mxs-audio-sgtl5000.txt | 1 * Freescale MXS audio complex with SGTL5000 codec 4 - compatible : "fsl,mxs-audio-sgtl5000" 7 - audio-codec : The phandle of the SGTL5000 audio codec 11 source. Valid names could be power supplies, SGTL5000 17 SGTL5000 pins: 33 compatible = "fsl,imx28-evk-sgtl5000", 34 "fsl,mxs-audio-sgtl5000"; 35 model = "imx28-evk-sgtl5000"; 37 audio-codec = <&sgtl5000>;
|
| D | imx-audio-sgtl5000.txt | 1 Freescale i.MX audio complex with SGTL5000 codec 5 - compatible : "fsl,imx-audio-sgtl5000" 11 - audio-codec : The phandle of the SGTL5000 audio codec 16 source. Valid names could be power supplies, SGTL5000 22 SGTL5000 pins: 45 compatible = "fsl,imx51-babbage-sgtl5000", 46 "fsl,imx-audio-sgtl5000"; 47 model = "imx51-babbage-sgtl5000"; 49 audio-codec = <&sgtl5000>;
|
| D | nvidia,tegra-audio-sgtl5000.yaml | 4 $id: http://devicetree.org/schemas/sound/nvidia,tegra-audio-sgtl5000.yaml# 7 title: NVIDIA Tegra audio complex with SGTL5000 CODEC 19 - pattern: '^[a-z0-9]+,tegra-audio-sgtl5000([-_][a-z0-9]+)+$' 20 - const: nvidia,tegra-audio-sgtl5000 54 compatible = "toradex,tegra-audio-sgtl5000-apalis_t30", 55 "nvidia,tegra-audio-sgtl5000"; 56 nvidia,model = "Toradex Apalis T30 SGTL5000";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | mxs-audio-sgtl5000.txt | 1 * Freescale MXS audio complex with SGTL5000 codec 4 - compatible : "fsl,mxs-audio-sgtl5000" 7 - audio-codec : The phandle of the SGTL5000 audio codec 11 source. Valid names could be power supplies, SGTL5000 17 SGTL5000 pins: 33 compatible = "fsl,imx28-evk-sgtl5000", 34 "fsl,mxs-audio-sgtl5000"; 35 model = "imx28-evk-sgtl5000"; 37 audio-codec = <&sgtl5000>;
|
| D | imx-audio-sgtl5000.txt | 1 Freescale i.MX audio complex with SGTL5000 codec 5 - compatible : "fsl,imx-audio-sgtl5000" 11 - audio-codec : The phandle of the SGTL5000 audio codec 16 source. Valid names could be power supplies, SGTL5000 22 SGTL5000 pins: 45 compatible = "fsl,imx51-babbage-sgtl5000", 46 "fsl,imx-audio-sgtl5000"; 47 model = "imx51-babbage-sgtl5000"; 49 audio-codec = <&sgtl5000>;
|
| D | nvidia,tegra-audio-sgtl5000.txt | 1 NVIDIA Tegra audio complex, with SGTL5000 CODEC 4 - compatible : "nvidia,tegra-audio-sgtl5000" 15 sinks are the SGTL5000's pins (as documented in its binding), and the jacks 24 - nvidia,audio-codec : The phandle of the SGTL5000 audio codec. 29 compatible = "toradex,tegra-audio-sgtl5000-apalis_t30", 30 "nvidia,tegra-audio-sgtl5000"; 37 nvidia,audio-codec = <&sgtl5000>;
|
| /kernel/linux/linux-6.6/sound/soc/mxs/ |
| D | mxs-sgtl5000.c | 16 #include "../codecs/sgtl5000.h" 29 /* sgtl5000 does not support 512*rate when in 96000 fs */ in mxs_sgtl5000_hw_params() 39 /* Set SGTL5000's SYSCLK (provided by SAIF MCLK) */ in mxs_sgtl5000_hw_params() 68 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "sgtl5000")), 73 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "sgtl5000")), 141 * Set an init clock(11.28Mhz) for sgtl5000 initialization(i2c r/w). in mxs_sgtl5000_probe() 142 * The Sgtl5000 sysclk is derived from saif0 mclk and it's range in mxs_sgtl5000_probe() 178 { .compatible = "fsl,mxs-audio-sgtl5000", }, 185 .name = "mxs-sgtl5000", 197 MODULE_ALIAS("platform:mxs-sgtl5000");
|
| /kernel/linux/linux-5.10/sound/soc/mxs/ |
| D | mxs-sgtl5000.c | 16 #include "../codecs/sgtl5000.h" 29 /* sgtl5000 does not support 512*rate when in 96000 fs */ in mxs_sgtl5000_hw_params() 39 /* Set SGTL5000's SYSCLK (provided by SAIF MCLK) */ in mxs_sgtl5000_hw_params() 68 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "sgtl5000")), 73 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "sgtl5000")), 141 * Set an init clock(11.28Mhz) for sgtl5000 initialization(i2c r/w). in mxs_sgtl5000_probe() 142 * The Sgtl5000 sysclk is derived from saif0 mclk and it's range in mxs_sgtl5000_probe() 184 { .compatible = "fsl,mxs-audio-sgtl5000", }, 191 .name = "mxs-sgtl5000", 203 MODULE_ALIAS("platform:mxs-sgtl5000");
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx6ul-pico-dwarf.dts | 16 compatible = "fsl,imx-audio-sgtl5000"; 17 model = "imx6ul-sgtl5000"; 19 audio-codec = <&sgtl5000>; 40 sgtl5000: audio-codec@a { label 42 compatible = "fsl,sgtl5000";
|
| D | imx6q-dms-ba16.dts | 30 compatible = "fsl,imx6q-ba16-sgtl5000", 31 "fsl,imx-audio-sgtl5000"; 32 model = "imx6q-ba16-sgtl5000"; 34 audio-codec = <&sgtl5000>; 96 sgtl5000: codec@a { label 97 compatible = "fsl,sgtl5000";
|
| D | imx53-voipac-bsb.dts | 11 compatible = "fsl,imx53-voipac-sgtl5000", 12 "fsl,imx-audio-sgtl5000"; 13 model = "imx53-voipac-sgtl5000"; 15 audio-codec = <&sgtl5000>; 127 sgtl5000: codec@a { label 128 compatible = "fsl,sgtl5000";
|
| D | imx7d-pico-nymph.dts | 27 compatible = "fsl,imx-audio-sgtl5000"; 28 model = "imx7d-sgtl5000"; 30 audio-codec = <&sgtl5000>; 51 sgtl5000: audio-codec@a { label 53 compatible = "fsl,sgtl5000";
|
| D | imx7d-pico-dwarf.dts | 16 compatible = "fsl,imx-audio-sgtl5000"; 17 model = "imx7d-sgtl5000"; 19 audio-codec = <&sgtl5000>; 40 sgtl5000: audio-codec@a { label 42 compatible = "fsl,sgtl5000";
|
| D | imx6ul-pico-hobbit.dts | 27 compatible = "fsl,imx-audio-sgtl5000"; 28 model = "imx6ul-sgtl5000"; 30 audio-codec = <&sgtl5000>; 51 sgtl5000: codec@a { label 53 compatible = "fsl,sgtl5000";
|
| D | imx6ul-pico-pi.dts | 27 compatible = "fsl,imx-audio-sgtl5000"; 28 model = "imx6ul-sgtl5000"; 30 audio-codec = <&sgtl5000>; 51 sgtl5000: codec@a { label 53 compatible = "fsl,sgtl5000";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx6ul-pico-dwarf.dts | 16 compatible = "fsl,imx-audio-sgtl5000"; 17 model = "imx6ul-sgtl5000"; 19 audio-codec = <&sgtl5000>; 40 sgtl5000: audio-codec@a { label 42 compatible = "fsl,sgtl5000";
|
| D | imx53-voipac-bsb.dts | 11 compatible = "fsl,imx53-voipac-sgtl5000", 12 "fsl,imx-audio-sgtl5000"; 13 model = "imx53-voipac-sgtl5000"; 15 audio-codec = <&sgtl5000>; 127 sgtl5000: codec@a { label 128 compatible = "fsl,sgtl5000";
|
| D | imx7d-pico-nymph.dts | 27 compatible = "fsl,imx-audio-sgtl5000"; 28 model = "imx7d-sgtl5000"; 30 audio-codec = <&sgtl5000>; 51 sgtl5000: audio-codec@a { label 53 compatible = "fsl,sgtl5000";
|
| D | imx6q-dms-ba16.dts | 30 compatible = "fsl,imx6q-ba16-sgtl5000", 31 "fsl,imx-audio-sgtl5000"; 32 model = "imx6q-ba16-sgtl5000"; 34 audio-codec = <&sgtl5000>; 96 sgtl5000: codec@a { label 97 compatible = "fsl,sgtl5000";
|
| D | imx7d-pico-dwarf.dts | 16 compatible = "fsl,imx-audio-sgtl5000"; 17 model = "imx7d-sgtl5000"; 19 audio-codec = <&sgtl5000>; 40 sgtl5000: audio-codec@a { label 42 compatible = "fsl,sgtl5000";
|
| D | imx6ul-pico-hobbit.dts | 27 compatible = "fsl,imx-audio-sgtl5000"; 28 model = "imx6ul-sgtl5000"; 30 audio-codec = <&sgtl5000>; 51 sgtl5000: codec@a { label 53 compatible = "fsl,sgtl5000";
|
| D | imx6ul-pico-pi.dts | 27 compatible = "fsl,imx-audio-sgtl5000"; 28 model = "imx6ul-sgtl5000"; 30 audio-codec = <&sgtl5000>; 51 sgtl5000: codec@a { label 53 compatible = "fsl,sgtl5000";
|
| /kernel/linux/linux-5.10/sound/soc/tegra/ |
| D | tegra_sgtl5000.c | 3 * tegra_sgtl5000.c - Tegra machine ASoC driver for boards using SGTL5000 codec 25 #include "../codecs/sgtl5000.h" 29 #define DRV_NAME "tegra-snd-sgtl5000" 86 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "sgtl5000")), 90 .name = "sgtl5000", 99 .name = "tegra-sgtl5000", 193 { .compatible = "nvidia,tegra-audio-sgtl5000", }, 209 MODULE_DESCRIPTION("Tegra SGTL5000 machine ASoC driver");
|