summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | | * ASoC: Intel: bdw-rt5677: fix non BE conversionPierre-Louis Bossart2020-07-081-0/+1
| | | * ASoC: soc-dai: set dai_link dpcm_ flags with a helperPierre-Louis Bossart2020-07-083-4/+42
| | * | Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss...Mark Brown2020-07-081-6/+18
| | |\ \
| | | * | ASoC: topology: fix tlvs in error handling for widget_dmixerPierre-Louis Bossart2020-07-081-1/+1
| | | * | ASoC: topology: fix kernel oops on route addition errorPierre-Louis Bossart2020-07-081-5/+17
| | | |/
| | * | Merge series "ASoC: codecs: add MAX98373 Soundwire driver" from Pierre-Louis ...Mark Brown2020-07-081-8/+0
| | |\ \
| | | * | ASoc: codecs: max98373: remove Idle_bias_on to let codec suspendranderwang2020-07-081-1/+0
| | | * | ASoC: codecs: max98373: Removed superfluous volume control from chip defaultRyan Lee2020-07-081-7/+0
| | | |/
| | * / ASoC: SOF: core: fix null-ptr-deref bug during device removalRanjani Sridharan2020-07-081-5/+5
| | |/
| | * ASoC: core: Remove only the registered component in devm functionsMaxime Ripard2020-07-073-4/+33
| | * ASoC: rockchip: add format and rate constraints on rk3399Yu-Hsuan Hsu2020-07-011-0/+13
| | * ASoC: amd: Rectifying Unbalanced pm_runtime_enable! issueRavulapati Vishnu vardhan rao2020-07-011-3/+1
| | * ASoC: rt5682: cancel jack_detect_work if hs_jack is set to null even soundwir...Oder Chiou2020-07-011-9/+10
| | * ASoC: rt5670: Fix dac- and adc- vol-tlv values being off by a factor of 10Hans de Goede2020-06-291-2/+2
| | * ASoC: rt5670: Add new gpio1_is_ext_spk_en quirk and enable it on the Lenovo M...Hans de Goede2020-06-291-15/+56
| | * ASoC: rt5670: Correct RT5670_LDO_SEL_MASKHans de Goede2020-06-291-1/+1
| | * ASoC: Intel: cht_bsw_rt5672: Change bus format to I2S 2 channelHans de Goede2020-06-291-12/+11
| | * ASoC: qcom: Drop HAS_DMA dependency to fix link failureGeert Uytterhoeven2020-06-291-1/+1
| * | ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai2020-07-171-1/+3
* | | Merge tag 'sound-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-175-8/+43
|\| |
| * | ALSA: hda/realtek - fixup for yet another Intel reference boardPeiSen Hou2020-07-161-0/+1
| * | ALSA: hda/realtek - Enable Speaker for ASUS UX563Kailang Yang2020-07-161-0/+1
| * | ALSA: hda/realtek - Enable Speaker for ASUS UX533 and UX534Kailang Yang2020-07-161-0/+2
| * | ALSA: hda/realtek: Enable headset mic of Acer TravelMate B311R-31 with ALC256Jian-Hong Pan2020-07-131-0/+11
| * | ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus G14(G401) series w...Armas Spann2020-07-111-0/+9
| * | ALSA: hda/realtek - change to suitable link model for ASUS platformKailang Yang2020-07-111-2/+2
| * | ALSA: usb-audio: Fix race against the error recovery URB submissionTakashi Iwai2020-07-101-5/+12
| * | ALSA: line6: Sync the pending work cancel at disconnectionTakashi Iwai2020-07-101-1/+1
| * | ALSA: line6: Perform sanity check for each URB creationTakashi Iwai2020-07-102-0/+4
* | | Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-0812-42/+165
|\| |
| * | ALSA: compress: fix partial_drain completion stateVinod Koul2020-07-071-0/+4
| * | ALSA: usb-audio: Add implicit feedback quirk for RTX6001Pavel Hofman2020-07-071-0/+1
| * | ALSA: usb-audio: add quirk for MacroSilicon MS2109Hector Martin2020-07-071-0/+52
| * | ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G with ALC269VCJian-Hong Pan2020-07-071-0/+11
| * | ALSA: hda/realtek: Enable headset mic of Acer C20-820 with ALC269VCJian-Hong Pan2020-07-071-0/+11
| * | ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VCJian-Hong Pan2020-07-071-0/+13
| * | ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice idBenjamin Poirier2020-07-071-2/+1
| * | ALSA: hda/hdmi: improve debug traces for stream lookupsKai Vehmanen2020-07-071-2/+3
| * | ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and laterKai Vehmanen2020-07-071-13/+23
| * | ALSA: opl3: fix infoleak in opl3xidongwang2020-07-071-0/+2
| * | Merge tag 'asoc-fix-v5.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-06-303-13/+26
| |\|
| | * AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel moduleJaroslav Kysela2020-06-251-3/+4
| | * ASoC: rt5682: fix the pop noise while OMTP type headset pluginShuming Fan2020-06-241-1/+8
| | * ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enableShengjiu Wang2020-06-231-2/+12
| | * ASoC: fsl_mqs: Don't check clock is NULL before calling clk APIShengjiu Wang2020-06-231-9/+4
| * | ALSA: usb-audio: Replace s/frame/packet/ where appropriateAlexander Tsoy2020-06-302-13/+12
| * | ALSA: usb-audio: Fix packet size calculationAlexander Tsoy2020-06-301-0/+1
| * | ALSA: hda - let hs_mic be picked ahead of hp_micHui Wang2020-06-251-0/+6
* | | Merge tag 'sound-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-06-2533-160/+330
|\| |
| * | ALSA: usb-audio: Fix OOB access of mixer element listTakashi Iwai2020-06-243-7/+20