summaryrefslogtreecommitdiffstats
path: root/stream/audio_in.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/audio_in.h')
-rw-r--r--stream/audio_in.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/audio_in.h b/stream/audio_in.h
index 855d613964..d59b3b6c89 100644
--- a/stream/audio_in.h
+++ b/stream/audio_in.h
@@ -27,11 +27,11 @@ typedef struct {
} ai_oss_t;
#endif
-typedef struct
+typedef struct
{
int type;
int setup;
-
+
/* requested values */
int req_channels;
int req_samplerate;
@@ -42,7 +42,7 @@ typedef struct
int blocksize;
int bytes_per_sample;
int samplesize;
-
+
#ifdef CONFIG_ALSA
ai_alsa_t alsa;
#endif