mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:11:00 +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:
parent
e5241a8c4b
commit
82bd59bcb3
@ -166,7 +166,7 @@ static int usX2Y_urb_play_prepare(struct snd_usX2Y_substream *subs,
|
|||||||
/* set the buffer pointer */
|
/* set the buffer pointer */
|
||||||
urb->transfer_buffer = runtime->dma_area + subs->hwptr * usX2Y->stride;
|
urb->transfer_buffer = runtime->dma_area + subs->hwptr * usX2Y->stride;
|
||||||
if ((subs->hwptr += count) >= runtime->buffer_size)
|
if ((subs->hwptr += count) >= runtime->buffer_size)
|
||||||
subs->hwptr -= runtime->buffer_size;
|
subs->hwptr -= runtime->buffer_size;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
urb->transfer_buffer = subs->tmpbuf;
|
urb->transfer_buffer = subs->tmpbuf;
|
||||||
|
Loading…
Reference in New Issue
Block a user