Skip to content

Commit

Permalink
Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
Browse files Browse the repository at this point in the history
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 <ldv@altlinux.org>
Fixes: 645c08f ("ALSA: uapi: Drop asound.h inclusion from asoc.h")
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200331090023.8112-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Mar 31, 2020
1 parent f36938a commit b6f69c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/sound/asoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define __LINUX_UAPI_SND_ASOC_H

#include <linux/types.h>
#include <sound/asound.h>

/*
* Maximum number of channels topology kcontrol can represent.
Expand Down

0 comments on commit b6f69c7

Please sign in to comment.