From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Replace include/list.h with non-GPL implementation Date: Mon, 27 Jul 2015 11:52:40 +0200 Message-ID: References: <20150119143100.GH4920@ulm-bmuc496424.bmw-carit.de> <1437667361-23152-1-git-send-email-clemens.lang@bmw-carit.de> <20150724073419.GH11704@ulm-bmuc496424.bmw-carit.de> <20150727094541.GB11800@ulm-bmuc496424.bmw-carit.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id E02F72606C2 for ; Mon, 27 Jul 2015 11:52:41 +0200 (CEST) In-Reply-To: <20150727094541.GB11800@ulm-bmuc496424.bmw-carit.de> 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: Clemens Lang Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Mon, 27 Jul 2015 11:45:41 +0200, Clemens Lang wrote: > > Hi, > > > On Fri, Jul 24, 2015 at 06:32:30PM +0200, Takashi Iwai wrote: > > FYI, below is an example replacement of list.h I wrote quickly from > > scratch. It turned out that LIST_HEAD(), INIT_LIST_HEAD(), list_del() > > and list_empty() are needed in addition. > > That looks good, thanks for the effort. Who can merge this? Should I put > this into a format that can be used by git-am or will you? I'm going to merge this properly. Thanks for checking. Takashi