Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8523.c81 SOC_SINGLE("Playback Deemphasis Switch", WM8523_AIF_CTRL1, 8, 1, 0),
150 u16 aifctrl1 = snd_soc_component_read(component, WM8523_AIF_CTRL1); in wm8523_hw_params()
202 snd_soc_component_write(component, WM8523_AIF_CTRL1, aifctrl1); in wm8523_hw_params()
261 u16 aifctrl1 = snd_soc_component_read(component, WM8523_AIF_CTRL1); in wm8523_set_dai_fmt()
311 snd_soc_component_write(component, WM8523_AIF_CTRL1, aifctrl1); in wm8523_set_dai_fmt()
H A Dwm8523.h21 #define WM8523_AIF_CTRL1 0x03 macro