In some situations the feeders in the sound module lower the pcm sample
resolution through a downshift of the sample value. The pcm_read_write
test implements this operation with an arithmetic division to avoid
implementation defined or architecture specific behavior.
Due to different rounding, the test produced marginally different sample
values, which made the test fail on 32 bit architectures. Correct this.
MFC after: 1 week