From: Takashi Iwai <tiwai@suse.de>
To: Thomas Charbonnel <thomas@undata.org>
Cc: alsa-devel@lists.sourceforge.net, alsa-user@lists.sourceforge.net
Subject: Re: ALSA 1.0.0pre3 release
Date: Wed, 26 Nov 2003 18:08:10 +0100 [thread overview]
Message-ID: <s5h7k1nxdl1.wl@alsa2.suse.de> (raw)
In-Reply-To: <3FC4D6EC.5070504@undata.org>
[-- Attachment #1: Type: text/plain, Size: 1839 bytes --]
At Wed, 26 Nov 2003 17:38:04 +0100,
Thomas Charbonnel wrote:
>
> Takashi Iwai wrote :
> > Hi,
> >
> > right now the ALSA 1.0.0pre3 packages are released.
> >
> > In this version, alsa-tools package was divided to two several ones,
> > alsa-tools and alsa-firmware. The latter contains only the firmware
> > binary files required by loader programs in alsa-tools package.
> > Please test them if you have a board requiring the loader (hdsp,
> > mixart, vx, usx2y).
> >
> > Especially, HDSP users, please test and report whether it works, since
> > the hdsploader was modified to load the files dynamically.
> >
> >
> > Changes
> >
> > - usb-audio driver supports async unlinking.
> > On 2.6 kernels, it's enabled as default, but on older kenrels, it's
> > disabled to avoid a serious usb-uhci bug. If you have another
> > controller, please try the module option async_unlink=1.
> >
> > - hdsp driver update (including H9652 bugfixes).
> >
> > - support of more Tascam USxxx devices.
> >
> > - Audiotrak Prodigy bugfixes.
> >
> > - fixed noise on vx222 with 24bit mode.
> >
> > - complation fixes on alsa-drivers.
> > The 2.2 kernel is still not tested well. If you can test it, please
> > let us know.
> >
> > - fixed CM8738-MC6 5.1 alias.
> >
> > - alsaconf fix for RH, Fedora and Mandrake.
> >
> > - hdsp* tools updates. compilation fixes.
> >
> >
> > --
> > Takashi Iwai <tiwai@suse.de> ALSA Developer - www.alsa-project.org
>
> Takashi it seems that at least for hdsploader (I didn't check the other
> tools) you forgot the trailing / in DATAPATH in Makefile.am, so the
> program fails to find the firmware file :
> Unable to open file
> '/usr/local/share/alsa/firmware/hdsploadermultiface_firmware.bin' for
> reading
oh yes, you're right.
is the attached patch ok?
i'll check it in.
Takashi
[-- Attachment #2: Type: text/plain, Size: 1163 bytes --]
Index: alsa-tools/hdsploader/hdsploader.c
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-tools/hdsploader/hdsploader.c,v
retrieving revision 1.6
diff -u -r1.6 hdsploader.c
--- alsa-tools/hdsploader/hdsploader.c 25 Nov 2003 16:39:25 -0000 1.6
+++ alsa-tools/hdsploader/hdsploader.c 26 Nov 2003 17:06:40 -0000
@@ -83,16 +83,16 @@
switch (version.io_type) {
case Multiface:
if (version.firmware_rev == 0xa) {
- err = read_bin_file(code, DATAPATH "multiface_firmware.bin");
+ err = read_bin_file(code, DATAPATH "/multiface_firmware.bin");
} else {
- err = read_bin_file(code, DATAPATH "multiface_firmware_rev11.bin");
+ err = read_bin_file(code, DATAPATH "/multiface_firmware_rev11.bin");
}
break;
case Digiface:
if (version.firmware_rev == 0xa) {
- err = read_bin_file(code, DATAPATH "digiface_firmware.bin");
+ err = read_bin_file(code, DATAPATH "/digiface_firmware.bin");
} else {
- err = read_bin_file(code, DATAPATH "digiface_firmware_rev11.bin");
+ err = read_bin_file(code, DATAPATH "/digiface_firmware_rev11.bin");
}
break;
default:
next prev parent reply other threads:[~2003-11-26 17:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-25 19:04 ALSA 1.0.0pre3 release Takashi Iwai
2003-11-26 0:11 ` Ronny V. Vindenes
2003-11-26 10:44 ` [Alsa-user] " Takashi Iwai
2003-11-26 12:10 ` Ronny V. Vindenes
2003-11-26 12:32 ` Re: [Alsa-devel] " Takashi Iwai
2003-11-26 14:10 ` [Alsa-user] " Ronny V. Vindenes
2003-11-26 14:15 ` Takashi Iwai
2003-11-26 14:30 ` Ronny V. Vindenes
2003-11-26 16:38 ` [Alsa-devel] " Thomas Charbonnel
2003-11-26 17:08 ` Takashi Iwai [this message]
2003-11-27 0:46 ` Thomas Charbonnel
2003-11-27 10:43 ` [Alsa-devel] " Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5h7k1nxdl1.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=alsa-user@lists.sourceforge.net \
--cc=thomas@undata.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox