Searched refs:wm8580 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8580.c | 3 * wm8580.c -- WM8580 and WM8581 ALSA Soc Audio driver 38 #include "wm8580.h" 158 * wm8580 register cache 262 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); in wm8580_out_vu() local 268 regcache_cache_only(wm8580->regmap, true); in wm8580_out_vu() 269 regmap_update_bits(wm8580->regmap, reg, 0x100, 0x000); in wm8580_out_vu() 270 regmap_update_bits(wm8580->regmap, reg2, 0x100, 0x000); in wm8580_out_vu() 271 regcache_cache_only(wm8580->regmap, false); in wm8580_out_vu() 407 pr_debug("wm8580: PLL %uHz->%uHz\n", source, target); in pll_factors() 423 printk(KERN_ERR "wm8580 in pll_factors() 465 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_set_dai_pll() local 539 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_paif_hw_params() local 754 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_set_sysclk() local 853 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_playback_startup() local 909 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_probe() local 951 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_remove() local 1003 struct wm8580_priv *wm8580; wm8580_i2c_probe() local [all...] |
H A D | Makefile | 254 snd-soc-wm8580-objs := wm8580.o 563 obj-$(CONFIG_SND_SOC_WM8580) += snd-soc-wm8580.o
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8580.c | 3 * wm8580.c -- WM8580 and WM8581 ALSA Soc Audio driver 38 #include "wm8580.h" 158 * wm8580 register cache 262 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); in wm8580_out_vu() local 268 regcache_cache_only(wm8580->regmap, true); in wm8580_out_vu() 269 regmap_update_bits(wm8580->regmap, reg, 0x100, 0x000); in wm8580_out_vu() 270 regmap_update_bits(wm8580->regmap, reg2, 0x100, 0x000); in wm8580_out_vu() 271 regcache_cache_only(wm8580->regmap, false); in wm8580_out_vu() 407 pr_debug("wm8580: PLL %uHz->%uHz\n", source, target); in pll_factors() 423 printk(KERN_ERR "wm8580 in pll_factors() 465 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_set_dai_pll() local 539 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_paif_hw_params() local 754 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_set_sysclk() local 853 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_playback_startup() local 909 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_probe() local 951 struct wm8580_priv *wm8580 = snd_soc_component_get_drvdata(component); wm8580_remove() local 1001 struct wm8580_priv *wm8580; wm8580_i2c_probe() local [all...] |
H A D | Makefile | 326 snd-soc-wm8580-objs := wm8580.o 711 obj-$(CONFIG_SND_SOC_WM8580) += snd-soc-wm8580.o
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | Makefile | 30 snd-soc-smdk-wm8580-objs := smdk_wm8580.o 55 obj-$(CONFIG_SND_SOC_SAMSUNG_SMDK_WM8580) += snd-soc-smdk-wm8580.o
|
Completed in 7 milliseconds