Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/oxygen/
Dxonar_pcm179x.c231 s8 hp_gain_offset; member
311 gain_offset = data->hp_active ? data->hp_gain_offset : 0; in pcm1796_registers_init()
426 data->hp_gain_offset = 2*-18; in xonar_st_init_common()
532 data->hp_gain_offset = 2*-18; in xonar_xense_init()
640 gain_offset = data->hp_active ? data->hp_gain_offset : 0; in update_pcm1796_volume()
861 if (data->hp_gain_offset < 2*-12) in st_hp_volume_offset_get()
863 else if (data->hp_gain_offset < 2*-6) in st_hp_volume_offset_get()
865 else if (data->hp_gain_offset < 0) in st_hp_volume_offset_get()
887 changed = offset != data->hp_gain_offset; in st_hp_volume_offset_put()
889 data->hp_gain_offset = offset; in st_hp_volume_offset_put()