From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 40/45] include/uapi/sound/emu10k1.h: include sound/asound.h Date: Tue, 17 Feb 2015 07:46:40 +0100 Message-ID: References: <1424127948-22484-1-git-send-email-mikko.rapeli@iki.fi> <1424127948-22484-41-git-send-email-mikko.rapeli@iki.fi> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1424127948-22484-41-git-send-email-mikko.rapeli@iki.fi> Sender: linux-kernel-owner@vger.kernel.org To: Mikko Rapeli Cc: linux-kernel@vger.kernel.org, Jaroslav Kysela , alsa-devel@alsa-project.org, linux-api@vger.kernel.org List-Id: alsa-devel@alsa-project.org At Tue, 17 Feb 2015 00:05:43 +0100, Mikko Rapeli wrote: >=20 > Fixes userspace compilation errors like: > error: field =E2=80=98id=E2=80=99 has incomplete type > struct snd_ctl_elem_id id; /* full control ID definition */ >=20 > Signed-off-by: Mikko Rapeli Applied for 3.21, thanks. Takashi > --- > include/uapi/sound/emu10k1.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > diff --git a/include/uapi/sound/emu10k1.h b/include/uapi/sound/emu10k= 1.h > index d1bbaf7..ec1535b 100644 > --- a/include/uapi/sound/emu10k1.h > +++ b/include/uapi/sound/emu10k1.h > @@ -23,8 +23,7 @@ > #define _UAPI__SOUND_EMU10K1_H > =20 > #include > - > - > +#include > =20 > /* > * ---- FX8010 ---- > --=20 > 2.1.4 >=20