From 1770a22cf1c445331668deb45f0f5da80e143150 Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Thu, 12 Oct 2017 20:17:29 -0400 Subject: corrected tab usage --- include/tinyalsa/pcm.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/tinyalsa/pcm.h b/include/tinyalsa/pcm.h index 01f8b9d..5e976d4 100644 --- a/include/tinyalsa/pcm.h +++ b/include/tinyalsa/pcm.h @@ -92,27 +92,27 @@ extern "C" { * For outputs, this means the PCM is playing audio samples. * @ingroup libtinyalsa-pcm */ -#define PCM_STATE_RUNNING 0x03 +#define PCM_STATE_RUNNING 0x03 /** For inputs, this means an overrun occured. * For outputs, this means an underrun occured. */ -#define PCM_STATE_XRUN 0x04 +#define PCM_STATE_XRUN 0x04 /** For outputs, this means audio samples are played. * A PCM is in a draining state when it is coming to a stop. */ -#define PCM_STATE_DRAINING 0x05 +#define PCM_STATE_DRAINING 0x05 /** Means a PCM is suspended. * @ingroup libtinyalsa-pcm */ -#define PCM_STATE_SUSPENDED 0x07 +#define PCM_STATE_SUSPENDED 0x07 /** Means a PCM has been disconnected. * @ingroup libtinyalsa-pcm */ -#define PCM_STATE_DISCONNECTED 0x08 +#define PCM_STATE_DISCONNECTED 0x08 /** Audio sample format of a PCM. * The first letter specifiers whether the sample is signed or unsigned. -- cgit v1.2.3