Searched refs:WM8974_DAC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8974.c | 69 SOC_ENUM_SINGLE(WM8974_DAC, 4, 4, wm8974_deemp), 104 SOC_SINGLE("DAC Inversion Switch", WM8974_DAC, 0, 1, 0), 169 SOC_SINGLE("DAC 128x Oversampling Switch", WM8974_DAC, 8, 1, 0), 569 u16 mute_reg = snd_soc_component_read(component, WM8974_DAC) & 0xffbf; in wm8974_mute() 572 snd_soc_component_write(component, WM8974_DAC, mute_reg | 0x40); in wm8974_mute() 574 snd_soc_component_write(component, WM8974_DAC, mute_reg); in wm8974_mute()
|
H A D | wm8974.h | 20 #define WM8974_DAC 0xa macro
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8974.c | 69 SOC_ENUM_SINGLE(WM8974_DAC, 4, 4, wm8974_deemp), 104 SOC_SINGLE("DAC Inversion Switch", WM8974_DAC, 0, 1, 0), 169 SOC_SINGLE("DAC 128x Oversampling Switch", WM8974_DAC, 8, 1, 0), 569 u16 mute_reg = snd_soc_component_read(component, WM8974_DAC) & 0xffbf; in wm8974_mute() 572 snd_soc_component_write(component, WM8974_DAC, mute_reg | 0x40); in wm8974_mute() 574 snd_soc_component_write(component, WM8974_DAC, mute_reg); in wm8974_mute()
|
H A D | wm8974.h | 20 #define WM8974_DAC 0xa macro
|
Completed in 6 milliseconds