summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: ac97: Constify static struct attribute_groupRikard Falkeborn2021-01-311-1/+1
* Merge tag 'tags/isa-void-remove-callback' into for-nextTakashi Iwai2021-01-2623-48/+25
|\
| * isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-2623-48/+25
* | ALSA: hda/tegra: Remove unnecessary null-check from hda_tegra_runtime_resume()Dmitry Osipenko2021-01-261-1/+1
* | ALSA: hda/tegra: Reset hardwareDmitry Osipenko2021-01-261-0/+20
* | ALSA: hda/tegra: Use clk_bulk helpersDmitry Osipenko2021-01-261-59/+9
* | ALSA: bebob: remove an unnecessary condition in hwdep_read()Takashi Sakamoto2021-01-261-5/+3
* | ALSA: fireface: remove unnecessary condition in hwdep_read()Dan Carpenter2021-01-251-6/+4
* | ALSA: oxfw: remove an unnecessary condition in hwdep_read()Dan Carpenter2021-01-251-6/+4
* | ALSA: hda: Assign boolean values to a bool variableJiapeng Zhong2021-01-251-1/+1
* | ALSA: hda: boolean values to a bool variableJiapeng Zhong2021-01-241-1/+1
* | ALSA: usb-audio: Fix "RANGE setting not yet supported" errorsTakashi Iwai2021-01-211-1/+1
* | ALSA: usb-audio: Skip the clock selector inquiry for single connectionsTakashi Iwai2021-01-211-0/+6
* | ALSA: usb-audio: Add support for Pioneer DJM-750Olivia Mackintosh2021-01-182-1/+62
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-01-1818-156/+324
|\ \
| * | ALSA: usb-audio: Avoid implicit feedback on Pioneer devicesTakashi Iwai2021-01-181-8/+9
| * | ALSA: usb-audio: Set sample rate for all sharing EPs on UAC1Takashi Iwai2021-01-181-0/+9
| * | ALSA: usb-audio: Fix UAC1 rate setup for secondary endpointsTakashi Iwai2021-01-182-43/+6
| * | ALSA: hda: Add Cometlake-R PCI IDKai-Chuan Hsieh2021-01-151-0/+3
| * | ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai2021-01-151-1/+2
| * | ALSA: hda/via: Add minimum mute flagTakashi Iwai2021-01-141-0/+1
| * | ALSA: hda/realtek - Limit int mic boost on Acer Aspire E5-575TChris Chiu2021-01-141-0/+8
| * | ALSA: usb-audio: Always apply the hw constraints for implicit fb syncTakashi Iwai2021-01-131-63/+108
| * | ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vidKai Vehmanen2021-01-132-0/+4
| |/
| * ALSA: hda/hdmi - enable runtime pm for CI AMD display audioAlex Deucher2021-01-121-3/+6
| * ALSA: firewire-tascam: Fix integer overflow in midi_port_work()Geert Uytterhoeven2021-01-121-1/+1
| * ALSA: fireface: Fix integer overflow in transmit_midi_msg()Geert Uytterhoeven2021-01-121-1/+1
| * ALSA: hda/tegra: fix tegra-hda on tegra30 socPeter Geis2021-01-121-1/+1
| * ALSA: usb-audio: Fix implicit feedback sync setup for Pioneer devicesTakashi Iwai2021-01-081-10/+38
| * ALSA: usb-audio: Annotate the endpoint index in audioformatTakashi Iwai2021-01-084-3/+10
| * ALSA: usb-audio: Avoid unnecessary interface re-setupTakashi Iwai2021-01-085-15/+77
| * ALSA: usb-audio: Choose audioformat of a counter-part substreamTakashi Iwai2021-01-081-5/+4
| * ALSA: usb-audio: Fix the missing endpoints creations for quirksTakashi Iwai2021-01-081-10/+44
* | ALSA: x86: Simplify with dma_set_mask_and_coherent()Takashi Iwai2021-01-151-2/+1
* | ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai2021-01-1518-48/+21
* | ALSA: dice: add support for Lexicon I-ONIX FW810sTakashi Sakamoto2021-01-154-1/+41
* | ALSA: usb-audio: Convert the last strlcpy() usageTakashi Iwai2021-01-151-6/+5
* | ALSA: usb-audio: Convert remaining strlcpy() to strscpy()Takashi Iwai2021-01-151-3/+9
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-0879-134/+134
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-01-0736-1611/+215
|\|
| * Merge tag 'asoc-fix-v5.11-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-01-0730-1608/+188
| |\
| | * ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395Jaroslav Kysela2020-12-281-0/+7
| | * ASoC: amd: Replacing MSI with Legacy IRQ modelRavulapati Vishnu vardhan rao2020-12-281-13/+3
| | * ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad E14 Gen 2Jaroslav Kysela2020-12-281-0/+7
| | * Merge tag 'v5.11-rc1' into asoc-5.11Mark Brown2020-12-2878-3425/+2817
| | |\
| | | * Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-2310-22/+70
| | | |\
| | | * \ Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-171-2/+1
| | | |\ \
| | | | * | powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-041-2/+1
| | | | * | ALSA: ppc: drop if block with always false conditionUwe Kleine-König2020-12-041-2/+0
| | | * | | Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-152-12/+1
| | | |\ \ \