projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c312e9
)
ALSA: firewire-lib: include sound/asound.h to refer to snd_pcm_format_t
author
Takashi Sakamoto
<o-takashi@sakamocchi.jp>
Tue, 19 Nov 2013 04:29:24 +0000
(13:29 +0900)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 19 Nov 2013 07:07:20 +0000
(08:07 +0100)
'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
patch
|
blob
|
blame
|
history
diff --git
a/sound/firewire/amdtp.h
b/sound/firewire/amdtp.h
index 839ebf812d79e47302e3c4c57b5f2f74695551b7..2746ecd291af057bf778379cecd7530e353d5fc2 100644
(file)
--- 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"
/**