summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-0/+1
|\
| * ASoC: Intel: Skylake: Explicitly include linux/io.h for virt_to_phys()Sean Christopherson2019-12-101-0/+1
* | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-2719-25/+25
|\ \
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-0619-25/+25
* | | Merge tag 'sound-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-1717-94/+234
|\ \ \
| * \ \ Merge tag 'asoc-fix-v5.5-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-01-1612-80/+209
| |\ \ \
| | * | | ASoC: msm8916-wcd-digital: Reset RX interpolation path after useStephan Gerhold2020-01-131-0/+6
| | * | | ASoC: msm8916-wcd-analog: Fix MIC BIAS Internal1Stephan Gerhold2020-01-131-3/+13
| | * | | ASoC: cros_ec_codec: Make the device acpi compatibleYu-Hsuan Hsu2020-01-131-0/+8
| | * | | ASoC: sti: fix possible sleep-in-atomicArnaud Pouliquen2020-01-131-3/+4
| | * | | ASoC: msm8916-wcd-analog: Fix selected events for MIC BIAS External1Stephan Gerhold2020-01-131-2/+2
| | * | | ASoC: hdac_hda: Fix error in driver removal after failed probeKai Vehmanen2020-01-131-1/+3
| | * | | ASoC: SOF: Intel: fix HDA codec driver probe with multiple controllersKai Vehmanen2020-01-131-7/+12
| | * | | ASoC: SOF: Intel: lower print level to dbg if we will reinit DSPBard liao2020-01-131-3/+3
| | * | | ASoC: stm32: dfsdm: fix 16 bits recordOlivier Moysan2020-01-101-6/+6
| | * | | ASoC: stm32: sai: fix possible circular lockingOlivier Moysan2020-01-091-54/+140
| | * | | ASoC: Fix NULL dereference at freeingTakashi Iwai2020-01-071-0/+3
| | * | | ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirkHans de Goede2020-01-061-1/+2
| | * | | ASoC: rt5640: Fix NULL dereference on module unloadDmitry Osipenko2020-01-061-0/+7
| * | | | ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai2020-01-151-5/+9
| * | | | ALSA: usb-audio: fix sync-ep altsetting sanity checkJohan Hovold2020-01-141-1/+1
| * | | | ALSA: dice: fix fallback from protocol extension into limited functionalityTakashi Sakamoto2020-01-131-1/+4
| * | | | ALSA: firewire-tascam: fix corruption due to spin lock without restoration in...Takashi Sakamoto2020-01-131-2/+3
| * | | | ALSA: hda: Rename back to dmic_detect optionTakashi Iwai2020-01-111-5/+8
* | | | | Merge tag 'sound-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-1011-29/+67
|\| | | | | |_|/ / |/| | |
| * | | ALSA: hda: enable regmap internal lockingKai Vehmanen2020-01-081-1/+0
| * | | ALSA: hda/realtek - Add quirk for the bass speaker on Lenovo Yoga X1 7th genKailang Yang2020-01-081-0/+1
| * | | ALSA: hda/realtek - Set EAPD control to default for ALC222Kailang Yang2020-01-081-0/+1
| * | | Merge tag 'asoc-fix-v5.5-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-01-068-28/+61
| |\| |
| | * | ASoC: Intel: boards: Fix compile-testing RT1011/RT5682Arnd Bergmann2020-01-031-1/+0
| | * | ASoC: SOF: imx8: Fix dsp_box offsetDaniel Baluta2019-12-241-0/+3
| | * | ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()Dragos Tarcatu2019-12-241-3/+3
| | * | ASoC: fsl_audmix: add missed pm_runtime_disableChuhong Yuan2019-12-241-1/+8
| | * | ASoC: stm32: spdifrx: fix input pin state managementOlivier Moysan2019-12-241-4/+0
| | * | ASoC: stm32: spdifrx: fix race condition in irq handlerOlivier Moysan2019-12-241-5/+19
| | * | ASoC: stm32: spdifrx: fix inconsistent lock stateOlivier Moysan2019-12-241-5/+7
| | * | ASoC: core: Fix access to uninitialized list headsTakashi Iwai2019-12-241-6/+6
| | * | ASoC: soc-core: Set dpcm_playback / dpcm_captureDaniel Baluta2019-12-241-0/+2
| | * | ASoC: SOF: imx8: fix memory allocation failure check on priv->pd_devColin Ian King2019-12-241-1/+1
| | * | ASoC: SOF: Intel: hda: hda-dai: fix oops on hda_link .hw_freePierre-Louis Bossart2019-12-181-2/+9
| | * | ASoC: SOF: fix fault at driver unload after failed probeKai Vehmanen2019-12-181-0/+3
| * | | ALSA: usb-audio: Apply the sample rate quirk for Bose Companion 5Takashi Iwai2020-01-041-0/+1
| * | | ALSA: hda/realtek - Add new codec supported for ALCS1200AKailang Yang2020-01-041-0/+3
* | | | Merge tag 'sound-5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-038-27/+90
|\| | |
| * | | ALSA: hda/realtek - Enable the bass speaker of ASUS UX431FLCChris Chiu2019-12-301-20/+18
| * | | ALSA: ice1724: Fix sleep-in-atomic in Infrasonic Quartet support codeTakashi Iwai2019-12-291-3/+6
| * | | ALSA: hda/realtek - Add Bass Speaker and fixed dac for bass speakerKailang Yang2019-12-271-0/+19
| * | | ALSA: hda - Apply sync-write workaround to old Intel platforms, tooTakashi Iwai2019-12-231-4/+5
| * | | ALSA: hda/hdmi - fix atpx_present when CLASS is not VGAAlex Deucher2019-12-211-1/+11
| * | | ALSA: usb-audio: fix set_format altsetting sanity checkJohan Hovold2019-12-201-2/+2