diff options
Diffstat (limited to 'sound/core/pcm_misc.c')
-rw-r--r-- | sound/core/pcm_misc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/core/pcm_misc.c b/sound/core/pcm_misc.c index 53dc37357bca..dd8383e29315 100644 --- a/sound/core/pcm_misc.c +++ b/sound/core/pcm_misc.c | |||
@@ -23,6 +23,9 @@ | |||
23 | #include <linux/export.h> | 23 | #include <linux/export.h> |
24 | #include <sound/core.h> | 24 | #include <sound/core.h> |
25 | #include <sound/pcm.h> | 25 | #include <sound/pcm.h> |
26 | |||
27 | #include "pcm_local.h" | ||
28 | |||
26 | #define SND_PCM_FORMAT_UNKNOWN (-1) | 29 | #define SND_PCM_FORMAT_UNKNOWN (-1) |
27 | 30 | ||
28 | /* NOTE: "signed" prefix must be given below since the default char is | 31 | /* NOTE: "signed" prefix must be given below since the default char is |