Searched full:wm8997 (Results 1 – 17 of 17) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8997.c | 3 * wm8997.c -- WM8997 ALSA SoC Audio driver 30 #include "wm8997.h" 929 struct wm8997_priv *wm8997 = snd_soc_component_get_drvdata(component); in wm8997_set_fll() local 933 return arizona_set_fll(&wm8997->fll[0], source, Fref, Fout); in wm8997_set_fll() 935 return arizona_set_fll(&wm8997->fll[1], source, Fref, Fout); in wm8997_set_fll() 937 return arizona_set_fll_refclk(&wm8997->fll[0], source, Fref, in wm8997_set_fll() 940 return arizona_set_fll_refclk(&wm8997->fll[1], source, Fref, in wm8997_set_fll() 954 .name = "wm8997-aif1", 976 .name = "wm8997-aif2", 998 .name = "wm8997-slim1", [all …]
|
H A D | wm8997.h | 3 * wm8997.h -- WM8997 ALSA SoC Audio driver
|
H A D | arizona.c | 182 case WM8997: in arizona_init_spk() 977 case WM8997: in arizona_out_ev() 1027 case WM8997: in arizona_out_ev() 1701 case WM8997: in arizona_hw_params_rate() 2180 case WM8997: in arizona_calc_fratio()
|
H A D | Makefile | 384 snd-soc-wm8997-y := wm8997.o 796 obj-$(CONFIG_SND_SOC_WM8997) += snd-soc-wm8997.o
|
/linux/drivers/mfd/ |
H A D | arizona-i2c.c | 41 case WM8997: in arizona_i2c_probe() 91 { "wm8997", WM8997 }, 103 { .compatible = "wlf,wm8997", .data = (void *)WM8997 },
|
H A D | arizona-core.c | 916 .name = "wm8997-codec", 972 case WM8997: in arizona_dev_init() 1197 type_name = "WM8997"; in arizona_dev_init() 1198 if (arizona->type != WM8997) { in arizona_dev_init() 1200 "WM8997 registered as %d\n", in arizona_dev_init() 1202 arizona->type = WM8997; in arizona_dev_init()
|
H A D | arizona-irq.c | 252 case WM8997: in arizona_irq_init()
|
H A D | wm8997-tables.c | 3 * wm8997-tables.c -- WM8997 data tables 49 .name = "wm8997 AOD", 145 .name = "wm8997 IRQ",
|
H A D | Makefile | 49 arizona-objs += wm8997-tables.o
|
H A D | Kconfig | 1971 bool "Wolfson Microelectronics WM8997" 1974 Support for Wolfson Microelectronics WM8997 low power audio SoC
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | wlf,arizona.yaml | 37 wm8997) and <IN1A, IN2A, IN1B, IN2B> (wm8998, wm1814) 96 do not have OUT6 (wm5102, wm8997, wm8998, wm1814) 105 do not have OUT6 (wm5102, wm8997, wm8998, wm1814)
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | wlf,arizona.yaml | 48 - wlf,wm8997 83 - wlf,wm8997 115 - wlf,wm8997
|
/linux/include/linux/mfd/arizona/ |
H A D | core.h | 31 WM8997 = 3, enumerator
|
H A D | pdata.h | 167 * wm5102/wm5110/wm8280/wm8997: [0]=IN1 [1]=IN2 [2]=IN3 [3]=IN4
|
/linux/drivers/gpio/ |
H A D | gpio-arizona.c | 168 case WM8997: in arizona_gpio_probe()
|
/linux/drivers/regulator/ |
H A D | arizona-ldo1.c | 316 case WM8997: in arizona_ldo1_probe()
|
/linux/arch/arm/mach-s3c/ |
H A D | mach-crag6410-module.c | 356 { .id = 0x06, .rev = 0xff, .name = "WM8997-6721-CS96-EV1 Lapraoig" },
|