summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/ca0132 - Add Recon3D startup functions and setupConnor McAdams2018-08-081-13/+36
* ALSA: hda/ca0132 - Add bool variable to enable/disable pci region2 mmioConnor McAdams2018-08-081-13/+19
* ALSA: hda/ca0132 - Add Recon3D pincfgConnor McAdams2018-08-081-2/+24
* ALSA: hda/ca0132 - Add quirk ID and enum for Recon3DConnor McAdams2018-08-081-0/+2
* ALSA: hda/ca0132 - Add alt_functions unsolicited responseConnor McAdams2018-08-081-1/+6
* ALSA: hda/ca0132 - Clean up ca0132_init function.Connor McAdams2018-08-081-13/+3
* ALSA: hda/ca0132 - Create mmio gpio function to make code clearerConnor McAdams2018-08-081-24/+38
* ALSA: intel_hdmi: remove redundant variable cfg_valColin Ian King2018-08-061-2/+0
* ALSA: echoaudio: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-061-0/+2
* ALSA: emu10k1: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-061-2/+2
* ALSA: mixart: Mark expected switch fall-throughGustavo A. R. Silva2018-08-061-0/+1
* ALSA: hda/realtek - Add mute LED quirk for HP Spectre x360Alexandru Gagniuc2018-08-051-0/+1
* ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva2018-08-041-1/+1
* ALSA: seq: Mark expected switch fall-throughGustavo A. R. Silva2018-08-041-1/+1
* ALSA: synth: Remove empty init and exitTakashi Iwai2018-08-032-33/+0
* ALSA: pci: Remove empty init and exitTakashi Iwai2018-08-032-28/+0
* ALSA: i2c: Remove empty init and exitTakashi Iwai2018-08-034-53/+0
* ALSA: isa: Remove empty init and exitTakashi Iwai2018-08-037-112/+0
* ALSA: drivers: Remove empty init and exitTakashi Iwai2018-08-034-59/+0
* ALSA: compress: Remove empty init and exitTakashi Iwai2018-08-031-12/+0
* ALSA: gus: fix spelling mistake "acumulator" -> "accumulator"Colin Ian King2018-08-031-1/+1
* ALSA: es18xx: mark expected switch fall-throughGustavo A. R. Silva2018-08-031-0/+1
* ALSA: opti9xx: mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+5
* ALSA: opti92x: mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+3
* ALSA: galaxy: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+3
* ALSA: sb: Fix a typoTakashi Iwai2018-08-021-1/+1
* ALSA: usb-audio: Fix invalid use of sizeof in parse_uac_endpoint_attributes()Wei Yongjun2018-08-021-1/+1
* ALSA: seq: Drop unused 64bit division macrosTakashi Iwai2018-08-011-24/+0
* ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai2018-08-011-19/+7
* ALSA: seq: Fix leftovers at probe error pathTakashi Iwai2018-08-016-36/+23
* ALSA: seq: Remove dead codesTakashi Iwai2018-08-016-115/+0
* ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai2018-08-015-56/+22
* ALSA: usb: Mark expected switch fall-throughGustavo A. R. Silva2018-08-011-0/+1
* ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva2018-08-011-0/+1
* ALSA: usb-audio: remove redundant pointer 'urb'Colin Ian King2018-08-011-2/+0
* ALSA: sonicvibes: remove redundant pointer 'dir'Colin Ian King2018-08-011-2/+0
* ALSA: ens137x: remove redundant array pcm_devsColin Ian King2018-08-011-2/+1
* ALSA: emu10k1: remove redundant variable attnColin Ian King2018-08-011-2/+1
* ALSA: cs5535audio: remove redundant pointer 'dma'Colin Ian King2018-08-011-6/+1
* ALSA: asihpi: remove redundant variable max_streamsColin Ian King2018-08-011-5/+0
* ALSA: usb-audio: Operate UAC3 Power Domains in PCM callbacksJorge Sanjuan2018-07-312-6/+24
* ALSA: usb-audio: Add UAC3 Power Domains to suspend/resumeJorge Sanjuan2018-07-313-0/+59
* ALSA: usb-audio: AudioStreaming Power Domain parsingJorge Sanjuan2018-07-312-8/+60
* ALSA: usb-audio: Initial Power Domain supportJorge Sanjuan2018-07-314-0/+128
* ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai2018-07-302-10/+6
* ALSA: seq: virmidi: Offload the output event processingTakashi Iwai2018-07-302-54/+47
* Merge branch 'for-linus' into topic/virmidiTakashi Iwai2018-07-2910-23/+32
|\
| * ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecsPark Ju Hyung2018-07-281-0/+1
| * ALSA: hda - Turn CX8200 into D3 as well upon rebootPark Ju Hyung2018-07-281-1/+2
| * ALSA: virmidi: Fix too long output trigger loopTakashi Iwai2018-07-271-0/+10