summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Allow non-vmalloc buffer for PCM buffersTakashi Iwai2018-05-295-5/+63
* ALSA: hda: Add Intel NUC5i7RY to the power_save blacklistHans de Goede2018-05-291-0/+2
* ALSA: xen: ensure nul-terminated device nameArnd Bergmann2018-05-291-1/+1
* ALSA: usb-audio: Avoid lowlevel device objectTakashi Iwai2018-05-281-25/+5
* ALSA: usb-audio: Follow standard coding styleTakashi Iwai2018-05-285-26/+41
* ALSA: usb-audio: Move autoresume call at the end of openTakashi Iwai2018-05-281-36/+37
* ALSA: usb-audio: Simplify PCM open/close callbacksTakashi Iwai2018-05-281-26/+8
* ALSA: aloop: Reduced duplicated PCM ops definitionTakashi Iwai2018-05-281-16/+3
* ALSA: xen-front: fix unsigned error check on return from to_sndif_formatColin Ian King2018-05-281-3/+4
* ALSA: xen-front: remove redundant error check on retColin Ian King2018-05-281-2/+0
* sound: Use octal not symbolic permissionsJoe Perches2018-05-2841-103/+102
* ALSA: dice: unuse second stream for MIDI conformant data channel for TC Elect...Takashi Sakamoto2018-05-271-5/+3
* ALSA: dice: fix stream format parameters for TC Electronic Studio Konnekt 48Takashi Sakamoto2018-05-271-2/+2
* ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"Colin Ian King2018-05-261-1/+1
* ALSA: echoaudio: Drop superfluous macroTakashi Iwai2018-05-242-7/+1
* ALSA: usb-audio: Drop superfluous ifndefTakashi Iwai2018-05-241-4/+0
* ALSA: hda: Add ASRock H81M-HDS to the power_save blacklistHans de Goede2018-05-231-0/+2
* ALSA: hda: Add Gigabyte P55A-UD3 and Z87-D3HP to the power_save blacklistHans de Goede2018-05-231-0/+3
* ALSA: hda: Add Clevo W35xSS_370SS to the power_save blacklistHans de Goede2018-05-231-0/+2
* ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklistHans de Goede2018-05-231-0/+2
* ALSA: hda/conexant - Add hp-mic-fix model stringTakashi Iwai2018-05-221-0/+1
* ALSA: hda/conexant - Add fixup for HP Z2 G4 workstationTakashi Iwai2018-05-221-0/+1
* ALSA: oxfw: use match_string() helperYisheng Xie2018-05-221-7/+1
* Merge branch 'topic/xen' into for-nextTakashi Iwai2018-05-2114-1/+2701
|\
| * ALSA: xen-front: Implement ALSA virtual sound driverOleksandr Andrushchenko2018-05-166-3/+1056
| * ALSA: xen-front: Implement handling of shared buffersOleksandr Andrushchenko2018-05-164-1/+240
| * ALSA: xen-front: Implement Xen event channel handlingOleksandr Andrushchenko2018-05-165-2/+604
| * ALSA: xen-front: Read sound driver configuration from Xen storeOleksandr Andrushchenko2018-05-165-1/+576
| * ALSA: xen-front: Introduce Xen para-virtualized sound frontend driverOleksandr Andrushchenko2018-05-166-1/+232
* | ALSA: dice: add stream format parameters for TC Electronic Digital Konnekt x32Takashi Sakamoto2018-05-212-0/+15
* | ALSA: dice: fix a bounds check in snd_dice_detect_tcelectronic_formats()Dan Carpenter2018-05-181-2/+1
* | Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai2018-05-182-28/+28
|\ \
| * | ALSA: timer: Assure timer resolution access always lockedTakashi Iwai2018-05-181-8/+15
| * | ALSA: seq: Avoid open-code for getting timer resolutionTakashi Iwai2018-05-181-3/+1
| * | ALSA: timer: Simplify timer hw resolution callsTakashi Iwai2018-05-181-19/+14
| * | ALSA: timer: Fix pause event notificationBen Hutchings2018-05-181-2/+2
* | | ALSA: dice: add stream format parameters for Mytek devicesMelvin Vermeeren2018-05-184-1/+57
* | | ALSA: usb: stream: fix potential memory leak during uac3 interface parsingRuslan Bilovol2018-05-181-1/+5
* | | ALSA: emu10k1: Rate-limit error messages about page errorsTakashi Iwai2018-05-171-3/+3
* | | ALSA: emu10k1: fix spelling mistake: "Caputre" -> "Capture"Colin Ian King2018-05-172-2/+2
* | | ALSA: core: Assure control device to be registered at lastTakashi Iwai2018-05-171-0/+9
* | | ALSA: usb-audio: Apply rate limit to warning messages in URB complete callbackTakashi Iwai2018-05-161-1/+1
* | | ALSA: hda/ca0132: constify parameter table for effectsTakashi Sakamoto2018-05-151-7/+7
* | | ALSA: hda/ca0132: merge strings just for printkTakashi Sakamoto2018-05-151-4/+2
* | | ALSA: hda/ca0132: constify read-only members of string arrayTakashi Sakamoto2018-05-151-3/+3
* | | ALSA: hda/ca0132: constify templates for control element setTakashi Sakamoto2018-05-151-4/+4
* | | ALSA: usb-audio: UAC3: Parse Input Terminal number of channels.Jorge Sanjuan2018-05-151-2/+6
* | | ALSA: usb-audio: UAC3 Add support for connector insertion.Jorge Sanjuan2018-05-151-14/+94
* | | ALSA: usb-audio: UAC3. Add support for mixer unit.Jorge Sanjuan2018-05-151-7/+81
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2018-05-1510-11/+44
|\| |