summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Align temporary re-locking with irqsave versionTakashi Iwai2019-04-092-4/+4
* ALSA: seq: Use kvmalloc() for cell poolsTakashi Iwai2019-04-091-5/+5
* ALSA: timer: Revert active callback sync check at closeTakashi Iwai2019-04-091-5/+6
* Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai2019-03-281-49/+74
|\
| * ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai2019-03-271-12/+33
| * ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai2019-03-271-6/+4
| * ALSA: timer: Make sure to clear pending ack listTakashi Iwai2019-03-271-2/+18
| * ALSA: timer: Unify timer callback process codeTakashi Iwai2019-03-271-36/+26
* | ALSA: us122l: Use alloc_pages_exact()Takashi Iwai2019-03-271-12/+8
* | ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai2019-03-275-61/+18
|/
* ALSA: emux: Add support of loading GUS-patchTakashi Iwai2019-03-261-0/+5
* ALSA: aloop: Support S24 sample formatsTimo Wischer2019-03-251-1/+3
* ALSA: firewire-lib: use 8 byte header for IR context to get isochronous cycleTakashi Sakamoto2019-03-181-25/+19
* ALSA: firewire-motu: add support MOTU 8pre FireWireTakashi Sakamoto2019-03-184-12/+53
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-03-185-13/+24
|\
| * ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declarationColin Ian King2019-03-181-1/+1
| * ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklistJaroslav Kysela2019-03-181-2/+4
| * ALSA: firewire-motu: use 'version' field of unit directory to identify modelTakashi Sakamoto2019-03-171-10/+10
| * ALSA: sb8: add a check for request_regionKangjie Lu2019-03-161-0/+4
| * ALSA: echoaudio: add a check for ioremap_nocacheKangjie Lu2019-03-161-0/+5
* | Merge tag 'sound-fix-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-156-32/+125
|\|
| * ALSA: hda/realtek - Add support headset mode for New DELL WYSE NBKailang Yang2019-03-141-0/+1
| * ALSA: hda/realtek - Add support headset mode for DELL WYSE AIOKailang Yang2019-03-141-0/+26
| * ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebookJaroslav Kysela2019-03-141-30/+13
| * ALSA: hda: hdmi - add Icelake supportJaroslav Kysela2019-03-131-16/+51
| * ALSA: hda - add more quirks for HP Z2 G4 and HP Z240Jaroslav Kysela2019-03-132-2/+7
| * ALSA: hda/realtek - Fixed Headset Mic JD not stableKailang Yang2019-03-131-1/+28
| * ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with ALC255Jian-Hong Pan2019-03-131-0/+12
| * ALSA: hda/tegra: avoid build error without CONFIG_PMArnd Bergmann2019-03-131-8/+4
| * ALSA: usx2y: Fix potential NULL pointer dereferenceAditya Pakki2019-03-131-0/+5
| * ALSA: hda: Avoid NULL pointer dereference at snd_hdac_stream_start()Mariusz Ceier2019-03-131-1/+4
* | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-062-4/+6
|\ \ | |/ |/|
| * Pull in char-misc-next from GregDaniel Vetter2019-02-205-29/+43
| |\
| * | i915/snd_hdac: I915 subcomponent for the snd_hdacDaniel Vetter2019-02-082-4/+6
* | | ALSA: usb-audio: Add quirk for MOTU MicroBook IIManuel Reinhardt2019-02-283-0/+170
* | | Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2019-02-2876-1128/+4254
|\ \ \
| * \ \ Merge branch 'asoc-5.1' into asoc-nextMark Brown2019-02-26184-3398/+31014
| |\ \ \
| | * | | ASoC: stm32: i2s: skip useless write in slave modeOlivier Moysan2019-02-261-2/+2
| | * | | ASoC: stm32: i2s: fix race condition in irq handlerOlivier Moysan2019-02-261-3/+14
| | * | | ASoC: stm32: i2s: remove useless callbackOlivier Moysan2019-02-261-11/+0
| | * | | ASoC: stm32: i2s: fix dma configurationOlivier Moysan2019-02-261-7/+7
| | * | | ASoC: stm32: i2s: fix stream count managementOlivier Moysan2019-02-261-7/+5
| | * | | ASoC: stm32: i2s: fix 16 bit format supportOlivier Moysan2019-02-261-1/+1
| | * | | ASoC: stm32: i2s: fix IRQ clearingOlivier Moysan2019-02-261-7/+6
| | * | | Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-265-34/+87
| | |\ \ \
| | * | | | ASoC: qcom: Kconfig: fix dependency for sdm845Cheng-Yi Chiang2019-02-261-1/+1
| | * | | | ASoC: Intel: Boards: Add Maxim98373 supportJenny TC2019-02-263-23/+200
| | * | | | ASoC: wm_adsp: Improve logging messagesCharles Keepax2019-02-221-44/+53
| | * | | | ASoC: wm_adsp: Add support for multiple compressed buffersStuart Henderson2019-02-222-51/+119
| | * | | | ASoC: wm_adsp: Refactor compress stream initialisationCharles Keepax2019-02-221-65/+74