]> git.alsa-project.org Git - alsa-lib.git/commit
rawmidi: Use the standard types for snd_rawmidi_framing_tstamp_t definition
authorTakashi Iwai <tiwai@suse.de>
Tue, 24 Aug 2021 08:36:23 +0000 (10:36 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 24 Aug 2021 08:40:14 +0000 (10:40 +0200)
commit754c696aefafebcb03d80bf807b9a19f4492513b
tree04d4c62e079a9766bf5034b4d980677ef767df9d
parentb97dec9502c40ae479dcf9db05c16acdd4ea266d
rawmidi: Use the standard types for snd_rawmidi_framing_tstamp_t definition

Using the kernel-specific types like __u8 breaks the compilation of
applications.  Also we need the packed attribute.

Although we may want to move to an opaque type later, let's put the
workaround at first.

Fixes: https://github.com/alsa-project/alsa-lib/issues/172
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/rawmidi.h