Searched full:wm8580 (Results 1 – 7 of 7) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8580.c | 3 * wm8580.c -- WM8580 and WM8581 ALSA Soc Audio driver 8 * The WM8580 is a multichannel codec with S/PDIF support, featuring six 38 #include "wm8580.h" 40 /* WM8580 register space */ 158 * wm8580 register cache 159 * We can't read the WM8580 register space when we 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() [all …]
|
H A D | wm8580.h | 3 * wm8580.h -- audio driver for WM8580
|
H A D | Makefile | 347 snd-soc-wm8580-y := wm8580.o 759 obj-$(CONFIG_SND_SOC_WM8580) += snd-soc-wm8580.o
|
H A D | Kconfig | 2259 tristate "Wolfson Microelectronics WM8580 and WM8581 CODECs"
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | wlf,wm8580.yaml | 4 $id: http://devicetree.org/schemas/sound/wlf,wm8580.yaml# 7 title: WM8580 and WM8581 audio CODEC 18 - wlf,wm8580 39 compatible = "wlf,wm8580";
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | s5pv210-smdkc110.dts | 72 compatible = "wlf,wm8580";
|
H A D | s5pv210-smdkv210.dts | 242 compatible = "wlf,wm8580";
|