public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pierre Rousselet <pierre.rousselet@wanadoo.fr>
To: Wakko Warner <wakko@animx.eu.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>, lkml <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.16 with es1370 pci
Date: Tue, 01 Jan 2002 19:53:35 +0100	[thread overview]
Message-ID: <3C3205AF.1080409@wanadoo.fr> (raw)
In-Reply-To: <20011231065544.A28966@animx.eu.org> <3C3065CE.1070608@wanadoo.fr> <20011231122440.B29342@animx.eu.org> <3C316C47.4080406@wanadoo.fr> <20020101104611.A30843@animx.eu.org>

Wakko Warner wrote:

> Nope, they don't work well IMO and since this card has 2 DSPs


I assume one dsp is for es1370 and one is for the sb-16

> I know,  I only pasted the what was for the sound card, it is working
> properly.  mpg123 -a /dev/dsp2 works w/o any problem what so ever.


Yes, you can use one sound card or the other. You may hear a difference.

> here's mpg123 -4:

<snip>
> open("/sound/mp3/Aerosmith/Ain\'t_That_A_Bitch.mp3", O_RDONLY) = 3
<snip>
> open("/dev/dsp", O_WRONLY)              = 4
> ioctl(4, SNDCTL_DSP_GETBLKSIZE, 0x806ae1c) = 0
> ioctl(4, SNDCTL_DSP_RESET, 0)           = 0
> ioctl(4, SOUND_PCM_READ_BITS, 0xbffff8a0) = 0
> ioctl(4, SNDCTL_DSP_STEREO, 0xbffff89c) = 0
> ioctl(4, SOUND_PCM_READ_RATE, 0xbffff898) = 0
> write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384) = 16384
> write(4, "\374\377\3\0\373\377\4\0\367\377\1\0\373\377\7\0\377\377"..., 16384) = 16384
> write(4, "\344\377\333\377\5\0\316\377\362\377\234\377\f\0\212\377"..., 16384) = 16384
> write(4, "P\0\202\0\367\377\263\0\353\377\274\0\274\377\353\0\235"..., 16384) = 16384
> write(4, "\23\377S\0I\377U\0\200\377\215\0Z\377\222\377\330\377\16"..., 16384) = 16384
> write(4, "@\377\376\375\344\376\355\377\263\3769\0%\377Y\376\255"..., 16384) = 16384
> write(4, "\0\0\274\1:\377\365\1\17\0\301\1\0\0\332\0\360\377%\377"..., 16384) = 16384
> write(4, "\r\375_\372{\377\356\373W\374\230\370\'\1\220\0\26\371"..., 16384) = 16384
> write(4, "k\5j\5\337\1E\370<\10\346\5{\377;\3776\4\374\4F\376\24"..., 16384
>  <unfinished ...>


The same as the previous one: write to dsp but never read even the 
smallest sample of the sound file possibly by lack of interrupt.


>            CPU0       CPU1       
>   0:   68416693   68502478    IO-APIC-edge  timer
>   1:     400959     396781    IO-APIC-edge  keyboard
>   2:          0          0          XT-PIC  cascade
>   3:  184224466  184748725    IO-APIC-edge  serial
>   4:     803073     799856    IO-APIC-edge  serial
>   5:     666537     667971   IO-APIC-level  aic7xxx
>   7:        126        106    IO-APIC-edge  soundblaster
>  10:   10271518   10263624   IO-APIC-level  eth0
>  11:     236351     237359   IO-APIC-level  aic7xxx
>  15:    4438445    4431067   IO-APIC-level  es1370
> NMI:          0          0 
> LOC:  136921268  136921264 
> ERR:          0
> MIS:          2
> 
> After attempting to play an mp3
> 
>            CPU0       CPU1       
>   0:   68420347   68505506    IO-APIC-edge  timer
>   1:     401392     397000    IO-APIC-edge  keyboard
>   2:          0          0          XT-PIC  cascade
>   3:  184242407  184763513    IO-APIC-edge  serial
>   4:     803633     800393    IO-APIC-edge  serial
>   5:     666566     668012   IO-APIC-level  aic7xxx
>   7:        126        106    IO-APIC-edge  soundblaster
>  10:   10271726   10263824   IO-APIC-level  eth0
>  11:     236351     237359   IO-APIC-level  aic7xxx
>  15:    4438445    4431067   IO-APIC-level  es1370
> NMI:          0          0 
> LOC:  136927950  136927946 
> ERR:          0
> MIS:          2

My es1370 is happy with IRQ 9 which is shared with usb-uhci. IRQ 15 is 
for ide1 here.

-- 
------------------------------------------------
  Pierre Rousselet <pierre.rousselet@wanadoo.fr>
------------------------------------------------


  parent reply	other threads:[~2002-01-01 18:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-31 11:55 2.4.16 with es1370 pci Wakko Warner
2001-12-31 13:19 ` Alan Cox
     [not found] ` <3C3065CE.1070608@wanadoo.fr>
     [not found]   ` <20011231122440.B29342@animx.eu.org>
     [not found]     ` <3C316C47.4080406@wanadoo.fr>
2002-01-01 15:46       ` Wakko Warner
2002-01-01 17:15         ` Alan Cox
2002-01-04 14:18           ` Roeland Th. Jansen
2002-02-02 20:37           ` Wakko Warner
2002-01-01 18:53         ` Pierre Rousselet [this message]
2002-01-02  3:35           ` Wakko Warner

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=3C3205AF.1080409@wanadoo.fr \
    --to=pierre.rousselet@wanadoo.fr \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wakko@animx.eu.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