ALSA: emu10k1: remove pointless displacement of the extra voices
authorOswald Buddenhagen <oswald.buddenhagen@gmx.de>
Wed, 17 May 2023 17:42:50 +0000 (19:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 May 2023 05:29:55 +0000 (07:29 +0200)
commitbe3b7629e13a5861b6988d46912212ac9f24c369
tree4dce4d02ad3ec671044725820f24992c2265f4b9
parent1e5323bd7725c1e3a5bd65af210ea7d54ccdbd00
ALSA: emu10k1: remove pointless displacement of the extra voices

The idea is to make the extra voice lag behind the "real" voices, but
moving the buffer address around doesn't contribute to that, as the CCCA
write below uses the same address. The exact address is unimportant, as
the data is discarded anyway.

Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Link: https://lore.kernel.org/r/20230517174256.3657060-3-oswald.buddenhagen@gmx.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emupcm.c