Skip to content

Commit b6f69c7

Browse files
committed
Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
This reverts commit 645c08f which was reported to break the build a program using this header. The original issue was addressed in the alsa-lib side recently, so we can make the header more self-contained again. Reported-by: Dmitry V. Levin <[email protected]> Fixes: 645c08f ("ALSA: uapi: Drop asound.h inclusion from asoc.h") Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent f36938a commit b6f69c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/sound/asoc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#define __LINUX_UAPI_SND_ASOC_H
1818

1919
#include <linux/types.h>
20+
#include <sound/asound.h>
2021

2122
/*
2223
* Maximum number of channels topology kcontrol can represent.

0 commit comments

Comments
 (0)