]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire-lib: include sound/asound.h to refer to snd_pcm_format_t
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 19 Nov 2013 04:29:24 +0000 (13:29 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 19 Nov 2013 07:07:20 +0000 (08:07 +0100)
commit00b17485641bb3c5ac2fabff522a7602c4ee3d2f
treebc85b3b0ba9b30b762264f830a83e99835bd845e
parent832b1e5207c1b5206a7105d75d423dae8cb212f3
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 <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp.h