pcm_volume: change old code to use format instead of bits

This commit is contained in:
Viliam Mateicka 2009-12-03 20:56:57 +01:00
parent a76097210f
commit b6b377edd1
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ pcm_volume(void *buffer, int length,
volume);
return true;
case 32:
case SAMPLE_FORMAT_S32:
pcm_volume_change_32((int32_t*)buffer, length / 4,
volume);
return true;