aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-04-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+15
2025-04-01Merge tag 'soundwire-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds5-1/+465
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+4
2025-03-26Merge tag 'hid-for-linus-2025032601' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-0/+51
2025-03-26Merge tag 'sound-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds551-8139/+17076
2025-03-26Merge branch 'for-6.15/plantronics' into for-linusJiri Kosina1-0/+51
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-1/+1
2025-03-25objtool, ASoC: codecs: wcd934x: Remove potential undefined behavior in wcd934x_slim_irq_handler()Josh Poimboeuf1-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2025-03-25ALSA: hda: tas2781-i2c: Remove unnecessary NULL check before release_firmware()Chen Ni1-2/+1
2025-03-25ALSA: hda: cs35l56: Remove unnecessary NULL check before release_firmware()Chen Ni1-4/+2
2025-03-25ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KAAndres Traumann1-0/+1
2025-03-24ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UATakashi Iwai1-0/+1
2025-03-24Merge tag 'asoc-v6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai509-7403/+15915
2025-03-24Merge branch 'for-linus' into for-nextTakashi Iwai5-72/+127
2025-03-22ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDAStefan Binding1-0/+17
2025-03-21ALSA: timer: Don't take register_mutex with copy_from/to_user()Takashi Iwai1-70/+77
2025-03-21ASoC: SDCA: Correct handling of selected mode DisCo propertyCharles Keepax1-1/+1
2025-03-21ASoC: amd: yc: update quirk data for new Lenovo modelSyed Saba kareem1-0/+7
2025-03-21Merge tag 'asoc-fix-v6.14-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai3-2/+14
2025-03-21ALSA: hda/realtek: fix micmute LEDs on HP Laptops with ALC3247Chris Chiu1-0/+5
2025-03-21ALSA: hda/realtek: fix micmute LEDs on HP Laptops with ALC3315Chris Chiu1-0/+14
2025-03-20ASoC: SOF: mediatek: Commonize duplicated functionsAngeloGioacchino Del Regno4-198/+152
2025-03-20ASoC: dmic: Fix NULL pointer dereferenceMario Limonciello1-2/+6
2025-03-20ASoC: wm8904: Add DMIC and DRC supportMark Brown8-63/+516
2025-03-20Tidy up ASoC control get and put handlersMark Brown8-478/+798
2025-03-20ASoC: wm8904: add DMIC supportErnest Van Hoecke1-5/+120
2025-03-20ASoC: wm8904: get platform data from DTErnest Van Hoecke1-1/+188
2025-03-20ASoC: wm8904: Don't touch GPIO configs set to 0xFFFFErnest Van Hoecke1-1/+2
2025-03-20ALSA: oxygen: Fix dependency on CONFIG_PM_SLEEPTakashi Iwai3-3/+3
2025-03-19ASoC: ops: Apply platform_max after deciding control typeCharles Keepax1-3/+3
2025-03-19ASoC: ops: Remove some unnecessary local variablesCharles Keepax1-25/+17
2025-03-19ASoC: ops: Factor out common code from get callbacksCharles Keepax1-39/+29
2025-03-19irqdomain: sound: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)3-3/+3
2025-03-19ASoC: ops: Factor out common code from put callbacksCharles Keepax1-85/+53
2025-03-19ASoC: ops: Factor out common code from info callbacksCharles Keepax1-38/+26
2025-03-19ASoC: ops: Remove snd_soc_put_volsw_range()Charles Keepax3-61/+5
2025-03-19ASoC: ops: Remove snd_soc_get_volsw_range()Charles Keepax3-41/+5
2025-03-19ASoC: ops: Remove snd_soc_info_volsw_range()Charles Keepax4-36/+6
2025-03-19ASoC: ops: Add control to register value helperCharles Keepax1-54/+43
2025-03-19ASoC: ops: Replace snd_soc_read_signed() with new helperCharles Keepax1-93/+41
2025-03-19ASoC: ops: Factor out helper to check valid control valuesCharles Keepax1-39/+43
2025-03-19ASoC: ops: Update mask generation to use GENMASKCharles Keepax1-20/+26
2025-03-19ASoC: ops: Update comments for xr_sx control helpersCharles Keepax1-13/+16
2025-03-19ASoC: ops: Minor formatting fixupsCharles Keepax1-52/+54
2025-03-19ASoC: ops-test: Add some basic kunit tests for soc-opsCharles Keepax3-0/+552
2025-03-19ALSA: echoaudio: remove unused variableAndres Urian Florez1-4/+2
2025-03-19ASoC: tas2781: Support dsp firmware Alpha and Beta seaiesShenghao Ding3-83/+330