From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v3 1/2] ASoC: core: Add API to use DMI name in sound card long name Date: Wed, 11 Jan 2017 16:06:49 +0100 Message-ID: References: <2c6136c012b7f94dd2fb35fd5def8195abdc0113.1484030246.git.mengdong.lin@linux.intel.com> <5875D16B.8040002@linux.intel.com> <58760877.8080104@linux.intel.com> <20170111150119.y43ik2xjf45xgyqr@sirena.org.uk> 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 D4DEE2668B3 for ; Wed, 11 Jan 2017 16:06:50 +0100 (CET) In-Reply-To: <20170111150119.y43ik2xjf45xgyqr@sirena.org.uk> 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: Mark Brown Cc: alsa-devel@alsa-project.org, Mengdong Lin , vinod.koul@intel.com, mengdong.lin@intel.com, liam.r.girdwood@linux.intel.com, pierre-louis.bossart@intel.com List-Id: alsa-devel@alsa-project.org On Wed, 11 Jan 2017 16:01:19 +0100, Mark Brown wrote: > > On Wed, Jan 11, 2017 at 06:27:03PM +0800, Mengdong Lin wrote: > > On 01/11/2017 04:03 PM, Takashi Iwai wrote: > > > Mengdong Lin wrote: > > > > On 01/10/2017 03:09 PM, Takashi Iwai wrote: > > > > > mengdong.lin@linux.intel.com wrote: > > > > > > > + * Possible card long names may be: > > > > > > + * DellInc..XPS139343.01.0310JH > > > > > > + * ASUSTeKCOMPUTERINC..T100TA.1.0.T100TA > > > > > > + * Circuitco.MinnowboardMaxD0PLATFORM.D0.MinnowBoardMAX > > > It looks nice. Thanks for the tips! I'll use "-" as the separator, and > > convert the the existing "-" in DMI strings to "_". > > "nice" seems like a very strong term here :) Not sure there's any > options that will look much better but still. Yeah, it's still not photogenic. But the merit is rather that it makes easier to parse. Takashi