Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48050 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.4.26-pre2/drivers/sound/sb_audio.c (-1 / +1 lines)
Lines 879-885 Link Here
879
			c -= locallen; p += locallen;
879
			c -= locallen; p += locallen;
880
		}
880
		}
881
		/* used = ( samples * 16 bits size ) */
881
		/* used = ( samples * 16 bits size ) */
882
		*used = len << 1;
882
		*used =  max_in  > ( max_out << 1) ? (max_out << 1) : max_in;
883
		/* returned = ( samples * 8 bits size ) */
883
		/* returned = ( samples * 8 bits size ) */
884
		*returned = len;
884
		*returned = len;
885
	}
885
	}

Return to bug 48050