summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | * ASoC: topology: Check return value of soc_tplg_*_createAmadeusz Sławiński2020-04-091-6/+12
| | * ASoC: topology: Check return value of soc_tplg_create_tlvAmadeusz Sławiński2020-04-091-2/+14
| | * ASoC: topology: Add missing memory checksAmadeusz Sławiński2020-04-091-13/+49
| * | ALSA: usb-audio: Apply async workaround for Scarlett 2i4 2nd genAlexander Tsoy2020-04-211-0/+1
| * | ALSA: usx2y: Fix potential NULL dereferenceTakashi Iwai2020-04-211-0/+2
| * | ALSA: usb-audio: Add quirk for Focusrite Scarlett 2i2Gregor Pintar2020-04-212-84/+13
| * | ALSA: usb-audio: Add static mapping table for ALC1220-VB-based mobosTakashi Iwai2020-04-203-6/+44
| * | ALSA: hda: Remove ASUS ROG Zenith from the blacklistTakashi Iwai2020-04-191-1/+0
| * | ALSA: hda/realtek - Fix unexpected init_amp overrideTakashi Iwai2020-04-181-3/+5
| * | ALSA: usb-audio: Filter out unsupported sample rates on Focusrite devicesAlexander Tsoy2020-04-181-0/+51
| * | ALSA: hda/hdmi: Add module option to disable audio component bindingTakashi Iwai2020-04-171-0/+9
* | | Merge tag 'sound-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-04-178-68/+99
|\| |
| * | ALSA: hda: call runtime_allow() for all hda controllersHui Wang2020-04-141-0/+1
| * | ALSA: hda: Allow setting preallocation again for x86Takashi Iwai2020-04-131-3/+4
| * | ALSA: hda: Explicitly permit using autosuspend if runtime PM is supportedRoy Spliet2020-04-131-1/+3
| * | ALSA: hda: Skip controller resume if not neededTakashi Iwai2020-04-132-12/+28
| * | ALSA: hda: Keep the controller initialization even if no codecs foundTakashi Iwai2020-04-131-5/+7
| * | ALSA: hda: Release resources at error in delayed probeTakashi Iwai2020-04-132-13/+17
| * | ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq opsTakashi Iwai2020-04-131-0/+4
| * | ALSA: hda: Don't release card at firmware loading errorTakashi Iwai2020-04-131-14/+5
| * | ALSA: usb-audio: Check mapping at creating connector controls, tooTakashi Iwai2020-04-122-8/+14
| * | ALSA: usb-audio: Don't create jack controls for PCM terminalsTakashi Iwai2020-04-121-3/+6
| * | ALSA: usb-audio: Don't override ignore_ctl_error value from the mapTakashi Iwai2020-04-121-1/+1
| * | ALSA: usb-audio: Filter error from connector kctl ops, tooTakashi Iwai2020-04-121-1/+1
| * | ALSA: hda/realtek - Enable the headset mic on Asus FX505DTAdam Barber2020-04-111-0/+1
| * | ALSA: ctxfi: Remove unnecessary cast in kfreeXu Wang2020-04-091-7/+7
* | | Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-1029-39/+324
|\| |
| * | Merge tag 'asoc-fix-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/...Takashi Iwai2020-04-0821-26/+91
| |\|
| | * ASoC: cs4270: pull reset GPIO low then highMike Willard2020-04-071-5/+35
| | * ASoC: rt5645: Add platform-data for Medion E1239THans de Goede2020-04-061-0/+8
| | * ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tabletHans de Goede2020-04-061-0/+11
| | * ASoC: stm32: sai: Add missing cleanupJulia Lawall2020-04-061-1/+3
| | * ASoC: Intel: atom: Fix uninitialized variable compiler warningHans de Goede2020-04-031-1/+1
| | * ASoC: Intel: atom: Check drv->lock is locked in sst_fill_and_send_cmd_unlockedHans de Goede2020-04-031-0/+2
| | * ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map()Hans de Goede2020-04-031-0/+2
| | * ASoC: SOF: Turn "firmware boot complete" message into a dbg messageHans de Goede2020-04-031-1/+1
| | * ASoC: topology: use name_prefix for new kcontrol이경택2020-04-011-1/+1
| | * ASoC: rt5682: Fix build error without CONFIG_I2CYueHaibing2020-04-011-1/+4
| | * ASoC: dpcm: allow start or stop during pause for backend이경택2020-04-011-2/+4
| | * ASoC: dapm: connect virtual mux with default value이경택2020-03-311-1/+7
| | * ASoC: qcom: q6asm-dai: Add SNDRV_PCM_INFO_BATCH flagStephan Gerhold2020-03-311-2/+2
| | * Merge series "ASoC: Intel: boards: Remove ignore_suspend flag from SSP0 dai l...Mark Brown2020-03-304-4/+0
| | |\
| | | * ASoC: Intel: bdw-rt5650: Remove ignore_suspend flag from SSP0 dai linkCezary Rojewski2020-03-301-1/+0
| | | * ASoC: Intel: bdw-rt5677: Remove ignore_suspend flag from SSP0 dai linkCezary Rojewski2020-03-301-1/+0
| | | * ASoC: Intel: haswell: Remove ignore_suspend flag from SSP0 dai linkCezary Rojewski2020-03-301-1/+0
| | | * ASoC: Intel: broadwell: Remove ignore_suspend flag from SSP0 dai linkCezary Rojewski2020-03-301-1/+0
| | * | ASoC: soc-dai: fix DAI startup/shutdown sequencePierre-Louis Bossart2020-03-301-4/+4
| | * | ASoC: fix regwmask이경택2020-03-301-2/+2
| | |/
| | * ASoC: AMD: Clear format bits before setting themAkshu Agrawal2020-03-302-0/+3
| | * ASoC: bcm: Fix pointer cast warningTakashi Iwai2020-03-301-1/+1