Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8962.c825 case WM8962_LEFT_ADC_VOLUME: in wm8962_readable_register()
1482 u16 adcl = snd_soc_component_read(component, WM8962_LEFT_ADC_VOLUME); in wm8962_dsp2_set_enable()
1487 snd_soc_component_write(component, WM8962_LEFT_ADC_VOLUME, 0); in wm8962_dsp2_set_enable()
1495 snd_soc_component_write(component, WM8962_LEFT_ADC_VOLUME, adcl); in wm8962_dsp2_set_enable()
1683 SOC_DOUBLE_R_TLV("Digital Capture Volume", WM8962_LEFT_ADC_VOLUME,
3752 regmap_update_bits(wm8962->regmap, WM8962_LEFT_ADC_VOLUME, in wm8962_i2c_probe()
H A Dwm8962.h48 #define WM8962_LEFT_ADC_VOLUME 0x15 macro