ALSA: sb: Fix a typo
There was a typo of COPY_USER in the dead code (that is disabled
as default).
Fixes: 4b83eff81c
("ALSA: sb: Convert to the new PCM ops")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
11175556ee
commit
789b7f4385
@ -470,7 +470,7 @@ static int emu8k_pcm_copy(struct snd_pcm_substream *subs,
|
||||
/* convert to word unit */
|
||||
pos = (pos << 1) + rec->loop_start[voice];
|
||||
count <<= 1;
|
||||
LOOP_WRITE(rec, pos, src, count, COPY_UESR);
|
||||
LOOP_WRITE(rec, pos, src, count, COPY_USER);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user