Skip to content

Commit

Permalink
ALSA: uapi: Drop asound.h inclusion from asoc.h
Browse files Browse the repository at this point in the history
The asound.h isn't always available while asoc.h itself is distributed
in alsa-lib package.  So we need to avoid the unnecessary inclusion of
asound.h from there.

Link: https://lore.kernel.org/r/20191220153415.2740-6-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Dec 20, 2019
1 parent 7fd7d6c commit 645c08f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/uapi/sound/asoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#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 645c08f

Please sign in to comment.