aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 714-3852/+36077
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Gravatar Linus Torvalds 1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-36/+6
2022-08-03ALSA: hda/realtek: Add quirk for HP Spectre x360 15-eb0xxxGravatar Ivan Hasenkampf 1-0/+2
2022-08-03sound:spi: remove reference to AVR32 in Atmel AT73C213 DAC driverGravatar Hans-Christian Noren Egtvedt 1-1/+1
2022-08-02ALSA: line6: Replace sprintf() with sysfs_emit()Gravatar Takashi Iwai 2-6/+6
2022-08-02ALSA: hda: Replace sprintf() with sysfs_emit()Gravatar Takashi Iwai 2-33/+32
2022-08-02ALSA: pcm: Replace sprintf() with sysfs_emit()Gravatar Takashi Iwai 1-1/+1
2022-08-02ALSA: core: Replace scnprintf() with sysfs_emit()Gravatar Takashi Iwai 1-2/+2
2022-08-02ALSA: control-led: Replace sprintf() with sysfs_emit()Gravatar Takashi Iwai 1-17/+12
2022-08-02ALSA: aoa: Replace sprintf() with sysfs_emit()Gravatar Takashi Iwai 1-14/+8
2022-08-02ALSA: ac97: Replace sprintf() with sysfs_emit()Gravatar Takashi Iwai 1-1/+1
2022-08-01Merge tag 'asoc-v5.20-2' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Takashi Iwai 77-605/+6880
2022-08-01Merge branch 'for-next' into for-linusGravatar Takashi Iwai 666-3347/+29300
2022-07-31ALSA: hda/realtek: Add quirk for Clevo NV45PZGravatar Tim Crawford 1-0/+1
2022-07-30ALSA: hda/realtek: Add quirk for Lenovo Yoga9 14IAP7Gravatar Philipp Jungkamp 1-0/+109
2022-07-29ALSA: control: Use deferred fasync helperGravatar Takashi Iwai 1-3/+4
2022-07-29ALSA: pcm: Use deferred fasync helperGravatar Takashi Iwai 3-2/+3
2022-07-29ALSA: timer: Use deferred fasync helperGravatar Takashi Iwai 1-5/+6
2022-07-29ALSA: core: Add async signal helpersGravatar Takashi Iwai 1-0/+94
2022-07-28Merge tag 'asoc-fix-v5.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Takashi Iwai 3-3/+10
2022-07-28ASoC: q6asm: use kcalloc() instead of kzalloc()Gravatar Gustavo A. R. Silva 1-1/+1
2022-07-28ALSA: hda: cs35l41: Support CLSA0101Gravatar Lucas Tanure 3-26/+55
2022-07-28ALSA: hda: cs35l41: Use the CS35L41 HDA internal defineGravatar Lucas Tanure 1-1/+2
2022-07-28ASoC: atmel: one fix and one cleanupGravatar Mark Brown 2-11/+6
2022-07-27ASoC: codecs: va-macro: use fsgen as clockGravatar Srinivas Kandagatla 1-2/+9
2022-07-27ASoC: mediatek: mt8186: remove unnecessary judgmentsGravatar Jiaxin Yu 4-127/+1
2022-07-27ASoC: mchp-spdiftx: remove references to mchp_i2s_capsGravatar Claudiu Beznea 1-8/+0
2022-07-27ASoC: mchp-spdifrx: disable end of block interrupt on failuresGravatar Claudiu Beznea 1-3/+6
2022-07-26ASoC: mediatek: mt8186: set the correct string to strncmp()Gravatar Jiaxin Yu 1-2/+1
2022-07-26ASoC: atmel: one fix and few cleanupsGravatar Mark Brown 2-14/+10
2022-07-26ASoC: amd: acp: Fix initialization of ext_intr_stat1 in i2s_irq_handler()Gravatar Nathan Chancellor 1-1/+1
2022-07-26ASoC: Intel: machine driver updates for 5.20Gravatar Mark Brown 7-52/+201
2022-07-26ASoC: SOF: minor updates for 5.20Gravatar Mark Brown 3-0/+11
2022-07-26ASoC: mchp-spdiftx: add and remove black line around MODULE_DEVICE_TABLE()Gravatar Claudiu Beznea 1-1/+1
2022-07-26ASoC: mchp-spdiftx: return directly retGravatar Claudiu Beznea 1-8/+4
2022-07-26ASoC: mchp-spdifrx: use single tab indent for structureGravatar Claudiu Beznea 1-5/+5
2022-07-25ASoC: Intel: sof_nau8825: Move quirk check to the front in late probeGravatar Yong Zhi 1-5/+5
2022-07-25ASoC: Intel: sof_rt5682: Perform quirk check first in card late probeGravatar Yong Zhi 1-9/+9
2022-07-25ASoC: Intel: sof_rt5682: Add support for mtl_mx98357_rt5682Gravatar Yong Zhi 2-0/+25
2022-07-25ASoC: Intel: sof_es8336: remove hard-coded SSP selectionGravatar Pierre-Louis Bossart 1-9/+5
2022-07-25ASoC: Intel: sof_es8336: reset the num_links during probeGravatar Muralidhar Reddy 1-1/+2
2022-07-25ASoC: Intel: sof_es8336: add support for HDMI_In captureGravatar Muralidhar Reddy 2-20/+118
2022-07-25ASoC: Intel: sof_es8336: ignore GpioInt when looking for speaker/headset GPIO...Gravatar Andrey Turkin 1-6/+6
2022-07-25ASoC: Intel: sof_es8336: Fix GPIO quirks set via module optionGravatar Andrey Turkin 1-11/+12
2022-07-25ASoC: Intel: soc-acpi: Add entry for sof_es8336 in ADL match tableGravatar Muralidhar Reddy 2-0/+18
2022-07-25ASoC: Intel: sof_sdw: add support for Dell SKU 0AF0Gravatar Pierre-Louis Bossart 1-0/+10
2022-07-25ASoC: SOF: Add cont_update_posn to platform parametersGravatar YC Hung 2-0/+4
2022-07-25ASoC: SOF: Intel: hda: add sanity check on SSP index reported by NHLTGravatar Pierre-Louis Bossart 1-0/+7