Searched refs:DEFAULT_VOL (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/sound/soc/codecs/ |
| D | tlv320aic3x.c | 1492 snd_soc_component_write(component, DACL1_2_MONOLOPM_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_mono_init() 1493 snd_soc_component_write(component, DACR1_2_MONOLOPM_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_mono_init() 1499 snd_soc_component_write(component, PGAL_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init() 1500 snd_soc_component_write(component, PGAR_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init() 1503 snd_soc_component_write(component, LINE2L_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init() 1504 snd_soc_component_write(component, LINE2R_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init() 1519 snd_soc_component_write(component, LDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init() 1520 snd_soc_component_write(component, RDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init() 1523 snd_soc_component_write(component, DACL1_2_HPLOUT_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_init() 1524 snd_soc_component_write(component, DACR1_2_HPROUT_VOL, DEFAULT_VOL | ROUTE_ON); in aic3x_init() [all …]
|
| D | tlv320aic3x.h | 238 #define DEFAULT_VOL INVERT_VOL(0x50) macro
|