Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3761c39 authored by Mark Brown's avatar Mark Brown Committed by Takashi Iwai
Browse files

ALSA: Add missing include of pcm.h to pcm_params.h



There's a dependency but no #include.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 33eb3311
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);