mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ALSA: au88x0: clipping ceiling loop wrong in comment
As is the clipping ceiling loop appears wrong anyways Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
4f3ea08a12
commit
c534cc8490
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue