Searched refs:WM8962_SPKOUTL_VOLUME (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/sound/soc/codecs/ | 
| D | wm8962.c | 842 	case WM8962_SPKOUTL_VOLUME:  in wm8962_readable_register()1640 		snd_soc_component_write(component, WM8962_SPKOUTL_VOLUME,  in wm8962_put_spk_sw()
 1641 			      snd_soc_component_read32(component, WM8962_SPKOUTL_VOLUME));  in wm8962_put_spk_sw()
 1785 SOC_SINGLE_TLV("Speaker Volume", WM8962_SPKOUTL_VOLUME, 0, 127, 0, out_tlv),
 1788 SOC_SINGLE("Speaker ZC Switch", WM8962_SPKOUTL_VOLUME, 7, 1, 0),
 1806 SOC_DOUBLE_R_TLV("Speaker Volume", WM8962_SPKOUTL_VOLUME,
 1810 SOC_DOUBLE_R("Speaker ZC Switch", WM8962_SPKOUTL_VOLUME, WM8962_SPKOUTR_VOLUME,
 1970 		reg = WM8962_SPKOUTL_VOLUME;  in out_pga_event()
 3685 	regmap_update_bits(wm8962->regmap, WM8962_SPKOUTL_VOLUME,  in wm8962_i2c_probe()
 
 | 
| D | wm8962.h | 64 #define WM8962_SPKOUTL_VOLUME                   0x28  macro
 |