include/nuttx/audio/audio.h: Fix some typos that I introduced with my review of a recent patch.

This commit is contained in:
Gregory Nutt 2019-11-04 10:45:13 -06:00
parent 6d13705e93
commit 6d197e5a59

View File

@ -362,9 +362,9 @@ struct audio_caps_s
uint8_t b[4]; /* by this lower-half driver. */
uint16_t hw[2];
uint32_t w;
ifdef CONFIG_HAVE_LONG_LONG
#ifdef CONFIG_HAVE_LONG_LONG
uint64_t qw;
endif
#endif
} ac_controls;
};