Searched refs:WM8523_AIF_CTRL1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | wm8523.c | 81 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()
|
D | wm8523.h | 21 #define WM8523_AIF_CTRL1 0x03 macro
|