summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/usb/clients/audio
AgeCommit message (Collapse)AuthorFilesLines
2019-09-3011727 usb_ah: cast between incompatible function typesToomas Soome1-7/+14
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2010-10-10100 usb_as and usb_ac driver enhancementsAlbert Lee2-250/+146
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-03-16PSARC 2009/689 Audio DDI SimplificationsGarrett D'Amore1-16/+4
PSARC 2009/674 Decoupling audio device interrupts 6921849 interrupt free audio 6921851 audio DDI simplifications 6930541 Synchronization issue between usb_ac and usb_as
2010-02-286924018 usb audio output races with close, panics on read from freed bufferLin Guo - Sun Microsystems1-1/+27
2009-11-30PSARC 2009/639 audio_engine_playahead/qlenGarrett D'Amore1-2/+2
6901849 audio810 is choppy when run in a virtualbox guest
2009-08-286842045 usb audio driver should be updated to OSS frameworkBinzi Cao - Sun Microsystems - Beijing China5-3350/+1611
6855250 "audioplay" may cause system hang when play audio files to USB headset on snv_117 6852046 MPlayer have problems playing on Sun OSS implementation using OSS driver 6854227 considerable usb audio distortion on build 116 6837267 warlock is not clean for usb audio
2009-07-076848883 Machine hang after usb audio detachBinzi Cao - Sun Microsystems - Beijing China1-0/+6
2009-05-216840410 Panic when usb_audio device unpluggedBinzi Cao - Sun Microsystems - Beijing China3-9/+25
6840492 usb audio volume control completely failed
2009-05-126837813 usb audio logs need to be cleanedBinzi Cao - Sun Microsystems - Beijing China4-149/+187
2009-05-066836795 USB Sound Blaster Extigy panics when detachBinzi Cao - Sun Microsystems - Beijing China2-13/+4
2009-05-016835288 USB Sound Blaster Extigy panics on attachJimmy Vetayases1-5/+3
2009-04-27PSARC 2008/318 Boomer: Next Generation Solaris AudioGarrett D'Amore7-3066/+3742
6824027 Deliver Boomer (PSARC 2008/318) audio system 6216252 mixerctl needs CLI options to set the play,record gain and the balance 6824524 inadequate locking in usb_as isoc pipe handling causes audio corruption 6819627 Add support for Ensoniq ES1371 (for VMware) 6803095 HP Mini 1000 After probing devices at install constant white noise 6775793 Audio distortion when adjusting volume via Gnome Volume Applet 6763299 VT8233/A/8235/8237 AC97 Audio Controller vendor 0x1106 device 0x3059 6819634 need driver for SiS AC'97 audio 6486306 Audio driver should allow for plugs configuration 6363625 default sampling rate should be set to 8k in mixer mode 6754251 audioixp has no quiesce() 6828944 devfsadm support for ISDN links can be removed 6759385 audiovia823x has no quiesce() 6754454 audio810 has no quiesce() 6819142 VirtualBox - No Audio 6389136 audio mixer could do device cleanup 6717717 audiohd does not attach to "pciclass,0403", but "pciexclass,0403" 6495365 Attach of "Creative Technology Ltd SB Audigy 2 NX" panics 6193343 Audio Mixer Sample Rate Conversion, Audio Support Module leak kernel memory --HG-- rename : usr/src/pkgdefs/SUNWad810/postinstall => usr/src/pkgdefs/SUNWad810/postinstall.tmpl rename : usr/src/pkgdefs/SUNWad810/preremove => usr/src/pkgdefs/SUNWad810/preremove.tmpl rename : usr/src/pkgdefs/SUNWadixp/postinstall => usr/src/pkgdefs/SUNWadixp/postinstall.tmpl rename : usr/src/pkgdefs/SUNWadixp/preremove => usr/src/pkgdefs/SUNWadixp/preremove.tmpl rename : usr/src/pkgdefs/SUNWaudd/postinstall => usr/src/pkgdefs/SUNWaudd/postinstall.tmpl rename : usr/src/pkgdefs/SUNWaudd/preremove => usr/src/pkgdefs/SUNWaudd/preremove.tmpl rename : usr/src/uts/sun/io/audio/sada/drv/audio1575/audio1575.c => usr/src/uts/common/io/audio/drv/audio1575/audio1575.c rename : usr/src/uts/sun/io/audio/sada/drv/audio1575/audio1575.conf => usr/src/uts/common/io/audio/drv/audio1575/audio1575.conf rename : usr/src/uts/sun/sys/audio/audio1575.h => usr/src/uts/common/io/audio/drv/audio1575/audio1575.h rename : usr/src/uts/common/io/audio/sada/drv/audio810/audio810.c => usr/src/uts/common/io/audio/drv/audio810/audio810.c rename : usr/src/uts/common/io/audio/sada/drv/audio810/audio810.conf => usr/src/uts/common/io/audio/drv/audio810/audio810.conf rename : usr/src/uts/common/sys/audio/audio810.h => usr/src/uts/common/io/audio/drv/audio810/audio810.h rename : usr/src/uts/common/io/audio/sada/drv/audiohd/audiohd.c => usr/src/uts/common/io/audio/drv/audiohd/audiohd.c rename : usr/src/uts/common/io/audio/sada/drv/audiohd/audiohd.conf => usr/src/uts/common/io/audio/drv/audiohd/audiohd.conf rename : usr/src/uts/common/sys/audio/audiohd.h => usr/src/uts/common/io/audio/drv/audiohd/audiohd.h rename : usr/src/uts/common/io/audio/sada/drv/audioixp/audioixp.c => usr/src/uts/common/io/audio/drv/audioixp/audioixp.c rename : usr/src/uts/common/io/audio/sada/drv/audioixp/audioixp.conf => usr/src/uts/common/io/audio/drv/audioixp/audioixp.conf rename : usr/src/uts/common/sys/audio/audioixp.h => usr/src/uts/common/io/audio/drv/audioixp/audioixp.h rename : usr/src/uts/common/io/audio/sada/drv/audiots/audiots.c => usr/src/uts/common/io/audio/drv/audiots/audiots.c rename : usr/src/uts/common/io/audio/sada/drv/audiots/audiots.conf => usr/src/uts/common/io/audio/drv/audiots/audiots.conf rename : usr/src/uts/common/sys/audio/audiots.h => usr/src/uts/common/io/audio/drv/audiots/audiots.h rename : usr/src/uts/sun/io/audio/sada/drv/audiocs/audio_4231.c => usr/src/uts/sun/io/audio/drv/audiocs/audio_4231.c rename : usr/src/uts/sun/sys/audio/audio_4231.h => usr/src/uts/sun/io/audio/drv/audiocs/audio_4231.h rename : usr/src/uts/sun/io/audio/sada/drv/audiocs/audio_4231_apcdma.c => usr/src/uts/sun/io/audio/drv/audiocs/audio_4231_apcdma.c rename : usr/src/uts/sun/io/audio/sada/drv/audiocs/audio_4231_eb2dma.c => usr/src/uts/sun/io/audio/drv/audiocs/audio_4231_eb2dma.c rename : usr/src/uts/sun/io/audio/sada/drv/audiocs/audiocs.conf => usr/src/uts/sun/io/audio/drv/audiocs/audiocs.conf
2009-02-046796565 some usb client drivers have no quiesce()Raymond Chen2-4/+4
2008-09-22PSARC 2008/382 Fast RebootSherry Moore2-2/+4
6714038 Fast Reboot support for x86 platforms
2008-09-056726636 lint cleanup for USBzhigang lu - Sun Microsystems - Beijing China3-11/+12
2008-08-276560813 USB drivers should not use SCCS keywords in user-visible stringsgongtian zhao - Sun Microsystems - Beijing China5-13/+7
2008-06-176677217 Sun Studio 12 finds many lint errors in USB code.fb2093754-235/+246
2007-04-096525848 ELECOM UC-SGT and IO DATA USB-RSAQ3 should be supported.lg1501422-23/+7
6534667 REG: acomp failed for usb_ac.c in Solaris ON (s11_60) debug build in mars b43.0 on sparc
2007-02-116517402 memory leaks in usbsprl driverlg1501421-7/+5
6518469 Compatible names of usb devices are corrupted due to race condition exists in usba 6519608 potential invalid pointer dereference in pl2303_dsd.c
2007-01-176488108 The L0 and L1 level of debug info in usb codes need to re-check.lg1501421-5/+4
6493292 ldterm and ttcompat need to be autopushed above usb serial drivers
2006-01-266369724 DS_READY references should be checked for correctnesscth1-2/+2
2006-01-136343419 plugging in usb speakers caused an assertion failure in ↵yz1470691-5/+19
usb_ac_set_config() 6369537 support ATEN UC-232A USB serial adapter 6369602 cleanup the Makefile of usbs49_fw module (sparc) 6370506 assertion failed (usb_ac.c, line: 4675) because usb_as cmd completion timeout is too short
2005-12-196338767 panic when running usbpit on edgeportyz1470691-0/+4
6349839 prolific driver enters uninitialized mutex 6349845 prolific driver uses uninitialized log handler 6349900 prolific driver can hang on disconnect 6350960 assertion failed: ph_open_cnt == 0, file: ../../common/io/usb/usba/usba.c, line: 2702 6358821 update inc.flg for usbsprl and usbsksp driver
2005-11-226352154 warlock all is not cleanfrits3-21/+21
6352865 reduce messages from USB drivers in /var/adm/messages
2005-11-10Contributed by Juergen Keil jk@tools.de.frits3-15/+15
6337131 ehci_detach panics debug kernel with a failed assertion with ALi USB2.0 PCI card
2005-06-14OpenSolaris Launchstevel@tonic-gate5-0/+10300