From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Subject: Re: [PATCH 3/5] ASoC: mxs: Export symbols 'mxs_saif_put_mclk()' and 'mxs_saif_get_mclk()' Date: Fri, 9 Dec 2011 15:15:30 +0100 Message-ID: <20111209141530.GI3327@pengutronix.de> References: <42d1579aefe3a3025f16fb4e38a4acf6b72756f7.1323436034.git.LW@KARO-electronics.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6036908266557056891==" Return-path: Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [92.198.50.35]) by alsa0.perex.cz (Postfix) with ESMTP id DAB3F24141 for ; Fri, 9 Dec 2011 15:15:31 +0100 (CET) In-Reply-To: <42d1579aefe3a3025f16fb4e38a4acf6b72756f7.1323436034.git.LW@KARO-electronics.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Lothar =?iso-8859-15?Q?Wa=DFmann?= Cc: alsa-devel@alsa-project.org, Mark Brown , Dong Aisheng-B29396 , linux-kernel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org --===============6036908266557056891== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xGGVyNQdqA79rdfn" Content-Disposition: inline --xGGVyNQdqA79rdfn Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 09, 2011 at 02:38:10PM +0100, Lothar Wa=DFmann wrote: > Fixes the following errors with MXS sound support built as module: > |ERROR: "mxs_saif_put_mclk" [sound/soc/mxs/snd-soc-mxs-sgtl5000.ko] undef= ined! > |ERROR: "mxs_saif_get_mclk" [sound/soc/mxs/snd-soc-mxs-sgtl5000.ko] undef= ined! >=20 > Signed-off-by: Lothar Wa=DFmann > --- > sound/soc/mxs/mxs-saif.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) >=20 > diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c > index 487d2ff..ec66a29 100644 > --- a/sound/soc/mxs/mxs-saif.c > +++ b/sound/soc/mxs/mxs-saif.c > @@ -221,6 +221,7 @@ int mxs_saif_put_mclk(unsigned int saif_id) > saif->mclk_in_use =3D 0; > return 0; > } > +EXPORT_SYMBOL(mxs_saif_put_mclk); EXPORT_SYMBOL_GPL. I'd vote this is an implementation issue. --=20 Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | --xGGVyNQdqA79rdfn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk7iGAIACgkQD27XaX1/VRvtqgCgg3AGkA2+SWQ97+dVZ9l5Udls BD8AnjOO4KoF69/o1oj5k3gMMCbaIKSl =NAkC -----END PGP SIGNATURE----- --xGGVyNQdqA79rdfn-- --===============6036908266557056891== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============6036908266557056891==--