Source position: pcm.inc line 489
type snd_pcm_sync_id_t = record
case Integer of
0: (
id: array [0..15] of cuchar;
);
1: (
id16: array [0..7] of cushort;
2: (
id32: array [0..3] of cuint;
end;