summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Fix microphone sound on Jieli webcam.Marco Giunta2021-10-192-0/+14
* Merge tag 'asoc-fix-v5.15-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-10-1512-56/+62
|\
| * ASoC: wm8960: Fix clock configuration on slave modeShengjiu Wang2021-10-131-3/+10
| * ASoC: cs42l42: Ensure 0dB full scale volume is used for headsetsStefan Binding2021-10-121-13/+3
| * ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked()Yang Yingliang2021-10-111-0/+1
| * ASoC: codec: wcd938x: Add irq config supportSrinivasa Rao Mandadapu2021-10-071-0/+1
| * ASoC: DAPM: Fix missing kctl change notificationsTakashi Iwai2021-10-071-5/+8
| * ASoC: Intel: bytcht_es8316: Utilize dev_err_probe() to avoid log saturationAndy Shevchenko2021-10-071-13/+5
| * ASoC: Intel: bytcht_es8316: Switch to use gpiod_get_optional()Andy Shevchenko2021-10-071-7/+3
| * ASoC: Intel: bytcht_es8316: Use temporary variable for struct deviceAndy Shevchenko2021-10-071-2/+2
| * ASoC: Intel: bytcht_es8316: Get platform data via dev_get_platdata()Andy Shevchenko2021-10-071-3/+2
| * ASoC: wcd938x: Fix jack detection issueSrinivasa Rao Mandadapu2021-10-071-3/+3
| * ASoC: nau8824: Fix headphone vs headset, button-press detection no longer wor...Hans de Goede2021-09-301-2/+2
| * ASoC: cs4341: Add SPI device ID tableMark Brown2021-09-271-0/+7
| * ASoC: pcm179x: Add missing entries SPI to device ID tableMark Brown2021-09-271-0/+1
| * ASoC: fsl_xcvr: Fix channel swap issue with ARCShengjiu Wang2021-09-211-5/+12
| * ASoC: pcm512x: Mend accesses to the I2S_1 and I2S_2 registersPeter Rosin2021-09-211-0/+2
* | ALSA: hda/realtek: Fixes HP Spectre x360 15-eb1xxx speakersDavide Baldo2021-10-151-0/+46
* | ALSA: usb-audio: Provide quirk for Sennheiser GSP670 HeadsetBrendan Grieve2021-10-151-0/+32
* | ALSA: hda/realtek: Add quirk for Clevo PC50HSSteven Clarkson2021-10-141-0/+1
* | ALSA: usb-audio: add Schiit Hel device to quirk tableGreg Kroah-Hartman2021-10-141-0/+2
* | ALSA: usb-audio: Add quirk for VF0770Jonas Hahnfeld2021-10-121-0/+42
* | ALSA: hda: avoid write to STATESTS if controller is in resetKai Vehmanen2021-10-121-2/+3
* | ALSA: hda/realtek: Fix the mic type detection issue for ASUS G551JWHui Wang2021-10-121-0/+27
* | ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai2021-10-111-1/+71
* | ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s Gen2Cameron Berkenpas2021-10-111-1/+1
* | ALSA: hda: intel: Allow repeatedly probing on codec configuration errorsTakashi Iwai2021-10-076-25/+55
* | ALSA: hda/realtek: Add quirk for TongFang PHxTxX1Werner Sembach2021-10-061-1/+25
* | ALSA: hda/realtek - ALC236 headset MIC recording issueKailang Yang2021-10-051-1/+4
* | ALSA: usb-audio: Enable rate validation for Scarlett devicesTakashi Iwai2021-10-051-0/+2
* | ALSA: hda/realtek: Add quirk for Clevo X170KM-GWerner Sembach2021-10-041-0/+1
* | ALSA: hda/realtek: Complete partial device name to avoid ambiguityWerner Sembach2021-10-041-1/+1
* | ALSA: hda - Enable headphone mic on Dell Latitude laptops with ALC3254Chris Chiu2021-10-011-0/+2
* | ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai2021-09-301-5/+3
* | ALSA: hda/realtek: Enable 4-speaker output for Dell Precision 5560 laptopJohn Liu2021-09-301-0/+1
* | ALSA: usb-audio: Fix a missing error check in scarlett gen2 mixerTakashi Iwai2021-09-301-0/+2
* | ALSA: pcsp: Make hrtimer forwarding more robustThomas Gleixner2021-09-281-1/+1
* | ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSIONJaroslav Kysela2021-09-231-0/+9
* | ALSA: firewire-motu: fix truncated bytes in message tracepointsTakashi Sakamoto2021-09-211-3/+4
* | Merge tag 'asoc-fix-v5.15-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-09-2115-49/+94
|\|
| * ASoC: SOF: trace: Omit error print when waking up trace sleepersPeter Ujfalusi2021-09-171-1/+0
| * ASoC: mediatek: mt8195: remove wrong fixup assignment on HDMITXTrevor Wu2021-09-171-4/+3
| * ASoC: SOF: loader: Re-phrase the missing firmware error to avoid duplicationPeter Ujfalusi2021-09-161-3/+3
| * ASoC: SOF: loader: release_firmware() on load failure to avoid batchingMarc Herbert2021-09-162-3/+3
| * ASoC: SOF: imx: imx8m: Bar index is only valid for IRAM and SRAM typesPeter Ujfalusi2021-09-151-1/+8
| * ASoC: SOF: imx: imx8: Bar index is only valid for IRAM and SRAM typesPeter Ujfalusi2021-09-151-1/+8
| * ASoC: SOF: Fix DSP oops stack dump output contentsYong Zhi2021-09-151-2/+2
| * Merge series "ASoC: fsl: register platform component before registering cpu d...Mark Brown2021-09-105-26/+48
| |\
| | * ASoC: fsl_xcvr: register platform component before registering cpu daiShengjiu Wang2021-09-101-5/+10
| | * ASoC: fsl_spdif: register platform component before registering cpu daiShengjiu Wang2021-09-101-5/+9