Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dwm5100.c123 struct wm5100_priv *wm5100 = snd_soc_component_get_drvdata(component); in wm5100_alloc_sr() local
135 if ((wm5100->sysclk % rate) == 0) { in wm5100_alloc_sr()
139 if (!wm5100->sr_ref[i] && sr_free == -1) { in wm5100_alloc_sr()
149 wm5100->sr_ref[i]++; in wm5100_alloc_sr()
151 rate, i, wm5100->sr_ref[i]); in wm5100_alloc_sr()
162 wm5100->sr_ref[sr_free]++; in wm5100_alloc_sr()
172 rate, wm5100->sysclk, wm5100->asyncclk); in wm5100_alloc_sr()
179 struct wm5100_priv *wm5100 = snd_soc_component_get_drvdata(component); in wm5100_free_sr() local
192 if (!wm5100->sr_ref[i]) in wm5100_free_sr()
200 wm5100->sr_ref[i]--; in wm5100_free_sr()
[all …]
DMakefile339 snd-soc-wm5100-y := wm5100.o wm5100-tables.o
751 obj-$(CONFIG_SND_SOC_WM5100) += snd-soc-wm5100.o