Hello.
My Creative Sound Blaster X-Fi HD USB sound card doesn't work on OpenBSD 5.0.
uaudio reports "sync ep address mismatch".
Using my patch it works. But there is still no sound with default 44100Hz rate.
All other rates works fine.
patch (for revision 1.95):
--- uaudio.c Tue Jan 31 21:13:32 2012
+++ uaudio.c Fri Feb 24 19:49:47 2012
@@ -1768,7 +1768,7 @@
sc->sc_dev.dv_xname);
return (USBD_NORMAL_COMPLETION);
}
- if (sync_addr && sync_ed->bEndpointAddress != sync_addr) {
+ if (sync_addr && UE_GET_ADDR(sync_ed->bEndpointAddress) !=
sync_addr) {
printf("%s: sync ep address mismatch\n",
sc->sc_dev.dv_xname);
return (USBD_NORMAL_COMPLETION);
dmesg (with UAUDIO_DEBUG):
OpenBSD 5.0-stable (GENERIC.MP) #11: Fri Feb 24 19:08:49 CET 2012
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4293394432 (4094MB)
avail mem = 4164972544 (3972MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xf06f0 (71 entries)
bios0: vendor American Megatrends Inc. version "1201" date 10/14/2008
bios0: ASUSTeK Computer INC. P5K
acpi0 at bios0: rev 0
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG OEMB HPET OSFR
acpi0: wakeup devices P0P2(S4) P0P1(S4) UAR1(S4) PS2K(S4) EUSB(S4)
USBE(S4) P0P5(S4) P0P6(S4) P0P7(S4) P0P8(S4) P0P9(S4) USB0(S4)
USB1(S4) USB2(S4) USB3(S4) USB4(S4) USB5(S4) USB6(S4) P0P4(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz, 2671.98 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,NXE,LONG
cpu0: 4MB 64b/line 16-way L2 cache
cpu0: apic clock running at 333MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz, 2671.61 MHz
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,NXE,LONG
cpu1: 4MB 64b/line 16-way L2 cache
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (P0P2)
acpiprt2 at acpi0: bus 2 (P0P1)
acpiprt3 at acpi0: bus -1 (P0P5)
acpiprt4 at acpi0: bus -1 (P0P6)
acpiprt5 at acpi0: bus -1 (P0P7)
acpiprt6 at acpi0: bus -1 (P0P8)
acpiprt7 at acpi0: bus -1 (P0P9)
acpiprt8 at acpi0: bus -1 (P0P4)
acpicpu0 at acpi0: PSS
acpicpu1 at acpi0: PSS
aibs0 at acpi0: RTMP RVLT RFAN GGRP GITM SITM
acpibtn0 at acpi0: PWRB
cpu0: Enhanced SpeedStep 2671 MHz: speeds: 2664, 1998 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel 82G33 Host" rev 0x02
ppb0 at pci0 dev 1 function 0 "Intel 82G33 PCIE" rev 0x02: msi
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "NVIDIA GeForce 8800 GT" rev 0xa2
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
uhci0 at pci0 dev 26 function 0 "Intel 82801I USB" rev 0x02: apic 2 int 16
uhci1 at pci0 dev 26 function 1 "Intel 82801I USB" rev 0x02: apic 2 int 21
uhci2 at pci0 dev 26 function 2 "Intel 82801I USB" rev 0x02: apic 2 int 18
ehci0 at pci0 dev 26 function 7 "Intel 82801I USB" rev 0x02: apic 2 int 18
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
uhci3 at pci0 dev 29 function 0 "Intel 82801I USB" rev 0x02: apic 2 int 23
uhci4 at pci0 dev 29 function 1 "Intel 82801I USB" rev 0x02: apic 2 int 19
uhci5 at pci0 dev 29 function 2 "Intel 82801I USB" rev 0x02: apic 2 int 18
ehci1 at pci0 dev 29 function 7 "Intel 82801I USB" rev 0x02: apic 2 int 23
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb1 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0x92
pci2 at ppb1 bus 2
ath0 at pci2 dev 2 function 0 "Atheros AR5212" rev 0x01: apic 2 int 18
ath0: AR2414 7.9 phy 4.5 rf2413 5.6, FCC2A*, address 00:19:e0:88:2b:5a
pcib0 at pci0 dev 31 function 0 "Intel 82801IB LPC" rev 0x02
pciide0 at pci0 dev 31 function 2 "Intel 82801I SATA" rev 0x02: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide0: using apic 2 int 22 for native-PCI interrupt
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <TSSTcorp, CDDVDW SH-S203D, SB01> ATAPI
5/cdrom removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
wd0 at pciide0 channel 1 drive 0: <WDC WD5000AAKS-07YGA0>
wd0: 16-sector PIO, LBA48, 476940MB, 976773168 sectors
wd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 6
ichiic0 at pci0 dev 31 function 3 "Intel 82801I SMBus" rev 0x02: apic 2 int 18
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 2GB DDR2 SDRAM non-parity PC2-6400CL5
spdmem1 at iic0 addr 0x52: 2GB DDR2 SDRAM non-parity PC2-6400CL5
pciide1 at pci0 dev 31 function 5 "Intel 82801I SATA" rev 0x02: DMA,
channel 0 wired to native-PCI, channel 1 wired to native-PCI
pciide1: using apic 2 int 22 for native-PCI interrupt
usb2 at uhci0: USB revision 1.0
uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci1: USB revision 1.0
uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb4 at uhci2: USB revision 1.0
uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb5 at uhci3: USB revision 1.0
uhub5 at usb5 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb6 at uhci4: USB revision 1.0
uhub6 at usb6 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb7 at uhci5: USB revision 1.0
uhub7 at usb7 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
wbsio0 at isa0 port 0x2e/2: W83627DHG rev 0x23
lm1 at wbsio0 port 0x290/8: W83627DHG
mtrr: Pentium Pro MTRR support
uaudio0 at uhub2 port 2 configuration 1 interface 0 "Creative
Technology USB Sound Blaster HD" rev 1.10/1.00 addr 2
uaudio_identify_ac: AC interface is 0
uaudio_identify_ac: found AC header, vers=100, len=139
id 1: AC_INPUT type=UAT_STREAM
input0: UAT_STREAM
output: UATO_SPEAKER
id 2: AC_FEATURE src=1
input0: UAT_STREAM
output: UATO_SPEAKER
id 3: AC_OUTPUT type=UATO_SPEAKER src=2
input0: UAT_STREAM
output: UATO_SPEAKER
id 4: AC_INPUT type=UAT_STREAM
input0: UAT_STREAM
output: UATE_DIGITALAUIFC
id 6: AC_OUTPUT type=UATE_DIGITALAUIFC src=4
input0: UAT_STREAM
output: UATE_DIGITALAUIFC
id 7: AC_INPUT type=UATE_SPDIF
input0: UATE_SPDIF
output: UAT_STREAM
id 9: AC_OUTPUT type=UAT_STREAM src=7
input0: UATE_SPDIF
output: UAT_STREAM
id 10: AC_INPUT type=UATI_MICROPHONE
input0: UATI_MICROPHONE
output: UAT_STREAM
id 12: AC_INPUT type=UATE_LINECONN
input0: UATE_LINECONN
output: UAT_STREAM
id 14: AC_INPUT type=UATF_PHONOGRAPH
input0: UATF_PHONOGRAPH
output: UAT_STREAM
id 16: AC_SELECTOR src=10 12 14
input0: UATI_MICROPHONE
input1: UATE_LINECONN
input2: UATF_PHONOGRAPH
output: UAT_STREAM
id 17: AC_OUTPUT type=UAT_STREAM src=16
input0: UATI_MICROPHONE UATE_LINECONN UATF_PHONOGRAPH
output: UAT_STREAM
uaudio_identify_ac: id=1 subtype=2
uaudio_add_input: bTerminalId=1 wTerminalType=0x0101 bAssocTerminal=0
bNrChannels=2 wChannelConfig=3 iChannelNames=0 iTerminal=0
uaudio_identify_ac: id=2 subtype=6
uaudio_add_feature: chan=1 mask=2
uaudio_add_feature: chan=2 mask=2
uaudio_add_feature: bUnitId=2, 3 channels, mmask=0x0001, cmask=0x0002
uaudio_add_feature: ctl=1 fumask=0x0001
uaudio_feature_name: terminal_type=UATO_SPEAKER
uaudio_mixer_add_ctl: adding outputs.spkr.mute
uaudio_mixer_add_ctl: wValue=0100 wIndex=0200 type=1 name='spkr.mute'
unit='' min=0 max=1
uaudio_add_feature: ctl=2 fumask=0x0002
uaudio_feature_name: terminal_type=UATO_SPEAKER
uaudio_mixer_add_ctl: adding outputs.spkr
uaudio_get: type=0xa1 req=0x82 wValue=0x0201 wIndex=0x0200 len=2
uaudio_get: val=49152
uaudio_get: type=0xa1 req=0x83 wValue=0x0201 wIndex=0x0200 len=2
uaudio_get: val=0
uaudio_get: type=0xa1 req=0x84 wValue=0x0201 wIndex=0x0200 len=2
uaudio_get: val=128
uaudio_mixer_add_ctl: wValue=0201,0202 wIndex=0200 type=2 name='spkr'
unit='volume' min=-16384 max=0
uaudio_add_feature: ctl=3 fumask=0x0004
uaudio_add_feature: ctl=4 fumask=0x0008
uaudio_add_feature: ctl=5 fumask=0x0010
uaudio_add_feature: ctl=6 fumask=0x0020
uaudio_add_feature: ctl=7 fumask=0x0040
uaudio_add_feature: ctl=8 fumask=0x0080
uaudio_add_feature: ctl=9 fumask=0x0100
uaudio_identify_ac: id=3 subtype=3
uaudio_add_output: bTerminalId=3 wTerminalType=0x0301 bAssocTerminal=0
bSourceId=2 iTerminal=0
uaudio_identify_ac: id=4 subtype=2
uaudio_add_input: bTerminalId=4 wTerminalType=0x0101 bAssocTerminal=0
bNrChannels=2 wChannelConfig=3 iChannelNames=0 iTerminal=0
uaudio_identify_ac: id=6 subtype=3
uaudio_add_output: bTerminalId=6 wTerminalType=0x0602 bAssocTerminal=0
bSourceId=4 iTerminal=0
uaudio_identify_ac: id=7 subtype=2
uaudio_add_input: bTerminalId=7 wTerminalType=0x0605 bAssocTerminal=0
bNrChannels=2 wChannelConfig=3 iChannelNames=0 iTerminal=0
uaudio_identify_ac: id=9 subtype=3
uaudio_add_output: bTerminalId=9 wTerminalType=0x0101 bAssocTerminal=0
bSourceId=7 iTerminal=0
uaudio_identify_ac: id=10 subtype=2
uaudio_add_input: bTerminalId=10 wTerminalType=0x0201 bAssocTerminal=0
bNrChannels=2 wChannelConfig=3 iChannelNames=0 iTerminal=0
uaudio_identify_ac: id=12 subtype=2
uaudio_add_input: bTerminalId=12 wTerminalType=0x0603 bAssocTerminal=0
bNrChannels=2 wChannelConfig=3 iChannelNames=0 iTerminal=0
uaudio_identify_ac: id=14 subtype=2
uaudio_add_input: bTerminalId=14 wTerminalType=0x0708 bAssocTerminal=0
bNrChannels=2 wChannelConfig=3 iChannelNames=0 iTerminal=0
uaudio_identify_ac: id=16 subtype=5
uaudio_add_selector: bUnitId=16 bNrInPins=3
uaudio_mixer_add_ctl: adding record.sel16-i10i12i14
uaudio_mixer_add_ctl: wValue=0000 wIndex=1000 type=5
name='sel16-i10i12i14' unit='' min=1 max=3
uaudio_identify_ac: id=17 subtype=3
uaudio_add_output: bTerminalId=17 wTerminalType=0x0101
bAssocTerminal=0 bSourceId=16 iTerminal=0
uaudio_identify: interface=1 offset=175
uaudio_identify: AS null alt=0
uaudio_identify: interface=1 offset=184
uaudio_process_as: asid: bTerminalLink=1 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=1 bmAttributes=0x5 wMaxPacketSize=196 bInterval=1
bRefresh=0 bSynchAddress=1
streaming_endpoint: offset=211 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=129 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=1 offset=236
uaudio_process_as: asid: bTerminalLink=1 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=1 bmAttributes=0x5 wMaxPacketSize=294 bInterval=1
bRefresh=0 bSynchAddress=1
streaming_endpoint: offset=263 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=129 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=1 offset=288
uaudio_process_as: asid: bTerminalLink=1 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=1 bmAttributes=0x5 wMaxPacketSize=388 bInterval=1
bRefresh=0 bSynchAddress=1
streaming_endpoint: offset=315 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=129 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=1 offset=340
uaudio_process_as: asid: bTerminalLink=1 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=1 bmAttributes=0x5 wMaxPacketSize=582 bInterval=1
bRefresh=0 bSynchAddress=1
streaming_endpoint: offset=367 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=129 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=2 offset=392
uaudio_identify: AS null alt=0
uaudio_identify: interface=2 offset=401
uaudio_process_as: asid: bTerminalLink=4 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=4 bmAttributes=0x5 wMaxPacketSize=180 bInterval=1
bRefresh=0 bSynchAddress=4
streaming_endpoint: offset=428 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=132 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=2 offset=453
uaudio_process_as: asid: bTerminalLink=4 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=4 bmAttributes=0x5 wMaxPacketSize=270 bInterval=1
bRefresh=0 bSynchAddress=4
streaming_endpoint: offset=480 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=132 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=2 offset=505
uaudio_process_as: asid: bTerminalLink=4 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=4 bmAttributes=0x5 wMaxPacketSize=196 bInterval=1
bRefresh=0 bSynchAddress=4
streaming_endpoint: offset=532 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=132 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=2 offset=557
uaudio_process_as: asid: bTerminalLink=4 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=4 bmAttributes=0x5 wMaxPacketSize=294 bInterval=1
bRefresh=0 bSynchAddress=4
streaming_endpoint: offset=584 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=132 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=2 offset=609
uaudio_process_as: asid: bTerminalLink=4 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=4 bmAttributes=0x5 wMaxPacketSize=388 bInterval=1
bRefresh=0 bSynchAddress=4
streaming_endpoint: offset=636 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=132 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=2 offset=661
uaudio_process_as: asid: bTerminalLink=4 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=4 bmAttributes=0x5 wMaxPacketSize=582 bInterval=1
bRefresh=0 bSynchAddress=4
streaming_endpoint: offset=688 bLength=7
uaudio_process_as: endpoint[1] bLength=9 bDescriptorType=5
bEndpointAddress=132 bmAttributes=0x11 wMaxPacketSize=3 bInterval=1
bRefresh=5 bSynchAddress=0
uaudio0: sync ep address mismatch
uaudio_identify: interface=2 offset=713
uaudio_process_as: asid: bTerminalLink=4 wFormatTag=8193
uaudio0: ignored setting with type 8193 format
uaudio_identify: interface=2 offset=765
uaudio_process_as: asid: bTerminalLink=4 wFormatTag=8193
uaudio0: ignored setting with type 8193 format
uaudio_identify: interface=3 offset=817
uaudio_identify: AS null alt=0
uaudio_identify: interface=3 offset=826
uaudio_process_as: asid: bTerminalLink=17 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=130 bmAttributes=0x25 wMaxPacketSize=196 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=853 bLength=7
uaudio0: recording: 2-ch 16-bit 2-byte pcm, 48000Hz
uaudio_add_alt: adding alt=1, enc=6
uaudio_identify: interface=3 offset=869
uaudio_process_as: asid: bTerminalLink=17 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=130 bmAttributes=0x25 wMaxPacketSize=294 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=896 bLength=7
uaudio0: recording: 2-ch 24-bit 3-byte pcm, 48000Hz
uaudio_add_alt: adding alt=2, enc=6
uaudio_identify: interface=3 offset=912
uaudio_process_as: asid: bTerminalLink=17 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=130 bmAttributes=0x25 wMaxPacketSize=388 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=939 bLength=7
uaudio0: recording: 2-ch 16-bit 2-byte pcm, 96000Hz
uaudio_add_alt: adding alt=3, enc=6
uaudio_identify: interface=3 offset=955
uaudio_process_as: asid: bTerminalLink=17 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=130 bmAttributes=0x25 wMaxPacketSize=582 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=982 bLength=7
uaudio0: recording: 2-ch 24-bit 3-byte pcm, 96000Hz
uaudio_add_alt: adding alt=4, enc=6
uaudio_identify: interface=4 offset=998
uaudio_identify: AS null alt=0
uaudio_identify: interface=4 offset=1007
uaudio_process_as: asid: bTerminalLink=9 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=133 bmAttributes=0x25 wMaxPacketSize=180 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=1034 bLength=7
uaudio0: recording: 2-ch 16-bit 2-byte pcm, 44100Hz
uaudio_add_alt: adding alt=1, enc=6
uaudio_identify: interface=4 offset=1050
uaudio_process_as: asid: bTerminalLink=9 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=133 bmAttributes=0x25 wMaxPacketSize=270 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=1077 bLength=7
uaudio0: recording: 2-ch 24-bit 3-byte pcm, 44100Hz
uaudio_add_alt: adding alt=2, enc=6
uaudio_identify: interface=4 offset=1093
uaudio_process_as: asid: bTerminalLink=9 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=133 bmAttributes=0x25 wMaxPacketSize=196 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=1120 bLength=7
uaudio0: recording: 2-ch 16-bit 2-byte pcm, 48000Hz
uaudio_add_alt: adding alt=3, enc=6
uaudio_identify: interface=4 offset=1136
uaudio_process_as: asid: bTerminalLink=9 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=133 bmAttributes=0x25 wMaxPacketSize=294 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=1163 bLength=7
uaudio0: recording: 2-ch 24-bit 3-byte pcm, 48000Hz
uaudio_add_alt: adding alt=4, enc=6
uaudio_identify: interface=4 offset=1179
uaudio_process_as: asid: bTerminalLink=9 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=133 bmAttributes=0x25 wMaxPacketSize=388 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=1206 bLength=7
uaudio0: recording: 2-ch 16-bit 2-byte pcm, 96000Hz
uaudio_add_alt: adding alt=5, enc=6
uaudio_identify: interface=4 offset=1222
uaudio_process_as: asid: bTerminalLink=9 wFormatTag=1
uaudio_process_as: endpoint[0] bLength=9 bDescriptorType=5
bEndpointAddress=133 bmAttributes=0x25 wMaxPacketSize=582 bInterval=1
bRefresh=0 bSynchAddress=0
streaming_endpoint: offset=1249 bLength=7
uaudio0: recording: 2-ch 24-bit 3-byte pcm, 96000Hz
uaudio_add_alt: adding alt=6, enc=6
uaudio_identify_as: 10 alts available
uaudio0: audio rev 1.00, 3 mixer controls
uaudio_attach: doing audio_attach_mi
audio0 at uaudio0
uaudio_match_alt: mode=rec rate=44100 ch=2 pre=16 bps=2 enc=6
uaudio_match_alt: matched rec alt 0 for direction
uaudio_match_alt: matched rec alt 0 for enc/pre
uaudio_match_alt: matched rec alt 1 for direction
uaudio_match_alt: matched rec alt 2 for direction
uaudio_match_alt: matched rec alt 2 for enc/pre
uaudio_match_alt: matched rec alt 3 for direction
uaudio_match_alt: matched rec alt 4 for direction
uaudio_match_alt: matched rec alt 4 for enc/pre
uaudio_match_alt: matched rec alt 5 for direction
uaudio_match_alt: matched rec alt 6 for direction
uaudio_match_alt: matched rec alt 6 for enc/pre
uaudio_match_alt: matched rec alt 7 for direction
uaudio_match_alt: matched rec alt 8 for direction
uaudio_match_alt: matched rec alt 8 for enc/pre
uaudio_match_alt: matched rec alt 9 for direction
uaudio_match_alt: matched alt 0 for channels
uaudio_match_alt: matched alt 2 for channels
uaudio_match_alt: matched alt 4 for channels
uaudio_match_alt: matched alt 6 for channels
uaudio_match_alt: matched alt 8 for channels
uaudio_match_alt: alt 4 matched rate 44100 with 44100
uaudio_round_blocksize: p.mbpf=0 r.mbpf=0
uaudio_round_blocksize: blk=8816
uaudio_round_blocksize: p.mbpf=0 r.mbpf=0
uaudio_round_blocksize: blk=8816
uaudio_query_devinfo: index=0
uaudio_query_devinfo: index=1
uaudio_query_devinfo: index=2
uaudio_query_devinfo: index=3
uaudio_query_devinfo: index=4
uaudio_query_devinfo: index=0
uaudio_query_devinfo: index=5
uaudio_query_devinfo: index=0
uaudio_query_devinfo: index=6
uaudio_query_devinfo: index=3
uaudio_query_devinfo: index=7
uhidev0 at uhub2 port 2 configuration 1 interface 5 "Creative
Technology USB Sound Blaster HD" rev 1.10/1.00 addr 2
uhidev0: iclass 3/0, 1 report id
uhid0 at uhidev0 reportid 1: input=1, output=0, feature=0
ugen0 at uhub2 port 2 configuration 1 "Creative Technology USB Sound
Blaster HD" rev 1.10/1.00 addr 2
uhidev1 at uhub4 port 2 configuration 1 interface 0 "Device USB
Device" rev 1.10/30.30 addr 2
uhidev1: iclass 3/1
ums0 at uhidev1: 5 buttons, Z dir
wsmouse0 at ums0 mux 0
uhidev2 at uhub4 port 2 configuration 1 interface 1 "Device USB
Device" rev 1.10/30.30 addr 2
uhidev2: iclass 3/1
uhid1 at uhidev2: input=2, output=0, feature=0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
scsibus2 at softraid0: 256 targets
root on wd0a (55efbbd5910070ee.a) swap on wd0b dump on wd0b
Thanks
Gregor