* #30143: alsa: avoid eventual (undefined) overflow
Use unsigned integers since they are guaranteed to wraparound to 0 when incrementing UINT_MAX.
Please register or sign in to comment
Use unsigned integers since they are guaranteed to wraparound to 0 when incrementing UINT_MAX.