summaryrefslogtreecommitdiff
path: root/apps/codecs/wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/wav.c')
-rw-r--r--apps/codecs/wav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wav.c b/apps/codecs/wav.c
index 42bcc7081f..f6f83b174d 100644
--- a/apps/codecs/wav.c
+++ b/apps/codecs/wav.c
@@ -60,7 +60,7 @@ enum
60 WAVE_FORMAT_EXTENSIBLE = 0xFFFE 60 WAVE_FORMAT_EXTENSIBLE = 0xFFFE
61}; 61};
62 62
63const struct pcm_entry wave_codecs[] = { 63static const struct pcm_entry wave_codecs[] = {
64 { WAVE_FORMAT_UNKNOWN, 0 }, 64 { WAVE_FORMAT_UNKNOWN, 0 },
65 { WAVE_FORMAT_PCM, get_linear_pcm_codec }, 65 { WAVE_FORMAT_PCM, get_linear_pcm_codec },
66 { WAVE_FORMAT_ADPCM, get_ms_adpcm_codec }, 66 { WAVE_FORMAT_ADPCM, get_ms_adpcm_codec },