summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-12-2314-47/+105
|\
| * ALSA: hda/realtek: Fix quirk for Clevo NJ51CUWerner Sembach2021-12-221-1/+25
| * ALSA: rawmidi - fix the uninitalized user_pversionJaroslav Kysela2021-12-221-0/+1
| * ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2Libin Yang2021-12-221-1/+7
| * ALSA: hda: intel-sdw-acpi: harden detection of controllerLibin Yang2021-12-221-2/+3
| * ALSA: hda/hdmi: Disable silent stream on GLKVille Syrjälä2021-12-221-6/+15
| * Merge tag 'asoc-fix-v5.16-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-12-228-36/+46
| |\
| | * ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2sMartin Blumenstingl2021-12-142-33/+19
| | * ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()Martin Blumenstingl2021-12-141-0/+6
| | * ASoC: tas2770: Fix setting of high sample ratesMartin Povišer2021-12-141-2/+2
| | * ASoC: rt5682: fix the wrong jack type detectedDerek Fang2021-12-141-0/+4
| | * ASoC: tegra: Restore headphones jack name on Nyan BigDmitry Osipenko2021-12-132-1/+9
| | * ASoC: tegra: Add DAPM switches for headphones and mic jackDmitry Osipenko2021-12-131-0/+2
| | * ASoC: SOF: Intel: pci-tgl: add new ADL-P variantKai Vehmanen2021-12-061-0/+2
| | * ASoC: SOF: Intel: pci-tgl: add ADL-N supportKai Vehmanen2021-12-061-0/+2
| * | ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBookJeremy Szu2021-12-151-0/+1
| * | ALSA: hda/realtek: Add new alc285-hp-amp-init modelBradley Scott2021-12-141-0/+1
| * | ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6Bradley Scott2021-12-141-0/+1
| * | ALSA: jack: Check the return value of kstrdup()Xiaoke Wang2021-12-131-0/+4
| * | ALSA: drivers: opl3: Fix incorrect use of vp->stateColin Ian King2021-12-131-1/+1
* | | Merge tag 'sound-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-12-1017-122/+271
|\| |
| * | ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platformKailang Yang2021-12-071-0/+40
| * | Merge tag 'asoc-fix-v5.16-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-12-0613-87/+176
| |\|
| | * ASoC: codecs: wsa881x: fix return values from kcontrol putSrinivas Kandagatla2021-12-011-4/+12
| | * ASoC: codecs: wcd934x: return correct value from mixer putSrinivas Kandagatla2021-12-011-2/+5
| | * ASoC: codecs: wcd934x: handle channel mappping list correctlySrinivas Kandagatla2021-12-011-31/+88
| | * ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixerSrinivas Kandagatla2021-12-011-3/+5
| | * ASoC: SOF: Intel: Retry codec probing if it failsHui Wang2021-11-301-5/+9
| | * ASoC: amd: fix uninitialized variable in snd_acp6x_probe()Dan Carpenter2021-11-301-1/+2
| | * ASoC: rockchip: i2s_tdm: Dup static DAI templateNicolas Frattaroli2021-11-301-21/+31
| | * Suspend related fixes on TegraMark Brown2021-11-275-12/+12
| | |\
| | | * ASoC: tegra: Use normal system sleep for ADXSameer Pujar2021-11-261-2/+2
| | | * ASoC: tegra: Use normal system sleep for AMXSameer Pujar2021-11-261-2/+2
| | | * ASoC: tegra: Use normal system sleep for MixerSameer Pujar2021-11-261-2/+2
| | | * ASoC: tegra: Use normal system sleep for MVCSameer Pujar2021-11-261-2/+2
| | | * ASoC: tegra: Use normal system sleep for SFCSameer Pujar2021-11-261-2/+2
| | | * ASoC: tegra: Balance runtime PM countSameer Pujar2021-11-261-2/+2
| | * | ASoC: rt5682s: Fix crash due to out of scope stack varsRob Clark2021-11-261-4/+6
| | * | ASoC: rt5682: Fix crash due to out of scope stack varsRob Clark2021-11-261-4/+6
| | |/
| * | ALSA: usb-audio: Reorder snd_djm_devices[] entriesGeraldo Nascimento2021-12-061-5/+5
| * | ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1Werner Sembach2021-12-031-18/+22
| * | ALSA: ctl: Fix copy of updated id with element read/writeAlan Young2021-12-021-0/+3
| * | ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai2021-12-021-2/+9
| * | ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai2021-12-021-1/+1
| * | ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai2021-12-021-9/+15
* | | Merge tag 'sound-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-12-0122-259/+838
|\| |
| * | ALSA: hda/hdmi: fix HDA codec entry table order for ADL-PKai Vehmanen2021-11-301-1/+1
| * | ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vidKai Vehmanen2021-11-302-1/+12
| * | ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driverStefan Binding2021-11-292-0/+14
| * | Merge tag 'asoc-fix-v5.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-11-2517-257/+801
| |\|