From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: trace PCM data from usb bus to alsa lib Date: Wed, 17 Jun 2009 10:01:10 +0200 Message-ID: References: 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 2CFBC2450C for ; Wed, 17 Jun 2009 10:01:11 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: ZeroCluo Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Wed, 17 Jun 2009 07:25:25 +0000 (UTC), ZeroCluo wrote: > > Hi > > I am trying to trace the Audio data from usb bus. > in kernel: > dump data in retire_capture_urb() ,found data format is like: > AABB 0000 CCDD 0000 ; > > but in alsa library , > dump data in snd_pcm_mmap_begin(),the "0000" is cut,only "AABB CCDD", > > Do you know when and where those "0000" is cut? Are you using the native format that the hardware runs? Takashi