summaryrefslogtreecommitdiff
path: root/sound/pci/ice1712
AgeCommit message (Expand)AuthorFilesLines
2026-08-20ALSA: ice1712: Fix the card leak at probe error with the auto-cleanupHaotian Zhang1-3/+4
2026-05-28ALSA: ice1712: check snd_ctl_new1() return valueZhao Dongdong3-0/+16
2026-05-19ALSA: ice1724: Fix blocking open for independent surround PCMsCássio Gabriel1-5/+14
2026-05-04ALSA: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)2-4/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds16-28/+28
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook16-28/+28
2025-12-31ALSA: ice1724: adjust function name referenceJulia Lawall1-1/+1
2025-09-01ALSA: ice1712: Use guard() for spin locksTakashi Iwai4-292/+238
2025-09-01ALSA: ice1712: Use guard() for mutex locksTakashi Iwai11-189/+132
2025-07-11ALSA: ice1724: Use safer strscpy() instead of strcpy()Takashi Iwai1-9/+9
2025-07-11ALSA: ice1712: Use safer strscpy() instead of strcpy()Takashi Iwai1-7/+7
2025-04-24ALSA: ice: Use pure devres PCIPhilipp Stanner2-2/+2
2024-10-10ALSA: ice1712: Remove redundant code in stac9460_dac_vol_putZhu Jun1-7/+2
2024-05-08ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai1-3/+3
2023-07-21ALSA: ice1712: Use the standard snd_ctl_add_followers() helperTakashi Iwai2-28/+6
2023-07-21ALSA: ice1712: Simplify with snd_ctl_find_id_mixer()Takashi Iwai4-38/+13
2023-06-06ALSA: ice1712,ice1724: fix the kcontrol->id initializationJaroslav Kysela3-14/+23
2023-03-03ALSA: ice1712: Delete unreachable code in aureon_add_controls()Dmitry Fomin1-4/+0
2023-03-03ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls()Dmitry Fomin1-1/+1
2022-08-05ALSA: ice1712: remove redundant assignment to newColin Ian King1-1/+1
2022-04-12ALSA: ice1724: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
2021-07-19ALSA: ice1724: Allocate resources with device-managed APIsTakashi Iwai1-1/+1
2021-07-19ALSA: ice1724: Allocate resources with device-managed APIsTakashi Iwai1-100/+27
2021-07-19ALSA: ice1712: Allocate resources with device-managed APIsTakashi Iwai1-103/+30
2021-07-12ALSA: ice1724: Remove superfluous loop over model tableTakashi Iwai1-28/+14
2021-06-09ALSA: ice1712: Fix assignment in if conditionTakashi Iwai2-10/+20
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2-25/+0
2021-01-15ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai1-2/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches4-5/+5
2020-08-06ALSA: pci: delete repeated words in commentsRandy Dunlap1-1/+1
2020-07-20ALSA: Replace the word "slave" in vmaster APITakashi Iwai2-17/+17
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-18ALSA: iec1712: Initialize STDSP24 properly when using the model=staudio optionScott Bahling1-1/+2
2020-04-07ALSA: ice1724: Fix invalid access for enumerated ctl itemsTakashi Iwai1-2/+2
2020-01-05ALSA: ice1712: More constificationsTakashi Iwai12-38/+38
2020-01-05Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+6
2020-01-03ALSA: ice1712: Constify wm-specific tablesTakashi Iwai2-2/+2
2020-01-03ALSA: ice17xx: Constify snd_ice1712_card_infoTakashi Iwai3-10/+10
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai12-25/+25
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai2-3/+3
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2-2/+2
2019-12-29ALSA: ice1724: Fix sleep-in-atomic in Infrasonic Quartet support codeTakashi Iwai1-3/+6
2019-12-11ALSA: ice1724: Support PCM sync_stopTakashi Iwai1-1/+1
2019-12-11ALSA: ice1712: Support PCM sync_stopTakashi Iwai1-1/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2-10/+0
2019-12-11ALSA: ice1724: Use managed buffer allocationTakashi Iwai1-16/+9
2019-12-11ALSA: ice1712: Use managed buffer allocationTakashi Iwai1-34/+8
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai2-6/+9
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2019-06-11ALSA: ice1712: Check correct return value to snd_i2c_sendbytes (EWS/DMX 6Fire)Rui Nuno Capela1-1/+1