Home
last modified time | relevance | path

Searched full:wm1811 (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dsamsung,midas-audio.yaml7 title: Samsung Midas audio complex with WM1811 codec
36 description: phandle to the WM1811 CODEC
46 the WM1811's pins (as documented in its binding), and the jacks
109 sound-dai = <&wm1811>;
Dwm8994.txt1 WM1811/WM8994/WM8958 audio CODEC
8 - compatible : One of "wlf,wm1811", "wlf,wm8994" or "wlf,wm8958".
20 - for wlf,wm1811 and wlf,wm8958:
49 - wlf,micbias-cfg : Two MICBIAS register values for WM1811 or
Dsamsung,arndale.yaml18 - samsung,arndale-wm1811
/Linux-v6.1/drivers/mfd/
Dwm8994-core.c123 case WM1811: in wm8994_suspend()
347 case WM1811: in wm8994_device_init()
371 case WM1811: in wm8994_device_init()
415 devname = "WM1811"; in wm8994_device_init()
416 if (wm8994->type != WM1811) in wm8994_device_init()
419 wm8994->type = WM1811; in wm8994_device_init()
480 case WM1811: in wm8994_device_init()
497 case WM1811: in wm8994_device_init()
619 { .compatible = "wlf,wm1811", .data = (void *)WM1811 },
668 { "wm1811", WM1811 },
[all …]
/Linux-v6.1/sound/soc/samsung/
Darndale.c111 .name = "WM1811 HiFi",
129 .name = "Arndale WM1811",
199 { .compatible = "samsung,arndale-wm1811", .data = &arndale_wm1811 },
DMakefile45 snd-soc-midas-wm1811-objs := midas_wm1811.o
70 obj-$(CONFIG_SND_SOC_SAMSUNG_MIDAS_WM1811) += snd-soc-midas-wm1811.o
Dmidas_wm1811.c390 .name = "WM1811 Voice",
395 .name = "WM1811 BT",
403 .name = "Midas WM1811",
/Linux-v6.1/include/linux/mfd/wm8994/
Dpdata.h110 * consumption for WM8958/WM1811 microphone detection.
195 /* Configure WM1811 jack detection for use with external capacitor */
Dcore.h22 WM1811 = 2, enumerator
/Linux-v6.1/arch/arm/boot/dts/
Dexynos5250-arndale.dts132 compatible = "samsung,arndale-wm1811";
134 samsung,audio-codec = <&wm1811>;
512 wm1811: audio-codec@1a { label
513 compatible = "wlf,wm1811";
Dexynos4412-midas.dtsi301 sound-dai = <&wm1811>;
617 wm1811: audio-codec@1a { label
618 compatible = "wlf,wm1811";
/Linux-v6.1/sound/soc/codecs/
Dwm8994.c77 /* VU bitfields for ADC2, DAC2 not available on WM1811 */
632 /* Controls not available on WM1811 */
1049 if (control->type == WM1811) in wm8994_update_vu_bits()
2630 case WM1811: in wm8994_set_bias_level()
2675 case WM1811: in wm8994_set_bias_level()
2858 case WM1811: in wm8994_set_dai_fmt()
3102 case WM1811: in wm8994_aif3_hw_params()
3932 case WM1811: in wm8958_mic_detect()
4166 case WM1811: in wm8994_component_probe()
4221 case WM1811: in wm8994_component_probe()
[all …]
/Linux-v6.1/drivers/regulator/
Dwm8994-regulator.c54 case WM1811: in wm8994_ldo2_list_voltage()