On Sun, 06 Aug, 2006 at 11:18PM +0200, Atte Andr? Jensen spake thus:
  Hi
 I wan't to play a little with ardour, for now using my (I know, shitty)
 onboard soundcard. Does anyone happen to know what my card's sample rate
 is, or (I'm interrested in this anyways) how this information is
 retrieved from the system? BTW: It's an IBM T41, running stock ubuntu
 2.6.15-26-386 kernel. 
My i810 is 48kHz and refuses to be anything else.  HTH
  atte@ajstrup:~$ lspci
 0000:00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O
 Controller (rev 03)
 0000:00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP
 Controller (rev 03)
 0000:00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM
 (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
 0000:00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM
 (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
 0000:00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM
 (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
 0000:00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M)
 USB2 EHCI Controller (rev 01)
 0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
 0000:00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC
 Interface Bridge (rev 01)
 0000:00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE
 Controller (rev 01)
 0000:00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM
 (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
 0000:00:1f.5 Multimedia audio controller: Intel Corporation
 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
 0000:00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM
 (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
 0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon
 Mobility M7 LW [Radeon Mobility 7500]
 0000:02:00.0 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus
 Controller (rev 01)
 0000:02:00.1 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus
 Controller (rev 01)
 0000:02:01.0 Ethernet controller: Intel Corporation 82540EP Gigabit
 Ethernet Controller (Mobile) (rev 03)
 0000:02:02.0 Ethernet controller: Atheros Communications, Inc. AR5212
 802.11abg NIC (rev 01)
 atte@ajstrup:~$ lsmod | grep snd
 snd_seq_dummy           3844  0
 snd_seq_oss            33536  0
 snd_seq_midi            9376  0
 snd_rawmidi            25504  1 snd_seq_midi
 snd_seq_midi_event      7552  2 snd_seq_oss,snd_seq_midi
 snd_seq                51984  6
 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
 snd_seq_device          8716  5
 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
 snd_intel8x0           33692  1
 snd_ac97_codec         93088  1 snd_intel8x0
 snd_ac97_bus            2304  1 snd_ac97_codec
 snd_pcm_oss            53664  0
 snd_mixer_oss          18688  1 snd_pcm_oss
 snd_pcm                89864  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
 snd_timer              25220  2 snd_seq,snd_pcm
 snd                    55268  12
snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
 soundcore              10208  1 snd
 snd_page_alloc         10632  2 snd_intel8x0,snd_pcm