On Wed, Mar 31, 2004 at 09:44:45AM +0200, Jaroslav Kysela wrote:
> I think that the consensus was that using "->nopage" callback does not
> make much sense for the DMA pages so remap_page_coherent_range() should be
> used for this case when designed.
The consensus was that ->nopage is fine to use
On Wed, 31 Mar 2004, Russell King wrote:
> On Wed, Mar 31, 2004 at 10:32:07AM +0530, Gupta, Kshitij wrote:
> > I was just curious to know about by when will we be having a proper
> > reference driver for ARM . We are ready to help out from here if there are
> > any issues.
>
> Given the kern
Jaroslav Kysela wrote:
> On Tue, 30 Mar 2004, Clemens Ladisch wrote:
> > On a 2.2.19 kernel:
> >
> > depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/snd-*
> > ...
>
> Missing inclusion of some header files?
Sorry, my error. Wrong kernel configuration. (The result of "Hey,
this old fil
On Wed, Mar 31, 2004 at 10:32:07AM +0530, Gupta, Kshitij wrote:
> I was just curious to know about by when will we be having a proper
> reference driver for ARM . We are ready to help out from here if there are
> any issues.
Given the kernel communities general negative reaction to trying t
On Wed, 31 Mar 2004, Gupta, Kshitij wrote:
> forgot to paste the error messeges
>
> sound/core/oss/pcm_plugin.c:34: internal compiler error: in
> loc_descriptor_from_tree, at dwarf2out.c:8800
> Please submit a full bug report,
> with preprocessed source if appropriate.
> Send email to [EMAIL PROT
On Wed, 31 Mar 2004, Karsten Wiese wrote:
> ..., which is not built.
> this is for kernel 2.4.
>
> /etc/asound/driver_args:
> --with-cards=via82xx,msnd-pinnacle,usb-audio,usb-usx2y,es1968
> --with-kernel=/usr/src/linux-2.4 --with-debug=full --with-sequencer=yes
Fixed.
forgot to paste the error messeges
sound/core/oss/pcm_plugin.c:34: internal compiler error: in
loc_descriptor_from_tree, at dwarf2out.c:8800
Please submit a full bug report,
with preprocessed source if appropriate.
Send email to [EMAIL PROTECTED] for instructions.
make[3]: *** [sound/core/oss/pcm_
hi,
I am getting errors while compiling 2.6.0-rmk1 kernel with 3.4.0 arm
gcc tool chain, for armv6 architecture. Has anyone tried this before, or if
anyone can suggest me a toolchain which can compile armv6 + ALSA.
regards
-kshitij
hi,
I was just curious to know about by when will we be having a proper
reference driver for ARM . We are ready to help out from here if there are
any issues.
warm regards
-kshitij
-Original Message-
From: Russell King [mailto:[EMAIL PROTECTED] Behalf Of Russell
King
Sent: Tuesday
..., which is not built.
this is for kernel 2.4.
/etc/asound/driver_args:
--with-cards=via82xx,msnd-pinnacle,usb-audio,usb-usx2y,es1968
--with-kernel=/usr/src/linux-2.4 --with-debug=full --with-sequencer=yes
regards,
Karsten
---
This SF.Net e
Karsten,
>
> Concerning us224's Lights I'm currently left in the dark
> For us428 I found that a 7Byte long USB-Message on pipe 4 is a Lights
> set command, while a 5Byte long is an internal mixer set command.
> You could tweak us428control to toggle the 0'th light instead of the
> 25'th light,
>>> the snd-usb-usx2y module. AFAICT it's not being included by
>>> ./configure --with-cards option, nor it gets built when one sets
>>> --with-cards=all.
>>
>> It is fixed in CVS now. Thanks.
>
Checked out today's alsa-driver-1.0.4rc2 where the missed snd-usb-usx2y
module gets built now.
However
Am Dienstag 30 März 2004 21:32 schrieb Rui Nuno Capela:
> > screenshot looks ok. I don't know SnoopyPro-0.22.
>
> I just picked it up from sf.net , as you suggested.
>
> > I think I took an older version from somewhere on the web & modified it
> > heavyly.
> > maybe SnoopyPro-0.22 can also do w
> screenshot looks ok. I don't know SnoopyPro-0.22.
I just picked it up from sf.net , as you suggested.
> I think I took an older version from somewhere on the web & modified it
> heavyly.
> maybe SnoopyPro-0.22 can also do what my ListeningPipe app can:
> Dump any different telegram only th
Am Dienstag 30 MÃrz 2004 14:29 schrieb Rui Nuno Capela:
> Hi Karsten,
>
> Already grabbed and installed SnoopyPro-0.22 from
> http://sourceforge.net/projects/usbsnoop . Guess it's what you mentioned.
>
> See on attachment a screenshot right after sniffer installation. If that's
> right, you probabl
Brian Furey wrote:
Hi all,
I have an intel810 onboard soundcard.I am using the
alsa driver with a VoIP session.
The intel8x0.c file has a minimum period byte size
of 32 bytes with the minimum no. of periods being
1.The min and max rate is set to 48k.
How can I find out what actual(runtime) si
> -Original Message-
> From: Russell King [mailto:[EMAIL PROTECTED] On Behalf Of Russell King
> Sent: Tuesday, March 30, 2004 3:01 AM
> To: Ivica Ico Bukvic
> Cc: 'A list for linux audio users'; [EMAIL PROTECTED];
> [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [linux-audio-user] snd-
hi russel
> The majority of PCMCIA is the same between the two kernels. There
> have been some cleanups and changes to the way card events (insertions
> and removals) occur, and some setup changes to the cardbus bridge to
> turn on some extra features.
>
> However, if you're saying that 2.4 and
On Tue, 30 Mar 2004, Brian Furey wrote:
>
> Right Jaroslav,
>that means i would modify intel8x0.c to include a
> call to
> snd_pcm_hw_params_get_period_size() or
> snd_pcm_hw_params_get_period_time() in the appropriate
> place. Write the values returned say to a text file.
> Recompile the AL
Right Jaroslav,
that means i would modify intel8x0.c to include a
call to
snd_pcm_hw_params_get_period_size() or
snd_pcm_hw_params_get_period_time() in the appropriate
place. Write the values returned say to a text file.
Recompile the ALsa driver and re-insert it into the
kernel.Start my appli
On Tue, 30 Mar 2004, Brian Furey wrote:
>
> Hi all,
> I have an intel810 onboard soundcard.I am using the
> alsa driver with a VoIP session.
> The intel8x0.c file has a minimum period byte size
> of 32 bytes with the minimum no. of periods being
> 1.The min and max rate is set to 48k.
>
> H
On Tue, 30 Mar 2004, Tim Hollingsworth wrote:
> Hi
>
> I am trying to write a pcm app which receives sound over the network
> and outputs it through the speakers. The network protocol is udp.
> From what I can tell, each packet is a single period with interleaved
> channels. My problem is
Hi all,
I have an intel810 onboard soundcard.I am using the
alsa driver with a VoIP session.
The intel8x0.c file has a minimum period byte size
of 32 bytes with the minimum no. of periods being
1.The min and max rate is set to 48k.
How can I find out what actual(runtime) size period
the alsa
Hi
I am trying to write a pcm app which receives sound over the network
and outputs it through the speakers. The network protocol is udp.
From what I can tell, each packet is a single period with interleaved
channels. My problem is that the period size appears to be below the
minimum that
On Tue, 30 Mar 2004, Clemens Ladisch wrote:
> Jaroslav Kysela wrote:
> > 1.0.4rc1 packages are out. Please, report compilation problems.
>
> On a 2.2.19 kernel:
>
> depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/snd-*
> depmod: synchronize_irq
> depmod: tqueue_lock
>
Jaroslav Kysela wrote:
> 1.0.4rc1 packages are out. Please, report compilation problems.
On a 2.2.19 kernel:
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/snd-*
depmod: synchronize_irq
depmod: tqueue_lock
depmod: waitqueue_lock
depmod: *** Unresolved symbols i
Hi Karsten,
Already grabbed and installed SnoopyPro-0.22 from
http://sourceforge.net/projects/usbsnoop . Guess it's what you mentioned.
See on attachment a screenshot right after sniffer installation. If that's
right, you probably don't need to send everything, just the ListeningPipe
utility. OK?
guan yim wrote:
FYI too, the Audigy 2001 I have been talking about is using the
following chips:
SIGMATEL
STAC9721T
LC5A01E
0201
CREATIVE
Audigy(tm)
CA0100-IDF
(C) CREATIVE TECH'01
2BA70KW
I can have 6 channels output with this card. I think if creative uses
the SIGMATEL chip on that SBLive 2003
Am Dienstag 30 März 2004 10:14 schrieb Rui Nuno Capela:
>
> > If there's still no lights, some usb snooping on windoz might help.
> > I've some specially tuned stuff here which I could send you then.
>
> That's of course a very good idea. Please do so ASAP.
>
> I'll be very pleased to follow your i
> What needs to happen is that the card driver author needs to
> investigate what is going on, and, if it seems related to the core
> PCMCIA core or the socket driver, we need to get involved.
he pointed out that it's probably a kernel problem ...
we don't want you to solve problems of the alsa dr
FYI too, the Audigy 2001 I have been talking about is using the following
chips:
SIGMATEL
STAC9721T
LC5A01E
0201
CREATIVE
Audigy(tm)
CA0100-IDF
(C) CREATIVE TECH'01
2BA70KW
I can have 6 channels output with this card. I think if creative uses the
SIGMATEL chip on that SBLive 2003 (say, "Audigy 2
D2CB0:01C4163F]
I don't mean this, this is comercial binary only driver (You can
try).
This
http://prdownloads.sourceforge.net/emu10k1/emu10k1-v0.20a.tar.bz2?
download
or recompile kernel with OSS/free drivers enabled.
Peter Zubaj
Ok..but is there any test program which uses this to outp
Trying to recompile kernel to get rid of something which gives a line in
/proc/device as:
14 sound
since the oss installer refuse to install..
Checking for any previously installed sound drivers... It looks like the
sound driver is linked in the kernel you are currently
I don't mean this, this is comercial binary only driver (You can
try).
This
http://prdownloads.sourceforge.net/emu10k1/emu10k1-v0.20a.tar.bz2?
download
or recompile kernel with OSS/free drivers enabled.
Peter Zubaj
http://www.pobox.sk/ - spolahliva a bezpecn
ok I try the
ftp://www.se.opensound.com/pub/oss/linux/oss398d-linux-v2x.tar.gz now.
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
I don't mean alsa-oss-emulation, I mean oss driver from
opensource.creative.com or linux kernel. If it works, than something
is wrong with alsa (I think it will not work).
In SB Live up to 2002 was used AC97 codec for front and center/lfe
and another dac for rear channels. I think, that in SB L
Karsten,
>
> please try to enable audio out with "us428control -v2 -D hw:1" like this:
>
> - toggle INPUT MONITOR until us428control says "...Light is 1"
>
Yes, it does say "... Light is 1", but NO light on the LED.
> - then move Fader3 to max and play some audio.
> This is just a guess assumin
The way I tested that channels is using alsa-lib/test/pcm -c6 -v , this
should be ok rite? Anyway it can produce 440Hz sound, namely "tone A" on all
six channels when I am using SBLive 2001, 2002 and Audigy 2001.
I think I don't understand how the module snd-oss-mixer / snd-oss-pcm will
help; I
From: p z <[EMAIL PROTECTED]>
Reply-To: p z <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [Alsa-devel] Need to know SBLive Chip difference
Date: Tue, 30 Mar 2004 08:37:35 +0200
Right now I compared changes between alsa 1.0.3b and 1.0.4rc1.
Diffrence is that 1.0.4rc1 contains
39 matches
Mail list logo