> Hi
>
> I wanted to propose a change in the alsa soundcard Matrix: The
> Company known as SEK'D was acquired by Magix and took down its audio
> hardware product line. The Interfaces are now sold by SEK'Ds former
> production company called
> MARIAN:
>
> http://www.marian.de
>
> this results
At line 200 of aplay.c (1.0.0pre3)
if ((err = snd_ctl_open(&handle, name, 0)) < 0) {
error("control open (%i): %s", card, snd_strerror(err));
continue;
}
if this error occurs, 'card' is never updated, the while loop bec
Hi,
I'm trying to use alsa-driver-1.0.0pre3 with linux-2.2.25 and
gcc-2.95.3 for a GravisUltrasound PNP Pro and TMC PCI54ITS motherboard.
Previously, with alsa-driver-0.9.0rc6 and linux-2.2.20, I used isapnp
to map out certain IRQs after a cold-boot, before the snd-card-interwave
module would
Hello,
Takashi Iwai <[EMAIL PROTECTED]> wrote on Tue, 25 Nov 2003:
> right now the ALSA 1.0.0pre3 packages are released.
[...]
> The 2.2 kernel is still not tested well. If you can test it, please
> let us know.
alsa-driver-1.0.0pre3/acore/pci_compat_22.c:line 371, refers to
char *pci_n
Takashi Iwai wrote :
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
r
Also, please add the AudioTrak Prodigy 7.1 as supported.. (driver
ice1724)
---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE
Also, please add the AudioTrak Prodigy 7.1 as supported.. (driver ice1724)
---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE L
Patrick,
here is a soundcardmatrix patch which creates new Tascam USx2y entries.
bye,
martin
--- matrix.html.ORIGINALWed Nov 26 21:57:55 2003
+++ matrix.html Wed Nov 26 22:24:54 2003
@@ -2790,6 +2790,32 @@
+
+ http://www.tascam.com/";>Tascam
+
+
+ http://www.tascam
At Wed, 19 Nov 2003 13:28:08 +0100 (CET),
Philippe De Muyter wrote:
>
> Hello,
>
> Here are two small unrelated fixes to alsaconf.in :
>
> First, a big one : alsaconf does not work for any legacy soundchip,
> because of a typo when checking that the driver modules are really
> loaded.
>
> Secon
Hey,
I have had no luck getting my VIA8235 based sound card that is connected via an
optical link to my receiver to work under Mandrake 9.2.
The configuration looks ok as far as I can tell and I get no errors from
alsamixer, alsactl, aplay, and other sound utilities but no sound.
Interestingly eno
Hello,
Here are two small unrelated fixes to alsaconf.in :
First, a big one : alsaconf does not work for any legacy soundchip,
because of a typo when checking that the driver modules are really
loaded.
Second, for the digital celebris pc's, the cs4236b chip has its control port
located at 0xf00.
On Wed, 26 Nov 2003, Takashi Iwai wrote:
>> Some of my apps have stopped working after 1.0.0pre1 on a T23 Thinkpad
>> (intel8x0, 82801).
[...]
>> On the same machine, alsa-driver-0.9.8 works fine, but not with 1.0.0pre1
>> and 1.0.0pre3.
> what do you mean exactly "don't work" in the above?
> th
At Wed, 26 Nov 2003 19:31:39 +0200 (EET),
Kai Vehmanen wrote:
>
> On Wed, 19 Nov 2003, Takashi Iwai wrote:
>
> > Especially, if you have a card or a mobo with ICH (or compatible)
> > chip and *multiple* AC97 codecs, testing this version is appreciated.
>
> Some of my apps have stopped working af
On Wed, 19 Nov 2003, Takashi Iwai wrote:
> Especially, if you have a card or a mobo with ICH (or compatible)
> chip and *multiple* AC97 codecs, testing this version is appreciated.
Some of my apps have stopped working after 1.0.0pre1 on a T23 Thinkpad
(intel8x0, 82801).
Simple things like "arec
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 f
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 i
On Wed, 26 Nov 2003, Giuliano Pochini wrote:
> On Mon, 24 Nov 2003 21:25:00 +0100 (CET)
> Jaroslav Kysela <[EMAIL PROTECTED]> wrote:
>
> > On Mon, 24 Nov 2003, Giuliano Pochini wrote:
> >
> > > snd_ctl_elem_info_t.dimen contains the dimensions of the array of
> > > controls. AFAIK there are no d
The executable utils/mod-deps shouldn't be shipped with the alsa-driver
tarball. It's an x86 binary and it makes cvscompile to fail on other platforms.
--
Giuliano.
---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceF
On Tue, 25 Nov 2003 20:09:57 +0100
Takashi Iwai <[EMAIL PROTECTED]> wrote:
> for building multiple drivers with a common core/library module, you
> can find an example in isa/sb directory. there snd-sb-common is
> shared among several different top-level modules. (usually, the
> common module is
On Mon, 24 Nov 2003 21:25:00 +0100 (CET)
Jaroslav Kysela <[EMAIL PROTECTED]> wrote:
> On Mon, 24 Nov 2003, Giuliano Pochini wrote:
>
> > snd_ctl_elem_info_t.dimen contains the dimensions of the array of
> > controls. AFAIK there are no drivers which use that feature (but mine)
> > to look for exa
On Wed, 2003-11-26 at 15:15, Takashi Iwai wrote:
> At Wed, 26 Nov 2003 15:10:06 +0100,
> Ronny V. Vindenes wrote:
> >
> > On Wed, 2003-11-26 at 13:32, Takashi Iwai wrote:
> > > At Wed, 26 Nov 2003 13:10:11 +0100,
> > > Ronny V. Vindenes wrote:
> > > >
> > > > On Wed, 2003-11-26 at 11:44, Takashi
At Wed, 26 Nov 2003 15:10:06 +0100,
Ronny V. Vindenes wrote:
>
> On Wed, 2003-11-26 at 13:32, Takashi Iwai wrote:
> > At Wed, 26 Nov 2003 13:10:11 +0100,
> > Ronny V. Vindenes wrote:
> > >
> > > On Wed, 2003-11-26 at 11:44, Takashi Iwai wrote:
> > > > At Wed, 26 Nov 2003 01:11:07 +0100,
> > > >
On Wed, 2003-11-26 at 13:32, Takashi Iwai wrote:
> At Wed, 26 Nov 2003 13:10:11 +0100,
> Ronny V. Vindenes wrote:
> >
> > On Wed, 2003-11-26 at 11:44, Takashi Iwai wrote:
> > > At Wed, 26 Nov 2003 01:11:07 +0100,
> > > Ronny V. Vindenes wrote:
> > > >
> > > > On Tue, 2003-11-25 at 20:04, Takashi
>On Tue, 25 Nov 2003, Paul Davis wrote:
>
>> at what point, if any, did alsa-lib start returning positive E
>> values (e.g. EBUSY) rather than -EBUSY?
>
>I'm not aware. Which functions?
none. its OK, i was checking errno rather than the returned value. my
mistake. sorry for the distraction.
--p
At Wed, 26 Nov 2003 13:10:11 +0100,
Ronny V. Vindenes wrote:
>
> On Wed, 2003-11-26 at 11:44, Takashi Iwai wrote:
> > At Wed, 26 Nov 2003 01:11:07 +0100,
> > Ronny V. Vindenes wrote:
> > >
> > > On Tue, 2003-11-25 at 20:04, Takashi Iwai wrote:
> > > > Hi,
> > > >
> > > > right now the ALSA 1.0.
On Wed, 2003-11-26 at 11:44, Takashi Iwai wrote:
> At Wed, 26 Nov 2003 01:11:07 +0100,
> Ronny V. Vindenes wrote:
> >
> > On Tue, 2003-11-25 at 20:04, Takashi Iwai wrote:
> > > Hi,
> > >
> > > right now the ALSA 1.0.0pre3 packages are released.
> > >
> > > In this version, alsa-tools package wa
At Wed, 26 Nov 2003 01:11:07 +0100,
Ronny V. Vindenes wrote:
>
> On Tue, 2003-11-25 at 20:04, 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. Th
At Wed, 26 Nov 2003 00:08:21 +0100,
Martin Langer wrote:
>
> US122 support seems to be ok in pre3, but this patch wasn't committed.
sorry, i overlooked this one.
fixed now.
Takashi
---
This SF.net email is sponsored by: SF.net Giveback Progr
On Tue, 25 Nov 2003, Paul Davis wrote:
> at what point, if any, did alsa-lib start returning positive E
> values (e.g. EBUSY) rather than -EBUSY?
I'm not aware. Which functions?
Jaroslav
-
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound
29 matches
Mail list logo