Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic3x.c1513 snd_soc_component_write(component, PGAL_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init()
1514 snd_soc_component_write(component, PGAR_2_MONOLOPM_VOL, DEFAULT_VOL); in aic3x_mono_init()
1533 snd_soc_component_write(component, LDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
1534 snd_soc_component_write(component, RDAC_VOL, DEFAULT_VOL | MUTE_ON); in aic3x_init()
1561 snd_soc_component_write(component, PGAL_2_HPLOUT_VOL, DEFAULT_VOL); in aic3x_init()
1562 snd_soc_component_write(component, PGAR_2_HPROUT_VOL, DEFAULT_VOL); in aic3x_init()
1563 snd_soc_component_write(component, PGAL_2_HPLCOM_VOL, DEFAULT_VOL); in aic3x_init()
1564 snd_soc_component_write(component, PGAR_2_HPRCOM_VOL, DEFAULT_VOL); in aic3x_init()
1566 snd_soc_component_write(component, PGAL_2_LLOPM_VOL, DEFAULT_VOL); in aic3x_init()
1567 snd_soc_component_write(component, PGAR_2_RLOPM_VOL, DEFAULT_VOL); in aic3x_init()
[all …]
H A Dtlv320aic3x.h248 #define DEFAULT_VOL INVERT_VOL(0x50) macro