Searched refs:wm8510 (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
H A Dwm8510.c2 * wm8510.c -- WM8510 ALSA Soc Audio driver
30 #include "wm8510.h"
33 * wm8510 register cache
509 struct wm8510_priv *wm8510 = snd_soc_codec_get_drvdata(codec); wm8510_set_bias_level() local
523 regcache_sync(wm8510->regmap); wm8510_set_bias_level()
560 .name = "wm8510-hifi",
598 { .compatible = "wlf,wm8510" },
618 struct wm8510_priv *wm8510; wm8510_spi_probe() local
621 wm8510 = devm_kzalloc(&spi->dev, sizeof(struct wm8510_priv), wm8510_spi_probe()
623 if (wm8510 == NULL) wm8510_spi_probe()
626 wm8510->regmap = devm_regmap_init_spi(spi, &wm8510_regmap); wm8510_spi_probe()
627 if (IS_ERR(wm8510->regmap)) wm8510_spi_probe()
628 return PTR_ERR(wm8510->regmap); wm8510_spi_probe()
630 spi_set_drvdata(spi, wm8510); wm8510_spi_probe()
646 .name = "wm8510",
658 struct wm8510_priv *wm8510; wm8510_i2c_probe() local
661 wm8510 = devm_kzalloc(&i2c->dev, sizeof(struct wm8510_priv), wm8510_i2c_probe()
663 if (wm8510 == NULL) wm8510_i2c_probe()
666 wm8510->regmap = devm_regmap_init_i2c(i2c, &wm8510_regmap); wm8510_i2c_probe()
667 if (IS_ERR(wm8510->regmap)) wm8510_i2c_probe()
668 return PTR_ERR(wm8510->regmap); wm8510_i2c_probe()
670 i2c_set_clientdata(i2c, wm8510); wm8510_i2c_probe()
685 { "wm8510", 0 },
692 .name = "wm8510",
H A Dwm8510.h2 * wm8510.h -- WM8510 Soc Audio driver
H A DMakefile143 snd-soc-wm8510-objs := wm8510.o
334 obj-$(CONFIG_SND_SOC_WM8510) += snd-soc-wm8510.o
H A Dwm8940.c6 * Based on wm8510.c
/linux-4.4.14/drivers/video/fbdev/
H A Dwm8505fb_regs.h5 * Based on VIA/WonderMedia wm8510-govrh-reg.h
7 * drivers/video/wmt/register/wm8510/wm8510-govrh-reg.h

Completed in 151 milliseconds