]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c11408ee6e948e487ff4eb47842c67e426b09a0
tree9b1d45ca7a8dc7a8b38d936b3b34d66f6f12b415
parent648f49882f63ff035b60f280aebe1eda5eccc98f
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