]> git.alsa-project.org Git - alsa-tools.git/commit
hdspmixer: Use __u32 and __u64 for RMS array types
authorTakashi Iwai <tiwai@suse.de>
Fri, 20 Dec 2019 15:40:43 +0000 (16:40 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 20 Dec 2019 15:42:30 +0000 (16:42 +0100)
commit534e7fac808a891af0ccdd72c47cc9b1ccfde460
treed7570b8698ba4f5708891ab172390ab879f05520
parent9ed2ebaaa7e12306f38e425632a480233232b5ab
hdspmixer: Use __u32 and __u64 for RMS array types

Some variable types are referring to the field in ioctl struct, which
are actually __u32 or __u64 instead of uint32_t or uint64_t.
This inconsistency may result in the compile error.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
hdspmixer/src/HDSPMixerWindow.cxx