Home
last modified time | relevance | path

Searched refs:wm0010 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm0010.c165 state = wm0010->state; in wm0010_halt()
446 (wm0010->board_max_spi_speed < wm0010->max_spi_freq)) in wm0010_firmware_load()
613 gpio_set_value_cansleep(wm0010->gpio_reset, !wm0010->gpio_reset_value); in wm0010_boot()
872 wm0010 = devm_kzalloc(&spi->dev, sizeof(*wm0010), in wm0010_spi_probe()
874 if (!wm0010) in wm0010_spi_probe()
899 wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD"); in wm0010_spi_probe()
907 wm0010->gpio_reset = wm0010->pdata.gpio_reset; in wm0010_spi_probe()
919 ret = devm_gpio_request_one(wm0010->dev, wm0010->gpio_reset, in wm0010_spi_probe()
948 wm0010->irq = irq; in wm0010_spi_probe()
980 if (wm0010->irq) in wm0010_spi_remove()
[all …]
H A DMakefile314 snd-soc-wm0010-objs := wm0010.o
699 obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
/openbmc/linux/sound/soc/samsung/
H A Dbells.c146 struct snd_soc_component *wm0010; in bells_late_probe() local
155 wm0010 = asoc_rtd_to_codec(rtd, 0)->component; in bells_late_probe()
170 ret = snd_soc_component_set_sysclk(wm0010, 0, 0, SYS_MCLK_RATE, 0); in bells_late_probe()
172 dev_err(wm0010->dev, "Failed to set WM0010 clock: %d\n", ret); in bells_late_probe()
/openbmc/linux/Documentation/sound/soc/
H A Dcodec-to-codec.rst78 .cpu_dai_name = "wm0010-sdi2",