Searched refs:WM8900_REG_AUDIO1 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/soc/codecs/ |
D | wm8900.c | 41 #define WM8900_REG_AUDIO1 0x4 macro 331 WM8900_REG_AUDIO1, 15, lr_txt); 334 WM8900_REG_AUDIO1, 14, lr_txt); 632 reg = snd_soc_component_read(component, WM8900_REG_AUDIO1) & ~0x60; in wm8900_hw_params() 650 snd_soc_component_write(component, WM8900_REG_AUDIO1, reg); in wm8900_hw_params() 864 aif1 = snd_soc_component_read(component, WM8900_REG_AUDIO1); in wm8900_set_dai_fmt() 963 snd_soc_component_write(component, WM8900_REG_AUDIO1, aif1); in wm8900_set_dai_fmt()
|