diff options
Diffstat (limited to 'sound/core/pcm.c')
-rw-r--r-- | sound/core/pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm.c b/sound/core/pcm.c index 1502acd81a18..9dd9bc73fe1d 100644 --- a/sound/core/pcm.c +++ b/sound/core/pcm.c | |||
@@ -227,7 +227,7 @@ static char *snd_pcm_subformat_names[] = { | |||
227 | 227 | ||
228 | static char *snd_pcm_tstamp_mode_names[] = { | 228 | static char *snd_pcm_tstamp_mode_names[] = { |
229 | TSTAMP(NONE), | 229 | TSTAMP(NONE), |
230 | TSTAMP(MMAP), | 230 | TSTAMP(ENABLE), |
231 | }; | 231 | }; |
232 | 232 | ||
233 | static const char *snd_pcm_stream_name(int stream) | 233 | static const char *snd_pcm_stream_name(int stream) |