Home
last modified time | relevance | path

Searched refs:wm0010 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm0010.c3 * wm0010.c -- WM0010 DSP Driver
27 #include <sound/wm0010.h>
156 /* Called with wm0010->lock held */
159 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); in wm0010_halt() local
163 /* Fetch the wm0010 state */ in wm0010_halt()
164 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt()
165 state = wm0010->state; in wm0010_halt()
166 spin_unlock_irqrestore(&wm0010->irq_lock, flags); in wm0010_halt()
177 gpio_set_value_cansleep(wm0010->gpio_reset, in wm0010_halt()
178 wm0010 in wm0010_halt()
200 wm0010_mark_boot_failure(struct wm0010_priv *wm0010) wm0010_mark_boot_failure() argument
219 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_boot_xfer_complete() local
345 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_firmware_load() local
498 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_stage2_load() local
570 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_boot() local
735 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_set_bias_level() local
761 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_set_sysclk() local
839 struct wm0010_priv *wm0010 = data; wm0010_irq() local
858 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_probe() local
871 struct wm0010_priv *wm0010; wm0010_spi_probe() local
974 struct wm0010_priv *wm0010 = spi_get_drvdata(spi); wm0010_spi_remove() local
[all...]
H A DMakefile242 snd-soc-wm0010-objs := wm0010.o
551 obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm0010.c3 * wm0010.c -- WM0010 DSP Driver
27 #include <sound/wm0010.h>
156 /* Called with wm0010->lock held */
159 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); in wm0010_halt() local
163 /* Fetch the wm0010 state */ in wm0010_halt()
164 spin_lock_irqsave(&wm0010->irq_lock, flags); in wm0010_halt()
165 state = wm0010->state; in wm0010_halt()
166 spin_unlock_irqrestore(&wm0010->irq_lock, flags); in wm0010_halt()
177 gpio_set_value_cansleep(wm0010->gpio_reset, in wm0010_halt()
178 wm0010 in wm0010_halt()
200 wm0010_mark_boot_failure(struct wm0010_priv *wm0010) wm0010_mark_boot_failure() argument
219 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_boot_xfer_complete() local
345 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_firmware_load() local
498 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_stage2_load() local
570 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_boot() local
735 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_set_bias_level() local
761 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_set_sysclk() local
838 struct wm0010_priv *wm0010 = data; wm0010_irq() local
857 struct wm0010_priv *wm0010 = snd_soc_component_get_drvdata(component); wm0010_probe() local
870 struct wm0010_priv *wm0010; wm0010_spi_probe() local
973 struct wm0010_priv *wm0010 = spi_get_drvdata(spi); wm0010_spi_remove() local
[all...]
H A DMakefile314 snd-soc-wm0010-objs := wm0010.o
699 obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
/kernel/linux/linux-5.10/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()
247 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),
251 DAILINK_COMP_ARRAY(COMP_CPU("wm0010-sdi2")),
275 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),
279 DAILINK_COMP_ARRAY(COMP_CPU("wm0010-sdi2")),
329 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),
333 DAILINK_COMP_ARRAY(COMP_CPU("wm0010
[all...]
/kernel/linux/linux-6.6/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()
247 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),
251 DAILINK_COMP_ARRAY(COMP_CPU("wm0010-sdi2")),
276 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),
280 DAILINK_COMP_ARRAY(COMP_CPU("wm0010-sdi2")),
333 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),
337 DAILINK_COMP_ARRAY(COMP_CPU("wm0010
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c21 #include <sound/wm0010.h>
46 .modalias = "wm0010",
59 .modalias = "wm0010",
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c21 #include <sound/wm0010.h>
42 .modalias = "wm0010",
54 .modalias = "wm0010",

Completed in 8 milliseconds