Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c62 #define COMPRESS_PLAYBACK_VOLUME_MAX 0x2000 macro
1641 volume[0] = (int)(left * COMPRESS_PLAYBACK_VOLUME_MAX); in out_set_volume()
1642 volume[1] = (int)(right * COMPRESS_PLAYBACK_VOLUME_MAX); in out_set_volume()
/hardware/qcom/audio/msm8909/hal/
Daudio_hw.c61 #define COMPRESS_PLAYBACK_VOLUME_MAX 0x2000 macro
1952 volume[0] = (int)(left * COMPRESS_PLAYBACK_VOLUME_MAX); in out_set_volume()
1953 volume[1] = (int)(right * COMPRESS_PLAYBACK_VOLUME_MAX); in out_set_volume()