summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2026-08-06ASoC: fsl-dma: fix all kernel-doc warningsRandy Dunlap1-2/+2
2026-08-06ASoC: fsl_asrc: avoid kernel-doc warningsRandy Dunlap1-3/+3
2026-08-06ASoC: codecs: NeoFidelity: repair the kernel-doc formatRandy Dunlap1-5/+6
2026-08-06ALSA: portman2x4: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: mts64: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: virmidi: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: serial-u16550: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: mpu401: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ALSA: aloop: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ASoC: tac5xx2-sdw: remove firmware check restrictionNiranjan H Y1-21/+5
2026-08-06ASoC: tac5xx2-sdw: add rev_id 0x30 supportNiranjan H Y1-7/+51
2026-08-06ALSA: hda: cix-ipbloq: Avoid build with 32bit archsTakashi Iwai1-0/+1
2026-08-06ALSA: rawmidi: Work around false-positive mutex lockdep warningTakashi Iwai2-9/+12
2026-08-06ALSA: dummy: Check card index validity at probeTakashi Iwai1-0/+6
2026-08-06ASoC: Rework the SDCA HID codeMark Brown10-108/+184
2026-08-06ASoC: SDCA: Pass swft table through sdca_dev_register()Charles Keepax6-13/+12
2026-08-06ASoC: SDCA: Add missing HID kernel docCharles Keepax1-0/+6
2026-08-06ASoC: SDCA: Add missing destroy for HID deviceCharles Keepax2-0/+14
2026-08-06ASoC: SDCA: Update HID DisCo parsingCharles Keepax1-45/+74
2026-08-06ASoC: SDCA: Move HID descriptors to functionCharles Keepax2-28/+48
2026-08-06ASoC: SDCA: Move HID registration to IRQ timeCharles Keepax5-32/+41
2026-08-06ASoC: SDCA: Remove unused dev pointer argumentCharles Keepax3-9/+8
2026-08-06ASoC: SDCA: Tidy up error messageCharles Keepax1-1/+1
2026-08-06Merge tag 'asoc-fix-v7.2-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai12-42/+137
2026-08-06ALSA: hda/realtek: Merge duplicate quirk entries for ASUS UM6702RA/RCZhang Heng1-2/+1
2026-08-06ALSA: hda/realtek: Merge duplicate quirk entries for ASUS Strix G615Zhang Heng1-4/+2
2026-08-06ALSA: hda/realtek: Enable mute LED on HP Laptop 15-dy0xxxCarl Quist1-0/+1
2026-08-06ALSA: hda/realtek: Limit mic boost on Positivo N15RPE-SEdson Juliano Drosdeck1-0/+1
2026-08-06ASoC: cpcap: Use standard ASoC DAI link configuration for voiceMark Brown1-126/+4
2026-08-06ASoC: codecs: cpcap: set voice DAI format as specified in DTIvaylo Dimitrov1-1/+2
2026-08-06ASoC: cpcap: Remove modem-specific voice call supportIvaylo Dimitrov1-125/+2
2026-08-05ASoC: adau1761: sort the register default tablePeter Ujfalusi1-17/+17
2026-08-05ALSA: hda/realtek: enable AW88399 on Lenovo Legion R9000P ADR10HMarco Giunta2-0/+4
2026-08-05ALSA: hda/realtek: Add mute LED support for HP Pavilion 15-eh2xxxLuca Castaldini1-0/+1
2026-08-05ASoC: cs35l41/cs35l45/cs4265: sort the reg_defaults tablesMark Brown18-40/+144
2026-08-05ASoC: cs4265: sort the register default tablePeter Ujfalusi1-2/+2
2026-08-05ASoC: cs35l45: sort the register default tablePeter Ujfalusi1-16/+16
2026-08-05ASoC: cs35l41: sort the register default tablePeter Ujfalusi1-1/+1
2026-08-05ASoC: amd: yc: Add DMI quirk for MSI Raider A18 HX A7VHGZhang Heng1-0/+7
2026-08-05ASoC: amd: yc: Add DMI quirk for Xiaomi RedmiBook 16 2025Zhang Heng1-1/+7
2026-08-05ALSA: hda/realtek: Limit Legion AW88399 playback to stereoAaron Ma1-0/+4
2026-08-05ALSA: hda/realtek: Fix headset mic on Legion AW88399 laptopsAaron Ma1-6/+4
2026-08-05ALSA: FCP: do not copy out an uninitialised init responseBaul Lee1-1/+3
2026-08-05ALSA: usx2y: bound the hwdep mmap fault offsetBaul Lee2-0/+4
2026-08-05ALSA: usb-audio: fix OOB write on Type II inbound URBsBaul Lee1-2/+4
2026-08-05ALSA: bcd2000: clear the URB pointers on disconnectBaul Lee1-3/+8
2026-08-05ALSA: 6fire: bound the MIDI event length from the deviceBaul Lee1-3/+6
2026-08-05ALSA: control: add ioctl to retrieve full card componentsMaciej Strozek3-7/+94
2026-08-05ALSA: control: tidy up whitespacesMaciej Strozek2-3/+3
2026-08-05ASoC: add and use new snd_soc_register_component()Mark Brown18-143/+301