You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ALSA: usx2y: fix inconsistent indenting on if statement
minor change, indenting is one tab out. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
e5241a8c4b
commit
82bd59bcb3
@@ -166,7 +166,7 @@ static int usX2Y_urb_play_prepare(struct snd_usX2Y_substream *subs,
|
||||
/* set the buffer pointer */
|
||||
urb->transfer_buffer = runtime->dma_area + subs->hwptr * usX2Y->stride;
|
||||
if ((subs->hwptr += count) >= runtime->buffer_size)
|
||||
subs->hwptr -= runtime->buffer_size;
|
||||
subs->hwptr -= runtime->buffer_size;
|
||||
}
|
||||
else
|
||||
urb->transfer_buffer = subs->tmpbuf;
|
||||
|
||||
Reference in New Issue
Block a user