From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug McLain Subject: Re: ALSA Fireworks driver Date: Sat, 18 Jun 2011 18:51:38 -0400 Message-ID: <4DFD2BFA.9050807@nostar.net> References: <4DFAF3AC.3030506@nostar.net> <4DFAFF24.9000401@ladisch.de> <4DFB007E.9090805@nostar.net> <4DFB0643.7070700@ladisch.de> <4DFB1F0B.5010201@nostar.net> <4DFB37D7.5030204@ladisch.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-iy0-f179.google.com (mail-iy0-f179.google.com [209.85.210.179]) by alsa0.perex.cz (Postfix) with ESMTP id 5AE9C24433 for ; Sun, 19 Jun 2011 00:51:54 +0200 (CEST) Received: by iyn35 with SMTP id 35so1659907iyn.38 for ; Sat, 18 Jun 2011 15:51:53 -0700 (PDT) In-Reply-To: <4DFB37D7.5030204@ladisch.de> 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: Clemens Ladisch Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org FYI I tried #define FIXED_RATE 48000 just to see if I could use the driver at 48K for soem recording sessions today. It built, loaded, and successfully changed the device to 48K, and jack starts fine, but no audio makes it from ardour to the device. Also, aplay fails: aplay -D plughw:AudioFire12 wg.wav aplay: main:660: audio open error: Input/output error Everything goes back to normal when I change the source back to 44100. On 06/17/2011 07:17 AM, Clemens Ladisch wrote: > Doug McLain wrote: >>>> [nostar@iggy firewire]$ cat /proc/asound/cards >>>> 3 [AudioFire12 ]: Fireworks - AudioFire12 >>>> Echo Digital Audio AudioFire12 v5.0, GUID 0014860fc44a84a6 at fw1.0, S400 >> >> [nostar@iggy export]$ aplay -D plughw:AudioFire12 wg.wav >> aplay: main:660: audio open error: No such file or directory >> >> [nostar@iggy export]$ aplay -l >> **** List of PLAYBACK Hardware Devices **** >> card 0: NVidia [HDA NVidia], device 0: ALC1200 Analog [ALC1200 Analog] >> Subdevices: 1/1 >> Subdevice #0: subdevice #0 >> card 0: NVidia [HDA NVidia], device 1: ALC1200 Digital [ALC1200 Digital] >> Subdevices: 1/1 >> Subdevice #0: subdevice #0 >> card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0] >> Subdevices: 1/1 >> Subdevice #0: subdevice #0 > > There is not PCM device for the AF12. > > In theory, it shouldn't be possible for the driver to attach to the > device without having created the PCM device. Are you sure that you > have the latest version of the driver? Where exactly did you get it > from? Please check that the fireworks.c file has 2275 lines, like this > one: > http://git.alsa-project.org/?p=alsa-kprivate.git;a=blob;hb=fireworks;f=sound/firewire/fireworks.c > > > Regards, > Clemens