hp_gain_offset    220 sound/pci/oxygen/xonar_pcm179x.c 	s8 hp_gain_offset;
hp_gain_offset    300 sound/pci/oxygen/xonar_pcm179x.c 	gain_offset = data->hp_active ? data->hp_gain_offset : 0;
hp_gain_offset    415 sound/pci/oxygen/xonar_pcm179x.c 	data->hp_gain_offset = 2*-18;
hp_gain_offset    521 sound/pci/oxygen/xonar_pcm179x.c 	data->hp_gain_offset = 2*-18;
hp_gain_offset    647 sound/pci/oxygen/xonar_pcm179x.c 	gain_offset = data->hp_active ? data->hp_gain_offset : 0;
hp_gain_offset    913 sound/pci/oxygen/xonar_pcm179x.c 	if (data->hp_gain_offset < 2*-12)
hp_gain_offset    915 sound/pci/oxygen/xonar_pcm179x.c 	else if (data->hp_gain_offset < 2*-6)
hp_gain_offset    917 sound/pci/oxygen/xonar_pcm179x.c 	else if (data->hp_gain_offset < 0)
hp_gain_offset    939 sound/pci/oxygen/xonar_pcm179x.c 	changed = offset != data->hp_gain_offset;
hp_gain_offset    941 sound/pci/oxygen/xonar_pcm179x.c 		data->hp_gain_offset = offset;