Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/oxygen/
H A Dxonar_pcm179x.c220 s8 hp_gain_offset; member
300 gain_offset = data->hp_active ? data->hp_gain_offset : 0; in pcm1796_registers_init()
415 data->hp_gain_offset = 2*-18; in xonar_st_init_common()
521 data->hp_gain_offset = 2*-18; in xonar_xense_init()
647 gain_offset = data->hp_active ? data->hp_gain_offset : 0; in update_pcm1796_volume()
913 if (data->hp_gain_offset < 2*-12) in st_hp_volume_offset_get()
915 else if (data->hp_gain_offset < 2*-6) in st_hp_volume_offset_get()
917 else if (data->hp_gain_offset < 0) in st_hp_volume_offset_get()
939 changed = offset != data->hp_gain_offset; in st_hp_volume_offset_put()
941 data->hp_gain_offset = offset; in st_hp_volume_offset_put()