From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoichi Yuasa Subject: Re: [PATCH 02/19] ALSA: ymu831: add device register definitions Date: Thu, 17 Jan 2013 14:59:37 +0900 Message-ID: <20130117145937.528c2e7df224c8924cda8031@linux-mips.org> References: <20130116172530.857b627ef3303fb6fe43f603@linux-mips.org> <20130116172704.256eccbb8412439455df14e7@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mo.iij4u.or.jp (mo11.iij4u.or.jp [210.138.174.79]) by alsa0.perex.cz (Postfix) with ESMTP id 6EC87264FE3 for ; Thu, 17 Jan 2013 06:59:41 +0100 (CET) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: alsa-devel@alsa-project.org, Mark Brown , yuasa@linux-mips.org List-Id: alsa-devel@alsa-project.org On Wed, 16 Jan 2013 12:45:56 +0100 Takashi Iwai wrote: > At Wed, 16 Jan 2013 17:27:04 +0900, > Yoichi Yuasa wrote: > > > > > > Signed-off-by: Yoichi Yuasa > > --- > > sound/soc/codecs/ymu831/mcdefs.h | 4303 ++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 4303 insertions(+) > > create mode 100644 sound/soc/codecs/ymu831/mcdefs.h > > > > diff --git a/sound/soc/codecs/ymu831/mcdefs.h b/sound/soc/codecs/ymu831/mcdefs.h > > new file mode 100644 > > index 0000000..fbd2008 > > --- /dev/null > > +++ b/sound/soc/codecs/ymu831/mcdefs.h > > @@ -0,0 +1,4303 @@ > > +/**************************************************************************** > > + * > > + * Copyrightc 2012 Yamaha Corporation. All rights reserved. > > + * > > + * Module : mcdefs.h > > + * Description : MC device definitions > > + * Version : 1.0.1 Dec 18 2012 > > + * > > + * This software is provided 'as-is', without any express or implied > > + * warranty. In no event will the authors be held liable for any damages > > + * arising from the use of this software. > > + * > > + * Permission is granted to anyone to use this software for any purpose, > > + * including commercial applications, and to alter it and redistribute it > > + * freely, subject to the following restrictions: > > + * > > + * 1. The origin of this software must not be misrepresented; you must not > > + * claim that you wrote the original software. If you use this software > > + * in a product, an acknowledgment in the product documentation would be > > + * appreciated but is not required. > > + * 2. Altered source versions must be plainly marked as such, and must not be > > + * misrepresented as being the original software. > > + * 3. This notice may not be removed or altered from any source distribution. > > + * > > + **************************************************************************** > / > > So you need to keep zlib license instead of the standard GPLv2? The base codes license is zlib license. It is not so easy to change. Yoichi