[alsa-devel] [PATCH 1/1] firewire-lib: include sound/asound.h to refer to snd_pcm_format_t
Takashi Iwai
tiwai at suse.de
Tue Nov 19 08:08:31 CET 2013
At Tue, 19 Nov 2013 13:29:24 +0900,
Takashi Sakamoto wrote:
>
> From: Takashi Sakamoto <o-takashi at sakamocchi.jp>
>
> 'snd_pcm_format_t' is used by amdtp_out_stream_set_pcm_format().
>
> Currently, when just including amdtp.h, compiler cannot find this type because
> this type is defined in uapi/sound/asound.h and this header is not included by
> amdtp.h.
Thanks, applied now, although such a local header isn't requested to
be strictly self-contained...
Takashi
>
> Signed-off-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
> ---
> sound/firewire/amdtp.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/firewire/amdtp.h b/sound/firewire/amdtp.h
> index 839ebf8..2746ecd 100644
> --- a/sound/firewire/amdtp.h
> +++ b/sound/firewire/amdtp.h
> @@ -4,6 +4,7 @@
> #include <linux/err.h>
> #include <linux/interrupt.h>
> #include <linux/mutex.h>
> +#include <sound/asound.h>
> #include "packets-buffer.h"
>
> /**
> --
> 1.8.3.2
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel at alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
More information about the Alsa-devel
mailing list