Commit c7830dae authored by Dave Jones's avatar Dave Jones

[PATCH] speed clarification in sb_audio

from 2.4
parent f69142b0
......@@ -602,8 +602,8 @@ static int sb16_audio_set_speed(int dev, int speed)
if (speed > 0)
{
if (speed < 5000) /* which of these */
speed = 4000; /* is correct ??? */
if (speed < 5000)
speed = 5000;
if (speed > max_speed)
speed = max_speed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment