Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c534cc84 authored by roel kluin's avatar roel kluin Committed by Jaroslav Kysela
Browse files

ALSA: au88x0: clipping ceiling loop wrong in comment



As is the clipping ceiling loop appears wrong anyways

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 4f3ea08a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -427,7 +427,7 @@ static void vortex_mixer_init(vortex_t * vortex)

	/* Set clipping ceiling (this may be all wrong). */
	/*
	for (x = 0; x > 0x80; x++) {
	for (x = 0; x < 0x80; x++) {
		hwwrite(vortex->mmio, VORTEX_MIXER_CLIP + (x << 2), 0x3ffff);
	}
	*/