]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ALSA] mpu401: reduce tx loop timeout
authorClemens Ladisch <clemens@ladisch.de>
Mon, 25 Feb 2008 09:59:52 +0000 (10:59 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:15 +0000 (12:00 +0200)
commitea6b5828cdbbedaf26b12ae64befbec18084ea3c
tree5a02e041c96c4ec34c574c90b8b094935c03dfb4
parent47ba97f8fa01bb5b48e73b4b1271fbf1436a2d4b
[ALSA] mpu401: reduce tx loop timeout

Reduce the number of times to check for a non-empty Tx FIFO from 100 to
2 because there is no MPU-401 implementation that needs more than one or
two reads to determine the actual FIFO status.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/drivers/mpu401/mpu401_uart.c