From: Mark Brown Date: Tue, 19 Jun 2012 18:31:48 +0000 (+0100) Subject: ALSA: Add missing include of pcm.h to pcm_params.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f3761c3950bd2ad813095a240d6a3dcb885d2431;p=linux-beck.git ALSA: Add missing include of pcm.h to pcm_params.h There's a dependency but no #include. Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai --- diff --git a/include/sound/pcm_params.h b/include/sound/pcm_params.h index f494f1e3c900..37ae12e0ab06 100644 --- a/include/sound/pcm_params.h +++ b/include/sound/pcm_params.h @@ -22,6 +22,8 @@ * */ +#include + int snd_pcm_hw_param_first(struct snd_pcm_substream *pcm, struct snd_pcm_hw_params *params, snd_pcm_hw_param_t var, int *dir);