From 777fb574a5f53fcf071b588f46756b672d9d883c Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Nov 2013 13:29:24 +0900 Subject: [PATCH] ALSA: firewire-lib: include sound/asound.h to refer to snd_pcm_format_t '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. Signed-off-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- Reading git-format-patch failed