Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.h177 #define COMPRESS_PLAYBACK_VOLUME_MAX 0x10000 //NV suggested value macro
Daudio_hw.c2912 offload_volume[0] = (int)(left * COMPRESS_PLAYBACK_VOLUME_MAX); in out_set_volume()
2913 offload_volume[1] = (int)(right * COMPRESS_PLAYBACK_VOLUME_MAX); in out_set_volume()