aboutsummaryrefslogtreecommitdiffstats
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-04ALSA: usb-audio: remove redundant check on errColin Ian King1-2/+0
2018-06-04Merge branch 'for-next' into for-linusTakashi Iwai118-1423/+8602
2018-06-01ALSA: pci/hda: Remove unused, broken, header fileBen Hutchings1-40/+0
2018-06-01ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()Bo Chen1-1/+3
2018-05-31ALSA: oxygen: use match_string() helperYisheng Xie1-7/+7
2018-05-31ALSA: xen-front: fix a loop timeoutDan Carpenter1-1/+1
2018-05-30ALSA: xen-front: freeing an error pointerDan Carpenter1-0/+2
2018-05-30ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOsHui Wang1-1/+5
2018-05-29ALSA: hda/realtek - Fixup for HP x360 laptops with B&O speakersTom Briden2-1/+106
2018-05-29ALSA: hda/realtek - Refactor alc269_fixup_hp_mute_led_mic*()Takashi Iwai1-19/+13
2018-05-29ALSA: hda/realtek - Fixup mute led on HP Spectre x360Tom Briden1-0/+19
2018-05-29ALSA: usb-audio: Allow non-vmalloc buffer for PCM buffersTakashi Iwai5-5/+63
2018-05-29ALSA: hda: Add Intel NUC5i7RY to the power_save blacklistHans de Goede1-0/+2
2018-05-29ALSA: xen: ensure nul-terminated device nameArnd Bergmann1-1/+1
2018-05-28ALSA: usb-audio: Avoid lowlevel device objectTakashi Iwai1-25/+5
2018-05-28ALSA: usb-audio: Follow standard coding styleTakashi Iwai5-26/+41
2018-05-28ALSA: usb-audio: Move autoresume call at the end of openTakashi Iwai1-36/+37
2018-05-28ALSA: usb-audio: Simplify PCM open/close callbacksTakashi Iwai1-26/+8
2018-05-28ALSA: aloop: Reduced duplicated PCM ops definitionTakashi Iwai1-16/+3
2018-05-28ALSA: xen-front: fix unsigned error check on return from to_sndif_formatColin Ian King1-3/+4
2018-05-28ALSA: xen-front: remove redundant error check on retColin Ian King1-2/+0
2018-05-28sound: Use octal not symbolic permissionsJoe Perches41-103/+102
2018-05-27ALSA: dice: unuse second stream for MIDI conformant data channel for TC Electronic modelsTakashi Sakamoto1-5/+3
2018-05-27ALSA: dice: fix stream format parameters for TC Electronic Studio Konnekt 48Takashi Sakamoto1-2/+2
2018-05-26ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"Colin Ian King1-1/+1
2018-05-24ALSA: hda - Fix runtime PMLukas Wunner1-2/+4
2018-05-24ALSA: echoaudio: Drop superfluous macroTakashi Iwai2-7/+1
2018-05-24ALSA: usb-audio: Drop superfluous ifndefTakashi Iwai1-4/+0
2018-05-23ALSA: hda: Add ASRock H81M-HDS to the power_save blacklistHans de Goede1-0/+2
2018-05-23ALSA: hda: Add Gigabyte P55A-UD3 and Z87-D3HP to the power_save blacklistHans de Goede1-0/+3
2018-05-23ALSA: hda: Add Clevo W35xSS_370SS to the power_save blacklistHans de Goede1-0/+2
2018-05-23ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklistHans de Goede1-0/+2
2018-05-22ALSA: hda/conexant - Add hp-mic-fix model stringTakashi Iwai1-0/+1
2018-05-22ALSA: hda/conexant - Add fixup for HP Z2 G4 workstationTakashi Iwai1-0/+1
2018-05-22ALSA: oxfw: use match_string() helperYisheng Xie1-7/+1
2018-05-21Merge branch 'topic/xen' into for-nextTakashi Iwai14-1/+2701
2018-05-21ALSA: dice: add stream format parameters for TC Electronic Digital Konnekt x32Takashi Sakamoto2-0/+15
2018-05-18ALSA: dice: fix a bounds check in snd_dice_detect_tcelectronic_formats()Dan Carpenter1-2/+1
2018-05-18Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai2-28/+28
2018-05-18ALSA: dice: add stream format parameters for Mytek devicesMelvin Vermeeren4-1/+57
2018-05-18ALSA: timer: Assure timer resolution access always lockedTakashi Iwai1-8/+15
2018-05-18ALSA: seq: Avoid open-code for getting timer resolutionTakashi Iwai1-3/+1
2018-05-18ALSA: timer: Simplify timer hw resolution callsTakashi Iwai1-19/+14
2018-05-18ALSA: timer: Fix pause event notificationBen Hutchings1-2/+2
2018-05-18ALSA: usb: stream: fix potential memory leak during uac3 interface parsingRuslan Bilovol1-1/+5
2018-05-17ALSA: emu10k1: Rate-limit error messages about page errorsTakashi Iwai1-3/+3
2018-05-17ALSA: emu10k1: fix spelling mistake: "Caputre" -> "Capture"Colin Ian King2-2/+2
2018-05-17ALSA: core: Assure control device to be registered at lastTakashi Iwai1-0/+9
2018-05-16ALSA: usb-audio: Apply rate limit to warning messages in URB complete callbackTakashi Iwai1-1/+1
2018-05-16ALSA: xen-front: Implement ALSA virtual sound driverOleksandr Andrushchenko6-3/+1056