Home
last modified time | relevance | path

Searched refs:wm8728 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/sound/soc/codecs/
Dwm8728.c243 struct wm8728_priv *wm8728 = snd_soc_codec_get_drvdata(codec); in wm8728_probe() local
246 ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8728->control_type); in wm8728_probe()
283 struct wm8728_priv *wm8728; in wm8728_spi_probe() local
286 wm8728 = kzalloc(sizeof(struct wm8728_priv), GFP_KERNEL); in wm8728_spi_probe()
287 if (wm8728 == NULL) in wm8728_spi_probe()
290 wm8728->control_type = SND_SOC_SPI; in wm8728_spi_probe()
291 spi_set_drvdata(spi, wm8728); in wm8728_spi_probe()
296 kfree(wm8728); in wm8728_spi_probe()
321 struct wm8728_priv *wm8728; in wm8728_i2c_probe() local
324 wm8728 = kzalloc(sizeof(struct wm8728_priv), GFP_KERNEL); in wm8728_i2c_probe()
[all …]
DMakefile47 snd-soc-wm8728-objs := wm8728.o
135 obj-$(CONFIG_SND_SOC_WM8728) += snd-soc-wm8728.o