ALSA: emux: Improve a size determination in two functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 9 Aug 2017 07:11:26 +0000 (09:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 10 Aug 2017 15:55:11 +0000 (17:55 +0200)
commit949a0c23de89c02907970de7214c16b47ccf0482
tree8b7779d88c4d61a21a53b169d62fbf9688b39409
parentc997aabbd3503c61901059caf457115098f344a4
ALSA: emux: Improve a size determination in two functions

Replace the specification of data types by pointer dereferences
as the parameter for the operator "sizeof" to make the corresponding size
determination a bit safer according to the Linux coding style convention.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/synth/emux/emux_seq.c