Commit b6b377ed authored by Viliam Mateicka's avatar Viliam Mateicka

pcm_volume: change old code to use format instead of bits

parent a7609721
...@@ -165,7 +165,7 @@ pcm_volume(void *buffer, int length, ...@@ -165,7 +165,7 @@ pcm_volume(void *buffer, int length,
volume); volume);
return true; return true;
case 32: case SAMPLE_FORMAT_S32:
pcm_volume_change_32((int32_t*)buffer, length / 4, pcm_volume_change_32((int32_t*)buffer, length / 4,
volume); volume);
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment