Searched full:wm8958 (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/mfd/ |
D | wm8994-core.c | 120 case WM8958: in wm8994_suspend() 339 case WM8958: in wm8994_device_init() 365 case WM8958: in wm8994_device_init() 415 devname = "WM8958"; in wm8994_device_init() 416 if (wm8994->type != WM8958) in wm8994_device_init() 419 wm8994->type = WM8958; in wm8994_device_init() 455 case WM8958: in wm8994_device_init() 489 case WM8958: in wm8994_device_init() 607 { .compatible = "wlf,wm8958", .data = (void *)WM8958 }, 649 { "wm8958", WM8958 },
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | wlf,wm8994.yaml | 7 title: Wolfson WM1811/WM8994/WM8958 audio codecs 27 - wlf,wm8958 86 Two MICBIAS register values for WM1811 or WM8958. If absent the register 149 - wlf,wm8958
|
D | fsl-asoc-card.yaml | 88 - fsl,imx-audio-wm8958
|
/linux-6.12.1/include/linux/mfd/wm8994/ |
D | pdata.h | 110 * consumption for WM8958/WM1811 microphone detection. 198 /* WM8958 microphone bias configuration */ 201 /* WM8958 microphone detection ranges */
|
D | core.h | 21 WM8958 = 1, enumerator
|
/linux-6.12.1/arch/arm/mach-s3c/ |
D | mach-crag6410-module.c | 221 { I2C_BOARD_INFO("wm8958", 0x1a), /* WM8958 is the superset */ 224 .dev_name = "wm8958", 229 .dev_id = "i2c-wm8958", /* I2C device name */
|
/linux-6.12.1/sound/soc/codecs/ |
D | wm8994.c | 1112 case WM8958: in aif1clk_ev() 2385 case WM8958: in _wm8994_set_fll() 2420 case WM8958: in _wm8994_set_fll() 2629 case WM8958: in wm8994_set_bias_level() 2647 case WM8958: in wm8994_set_bias_level() 2674 case WM8958: in wm8994_set_bias_level() 2856 * on WM8958 if it's in use so just do it all the time. */ in wm8994_set_dai_fmt() 2859 case WM8958: in wm8994_set_dai_fmt() 3103 case WM8958: in wm8994_aif3_hw_params() 3908 * wm8958_mic_detect - Enable microphone detection via the WM8958 IRQ [all …]
|
D | wm8958-dsp2.c | 3 * wm8958-dsp2.c -- WM8958 DSP2 support 418 if (control->type != WM8958) in wm8958_aif_ev()
|
D | Makefile | 382 snd-soc-wm8994-y := wm8994.o wm8958-dsp2.o
|
/linux-6.12.1/drivers/regulator/ |
D | wm8994-regulator.c | 52 case WM8958: in wm8994_ldo2_list_voltage()
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-wm8994.c | 37 case WM8958: in wm8994_gpio_request()
|
/linux-6.12.1/sound/soc/fsl/ |
D | fsl-asoc-card.c | 811 } else if (of_device_is_compatible(np, "fsl,imx-audio-wm8958")) { in fsl_asoc_card_probe() 1084 { .compatible = "fsl,imx-audio-wm8958", },
|