summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/pcm-alsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/pcm-alsa.c')
-rw-r--r--firmware/target/hosted/pcm-alsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/pcm-alsa.c b/firmware/target/hosted/pcm-alsa.c
index e2f8a346a9..16f82bad5c 100644
--- a/firmware/target/hosted/pcm-alsa.c
+++ b/firmware/target/hosted/pcm-alsa.c
@@ -69,7 +69,7 @@
69#endif 69#endif
70 70
71static const snd_pcm_access_t access_ = SND_PCM_ACCESS_RW_INTERLEAVED; /* access mode */ 71static const snd_pcm_access_t access_ = SND_PCM_ACCESS_RW_INTERLEAVED; /* access mode */
72#if defined(HAE_ALSA_32BIT) 72#if defined(HAVE_ALSA_32BIT)
73static const snd_pcm_format_t format = SND_PCM_FORMAT_S32_LE; /* sample format */ 73static const snd_pcm_format_t format = SND_PCM_FORMAT_S32_LE; /* sample format */
74typedef int32_t sample_t; 74typedef int32_t sample_t;
75#else 75#else