Skip to content

Commit

Permalink
ALSA: Add missing include of pcm.h to pcm_params.h
Browse files Browse the repository at this point in the history
There's a dependency but no #include.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Mark Brown authored and Takashi Iwai committed Jun 20, 2012
1 parent 33eb331 commit f3761c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/sound/pcm_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
*
*/

#include <sound/pcm.h>

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);
Expand Down

0 comments on commit f3761c3

Please sign in to comment.