aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-11-16 15:06:32 +0000
committerTakashi Iwai <tiwai@suse.de>2018-11-19 12:16:03 +0100
commit4593f2da15bcc5657ee80c1f4f2dfd50aca4a0e2 (patch)
treec2a33ed9bfa971de422ad9467a0c4be983b2a1ca /sound/pci/asihpi
parentALSA: oxfw: add support for APOGEE duet FireWire (diff)
downloadlinux-dev-4593f2da15bcc5657ee80c1f4f2dfd50aca4a0e2.tar.xz
linux-dev-4593f2da15bcc5657ee80c1f4f2dfd50aca4a0e2.zip
ALSA: asihpi: clean up indentation, replace spaces with tab
The struct declaration is not indented correctly. Fix this by replacing spaces with a tab. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi')
-rw-r--r--sound/pci/asihpi/asihpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c
index a31fe1550903..aad74e809797 100644
--- a/sound/pci/asihpi/asihpi.c
+++ b/sound/pci/asihpi/asihpi.c
@@ -1183,7 +1183,7 @@ static int snd_card_asihpi_capture_prepare(struct snd_pcm_substream *substream)
static u64 snd_card_asihpi_capture_formats(struct snd_card_asihpi *asihpi,
u32 h_stream)
{
- struct hpi_format hpi_format;
+ struct hpi_format hpi_format;
u16 format;
u16 err;
u32 h_control;