summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2019-04-17ALSA: emu10k1: Drop superfluous id-uniquification behaviorTakashi Iwai1-15/+1
2019-04-15ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai1-1/+6
2019-04-15ALSA: usb-audio: Add quirk for Focusrite Scarlett SoloRoope Salmi1-0/+84
2019-04-13ALSA: hda: Initialize ext-bus-specific fields in snd_hdac_bus_init(), tooTakashi Iwai2-2/+1
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai54-309/+837
2019-04-13ALSA: hda: Initialize power_state field properlyTakashi Iwai1-0/+1
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai3-5/+49
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai4-42/+12
2019-04-12ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai1-1/+1
2019-04-11Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai1-7/+2
2019-04-11Merge tag 'asoc-fix-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai43-237/+665
2019-04-10ASoC: wcd9335: Fix missing regmap requirementMarc Gonzalez1-0/+1
2019-04-10ALSA: hda: Fix racy display power accessTakashi Iwai3-2/+6
2019-04-10ASoC: pcm: fix error handling when try_module_get() fails.Ranjani Sridharan1-3/+5
2019-04-10ASoC: stm32: sai: fix master clock managementOlivier Moysan1-17/+47
2019-04-10ASoC: Intel: kbl: fix wrong number of channelsTzung-Bi Shih1-1/+1
2019-04-10ALSA: timer: Coding style fixesTakashi Iwai1-4/+16
2019-04-10ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai1-19/+20
2019-04-09ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai3-15/+13
2019-04-09ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai1-2/+7
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai4-35/+25
2019-04-09ALSA: seq: Align temporary re-locking with irqsave versionTakashi Iwai2-4/+4
2019-04-09ALSA: seq: Use kvmalloc() for cell poolsTakashi Iwai1-5/+5
2019-04-09ALSA: timer: Revert active callback sync check at closeTakashi Iwai1-5/+6
2019-04-08ALSA: hda - Add two more machines to the power_save_blacklistHui Wang1-0/+4
2019-04-08ASoC: pcm: update module refcount if module_get_upon_open is setRanjani Sridharan1-0/+8
2019-04-08ASoC: core: conditionally increase module refcount on component openRanjani Sridharan2-3/+3
2019-04-08ASoC: stm32: fix sai driver name initialisationArnaud Pouliquen1-1/+1
2019-04-08ASoC: topology: Use the correct dobj to free enum control values and textsRanjani Sridharan1-3/+4
2019-04-05ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra1-3/+3
2019-04-05ASoC: intel: skylake: add remove() callback for component driverRanjani Sridharan1-0/+7
2019-04-05ASoC: cs35l35: Disable regulators on driver removalCharles Keepax1-0/+11
2019-04-04ALSA: xen-front: Do not use stream buffer size before it is setOleksandr Andrushchenko1-1/+1
2019-04-04ASoC: rockchip: pdm: change dma burst to 8Sugar Zhang1-1/+1
2019-04-04ASoC: rockchip: pdm: fix regmap_ops hang issueSugar Zhang1-0/+2
2019-04-04ASoC: simple-card: don't select DPCM via simple-audio-cardKuninori Morimoto1-3/+9
2019-04-04ASoC: audio-graph-card: don't select DPCM via audio-graph-cardKuninori Morimoto1-3/+8
2019-04-04ASoC: tlv320aic32x4: Change author's nameAnnaliese McDermond2-4/+4
2019-04-03ALSA: hda/realtek - Add quirk for Tuxedo XC 1509Richard Sailer1-9/+10
2019-04-03ALSA: hda/realtek - Move to ACT_INIT stateKailang Yang1-12/+29
2019-04-03ASoC: Intel: cht_bsw_max98090_ti: Enable codec clock once and keep it enabledHans de Goede1-6/+41
2019-04-03ASoC: wm_adsp: Check for buffer in trigger stopCharles Keepax1-1/+2
2019-04-02ALSA: hda/realtek: Enable headset MIC of Acer TravelMate B114-21 with ALC233Jian-Hong Pan1-0/+12
2019-04-02ASoC: dapm: set power_check callback for widgets that shouldnt be always onRanjani Sridharan1-0/+7
2019-04-02ASoC: dpcm: skip missing substream while applying symmetryJerome Brunet1-1/+6
2019-04-01ASoC: tlv320aic32x4: Fix Common PinsAnnaliese McDermond1-0/+2
2019-03-28Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai1-49/+74
2019-03-27ALSA: us122l: Use alloc_pages_exact()Takashi Iwai1-12/+8
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai5-61/+18
2019-03-27ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai1-12/+33