Searched full:wm1811 (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/mfd/ |
D | wm8994-core.c | 121 case WM1811: in wm8994_suspend() 333 case WM1811: in wm8994_device_init() 357 case WM1811: in wm8994_device_init() 401 devname = "WM1811"; in wm8994_device_init() 402 if (wm8994->type != WM1811) in wm8994_device_init() 405 wm8994->type = WM1811; in wm8994_device_init() 466 case WM1811: in wm8994_device_init() 483 case WM1811: in wm8994_device_init() 605 { .compatible = "wlf,wm1811", .data = (void *)WM1811 }, 646 { "wm1811", WM1811 }, [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | wlf,wm8994.yaml | 7 title: Wolfson WM1811/WM8994/WM8958 audio codecs 25 - wlf,wm1811 86 Two MICBIAS register values for WM1811 or WM8958. If absent the register 148 - wlf,wm1811 177 compatible = "wlf,wm1811";
|
D | samsung,midas-audio.yaml | 7 title: Samsung Midas audio complex with WM1811 codec 35 description: phandle to the WM1811 CODEC 46 the WM1811's pins (as documented in its binding), and the jacks 142 sound-dai = <&wm1811>;
|
D | samsung,arndale.yaml | 18 - samsung,arndale-wm1811
|
/linux-6.12.1/sound/soc/samsung/ |
D | arndale.c | 111 .name = "WM1811 HiFi", 129 .name = "Arndale WM1811", 198 { .compatible = "samsung,arndale-wm1811", .data = &arndale_wm1811 },
|
D | Makefile | 29 snd-soc-midas-wm1811-y := midas_wm1811.o 44 obj-$(CONFIG_SND_SOC_SAMSUNG_MIDAS_WM1811) += snd-soc-midas-wm1811.o
|
D | midas_wm1811.c | 543 .name = "WM1811 Voice", 548 .name = "WM1811 BT", 556 .name = "Midas WM1811",
|
/linux-6.12.1/include/linux/mfd/wm8994/ |
D | pdata.h | 110 * consumption for WM8958/WM1811 microphone detection. 195 /* Configure WM1811 jack detection for use with external capacitor */
|
D | core.h | 22 WM1811 = 2, enumerator
|
/linux-6.12.1/arch/arm/boot/dts/samsung/ |
D | exynos5250-arndale.dts | 150 compatible = "samsung,arndale-wm1811"; 152 samsung,audio-codec = <&wm1811>; 533 wm1811: audio-codec@1a { label 534 compatible = "wlf,wm1811";
|
D | exynos4212-tab3.dtsi | 342 sound-dai = <&wm1811>; 511 wm1811: audio-codec@1a { label 512 compatible = "wlf,wm1811";
|
D | exynos4412-midas.dtsi | 351 sound-dai = <&wm1811>; 673 wm1811: audio-codec@1a { label 674 compatible = "wlf,wm1811";
|
/linux-6.12.1/sound/soc/codecs/ |
D | wm8994.c | 77 /* 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() 3937 case WM1811: in wm8958_mic_detect() 4171 case WM1811: in wm8994_component_probe() 4226 case WM1811: in wm8994_component_probe() [all …]
|
/linux-6.12.1/drivers/regulator/ |
D | wm8994-regulator.c | 54 case WM1811: in wm8994_ldo2_list_voltage()
|