ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jul 2018 21:00:55 +0000 (23:00 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Jul 2018 06:32:31 +0000 (08:32 +0200)
commit191bb51e72c3b2b1ed1b2bd7ac30dd9f7ccea306
tree9b1d45ca7a8dc7a8b38d936b3b34d66f6f12b415
parent95a48b7d4459948b6bacf809809cf01a7dc06d1d
ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()

Instead of open codes, use the standard macros for obtaining the lower
and upper 32bit values.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/oss/pcm_plugin.c