summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/realtek: Add quirk for Clevo NP70PNPTim Crawford2022-04-211-0/+1
* ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDsGongjun Song2022-04-211-0/+9
* ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook ...Andy Chi2022-04-211-2/+9
* ALSA: usb-audio: Clear MIDI port active flag after drainingTakashi Iwai2022-04-201-0/+1
* Merge tag 'asoc-fix-v5.18-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-04-1949-351/+305
|\
| * ASoC: codecs: Fix an error handling path in (rx|tx|va)_macro_probe()Christophe JAILLET2022-04-083-10/+26
| * Make headphone work on Huawei Matebook D15Mark Brown2022-04-081-28/+89
| |\
| | * ASoC: Intel: sof_es8336: Add a quirk for Huawei Matebook D15Mauro Carvalho Chehab2022-04-071-0/+9
| | * ASoC: Intel: sof_es8336: add a quirk for headset at mic1 portMauro Carvalho Chehab2022-04-071-3/+16
| | * ASoC: Intel: sof_es8336: support a separate gpio to control headphoneMauro Carvalho Chehab2022-04-071-10/+49
| | * ASoC: Intel: sof_es8336: simplify speaker gpio namingPierre-Louis Bossart2022-04-071-21/+21
| * | ASoC: wm8731: Disable the regulator when probing failsZheyu Ma2022-04-071-8/+11
| * | ASoC: Intel: soc-acpi: correct device endpoints for max98373Chao Song2022-04-071-2/+2
| * | ASoC: codecs: wcd934x: do not switch off SIDO Buck when codec is in useSrinivas Kandagatla2022-04-071-25/+1
| * | ASoC: SOF: topology: Fix memory leak in sof_control_load()Yu Liao2022-04-071-1/+3
| * | ASoC: SOF: topology: cleanup dailinks on widget unloadPierre-Louis Bossart2022-04-071-0/+43
| * | ASoC: rt711/5682: check if bus is active before deferred jack detectionPierre-Louis Bossart2022-04-072-0/+16
| |/
| * ASoC: Intel: sof_rt5682: Add support for max98360a speaker amp on SSP2Ajye Huang2022-04-062-1/+21
| * ASoC: fsl_sai: fix 1:1 bclk:mclk ratio supportAhmad Fatoum2022-04-061-1/+1
| * ASoC: simple-card-utils: Avoid NULL deref in asoc_simple_set_tdm()Richard Fitzgerald2022-04-061-2/+4
| * ASoC: meson: aiu: fix duplicate debugfs directory errorMark Brown2022-04-064-0/+14
| |\
| | * ASoC: meson: aiu: fix duplicate debugfs directory errorHeiner Kallweit2022-04-053-0/+9
| | * ASoC: soc-core: add debugfs_prefix member to snd_soc_component_driverHeiner Kallweit2022-04-051-0/+5
| * | ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_componentMiaoqian Lin2022-04-051-1/+8
| * | ASoC: rk817: Use devm_clk_get() in rk817_platform_probeMiaoqian Lin2022-04-051-1/+1
| |/
| * ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSANHui Wang2022-04-051-2/+4
| * ASoC: cs35l41: Add one more variable in the debug logHui Wang2022-04-051-2/+2
| * ASoC: rt5682: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-051-7/+4
| * ASoC: soc-dapm: fix two incorrect uses of list iteratorXiaomeng Tong2022-04-051-4/+2
| * ASoC: soc-pcm: use GFP_KERNEL when the code is sleepableChristophe JAILLET2022-04-041-1/+1
| * ASoC: SOF: topology: Fix memory leak of scontrol->namePeter Ujfalusi2022-04-041-0/+3
| * codecs: rt5682s: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-041-7/+4
| * ASoC: topology: Correct error handling in soc_tplg_dapm_widget_create()Peter Ujfalusi2022-04-041-2/+2
| * ASoC: atmel: Remove system clock tree configuration for at91sam9g20ekMark Brown2022-04-041-61/+0
| * Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-0113-68/+158
| |\
| * \ Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-281-1/+1
| |\ \
| | * | xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-151-1/+1
| * | | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-282-22/+7
| |\ \ \
| | * \ \ Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-2838-144/+339
| | |\ \ \
| | * | | | ALSA: hda/realtek: Make use of the helper component_compare_dev_nameYong Wu2022-02-251-8/+3
| | * | | | ASoC: codecs: wcd938x: Make use of the helper component_compare/release_ofYong Wu2022-02-251-14/+4
| * | | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-272-18/+18
| |\ \ \ \ \
| | * | | | | x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-152-18/+18
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-0/+1
| |\ \ \ \ \
| | * | | | | powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy2022-02-071-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-242-3/+3
| |\ \ \ \ \
| | * | | | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-172-3/+3
| | |/ / / /
| * | | | | Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-03-233-110/+0
| |\ \ \ \ \
| | * | | | | ARM: pxa: remove Intel Imote2 and Stargate 2 boardsJonathan Cameron2022-02-283-110/+0
| * | | | | | Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-03-23319-7106/+21344
| |\ \ \ \ \ \