/linux/sound/soc/codecs/ |
H A D | wm8753.c | 3 * wm8753.c -- WM8753 ALSA Soc Audio driver 9 * The WM8753 is a low power, high quality stereo codec with integrated PCM 47 #include "wm8753.h" 51 MODULE_PARM_DESC(caps_charge, "WM8753 cap charge time (msecs)"); 59 * wm8753 register cache 60 * We can't read the WM8753 register space when we 151 * WM8753 Controls 228 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); in wm8753_get_dai() local 230 ucontrol->value.enumerated.item[0] = wm8753 in wm8753_get_dai() 238 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_set_dai() local 865 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_set_dai_sysclk() local 925 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_pcm_hw_params() local 1156 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_i2s_hw_params() local 1236 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_hifi_write_dai_fmt() local 1263 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_hifi_set_dai_fmt() local 1273 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_voice_write_dai_fmt() local 1293 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_voice_set_dai_fmt() local 1304 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_mute() local 1323 struct wm8753_priv *wm8753 = wm8753_charge_work() local 1333 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_set_bias_level() local 1444 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_resume() local 1453 struct wm8753_priv *wm8753 = snd_soc_component_get_drvdata(component); wm8753_probe() local 1518 struct wm8753_priv *wm8753; wm8753_spi_probe() local 1556 struct wm8753_priv *wm8753; wm8753_i2c_probe() local [all...] |
H A D | wm8753.h | 3 * wm8753.h -- audio driver for WM8753 12 /* WM8753 register space */
|
H A D | ak4535.h | 9 * Based on wm8753.h
|
H A D | wm8988.h | 7 * Based on WM8753.h
|
H A D | wm8750.h | 7 * Based on WM8753.h
|
H A D | wm8731.h | 9 * Based on wm8753.h
|
H A D | wm8731-spi.c | 10 * Based on wm8753.c by Liam Girdwood
|
H A D | wm8523.h | 9 * Based on wm8753.h
|
H A D | wm8741.h | 9 * Based on wm8753.h
|
H A D | ak4535.c | 9 * Based on wm8753.c by Liam Girdwood
|
H A D | Makefile | 375 snd-soc-wm8753-y := wm8753.o 805 obj-$(CONFIG_SND_SOC_WM8753) += snd-soc-wm8753.o
|
H A D | wm8731.c | 10 * Based on wm8753.c by Liam Girdwood
|
H A D | ak4642.c | 10 // Based on wm8753.c by Liam Girdwood
|
H A D | wm8971.c | 9 * Based on wm8753.c by Liam Girdwood
|
H A D | ak4613.c | 11 // Based on wm8753.c by Liam Girdwood
|
H A D | wm8750.c | 9 * Based on WM8753.c
|
H A D | alc5623.c | 10 * Based on WM8753.c
|
H A D | Kconfig | 2414 tristate "Wolfson Microelectronics WM8753 CODEC"
|
H A D | rt5631.c | 9 * Based on WM8753.c
|
H A D | tlv320aic3x.c | 7 * Based on sound/soc/codecs/wm8753.c by Liam Girdwood
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | nvidia,tegra-audio-wm8753.yaml | 4 $id: http://devicetree.org/schemas/sound/nvidia,tegra-audio-wm8753.yaml# 7 title: NVIDIA Tegra audio complex with WM8753 CODEC 19 - pattern: '^[a-z0-9]+,tegra-audio-wm8753(-[a-z0-9]+)+$' 20 - const: nvidia,tegra-audio-wm8753 66 compatible = "nvidia,tegra-audio-wm8753-whistler", 67 "nvidia,tegra-audio-wm8753"; 68 nvidia,model = "tegra-wm8753-harmony"; 75 nvidia,audio-codec = <&wm8753>;
|
H A D | wlf,wm8753.yaml | 4 $id: http://devicetree.org/schemas/sound/wlf,wm8753.yaml# 7 title: WM8753 audio CODEC 39 const: wlf,wm8753 59 compatible = "wlf,wm8753";
|
/linux/sound/soc/tegra/ |
H A D | tegra_asoc_machine.c | 628 /* WM8753 machine */ 632 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "wm8753-hifi")), 636 .name = "WM8753", 637 .stream_name = "WM8753 PCM", 645 .components = "codec:wm8753", 992 { .compatible = "nvidia,tegra-audio-wm8753", .data = &tegra_wm8753_data },
|
H A D | Kconfig | 214 tristate "SoC Audio support for Tegra boards using a WM8753 codec" 220 boards using the WM8753 codec, such as Whistler.
|