]> git.alsa-project.org Git - alsa-lib.git/commit
test/pcm.c: Fix S24 format
authorTakashi Iwai <tiwai@suse.de>
Mon, 6 Jul 2009 06:41:00 +0000 (08:41 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 6 Jul 2009 06:41:00 +0000 (08:41 +0200)
commit3d0843e8ce3c2c504f036c8e029b13e9fd66a4f9
treed0f5a81622050593c77c0f91609ed86cf5dccd23
parentd23845e563181dd95dbf3272d9f9c52027740359
test/pcm.c: Fix S24 format

S24 format has different bit width and physical width.
For calculating the byte offset for big-endian packing, the latter value
has to be used.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
test/pcm.c