diff options
Diffstat (limited to 'firmware/target/hosted')
-rw-r--r-- | firmware/target/hosted/pcm-alsa.c | 2 |
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 | ||
71 | static const snd_pcm_access_t access_ = SND_PCM_ACCESS_RW_INTERLEAVED; /* access mode */ | 71 | static 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) |
73 | static const snd_pcm_format_t format = SND_PCM_FORMAT_S32_LE; /* sample format */ | 73 | static const snd_pcm_format_t format = SND_PCM_FORMAT_S32_LE; /* sample format */ |
74 | typedef int32_t sample_t; | 74 | typedef int32_t sample_t; |
75 | #else | 75 | #else |