From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v2 0/13] topology support for alsa-lib Date: Wed, 01 Jul 2015 17:46:35 +0200 Message-ID: References: <1435758316.29665.23.camel@loki> 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 (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 27DDB260633 for ; Wed, 1 Jul 2015 17:46:37 +0200 (CEST) In-Reply-To: <1435758316.29665.23.camel@loki> 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: Liam Girdwood Cc: "Koul, Vinod" , "alsa-devel@alsa-project.org" , Mark Brown List-Id: alsa-devel@alsa-project.org At Wed, 01 Jul 2015 14:45:16 +0100, Liam Girdwood wrote: > > This patch series adds the topology text parser support to alsa-lib. The > topology parser converts text topology data to the binary ABI format > read by the kernel topology core. > > Changes since V1 :- > > o Terminate all strncpy() strings with NULL. > o Use snd_pcm_format_value() instead of local lookup. > o Set a maximum size for private data files. > o Set capture/playback stream direction for new PCMs > o Only set TLV access flags for TLV CTLs. > > Liam You can manage such a cover letter better with --cover-letter option of git-format-patch or git-send-email. Takashi