From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v5] ucm: add cset-tlv Date: Wed, 13 Apr 2016 15:51:01 +0200 Message-ID: References: <1460544789-29169-1-git-send-email-hychao@chromium.org> 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 C19F3266629 for ; Wed, 13 Apr 2016 15:51:01 +0200 (CEST) In-Reply-To: <1460544789-29169-1-git-send-email-hychao@chromium.org> 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: Hsin-Yu Chao Cc: vinod.koul@intel.com, alsa-devel@alsa-project.org, dgreid@chromium.org List-Id: alsa-devel@alsa-project.org On Wed, 13 Apr 2016 12:53:09 +0200, Hsin-Yu Chao wrote: > > This patch enables UCM to set a file in TLV format to kcontrol by: > cset-tlv "name='' " > This new 'cset-tlv' command will be used to write audio DSP to > specific alsa control, where the driver expectes a file in TLV > format. > The TLV file to set to kcontrol will be checked first by file size > not larger than 16 MB, and then examine if the length field reports > correct number of bytes in the TLV file. > > Signed-off-by: Hsin-Yu Chao Applied now. Thanks. Takashi