aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/ctxfi
AgeCommit message (Expand)AuthorFilesLines
2026-04-06ALSA: ctxfi: Add fallback to default RSR for S/PDIFHarin Lee1-1/+2
2026-04-06ALSA: ctxfi: Limit PTP to a single pageHarin Lee1-1/+1
2026-04-01ALSA: ctxfi: Precompute SRC allocation loop boundHarin Lee1-6/+4
2026-04-01ALSA: ctxfi: Use correct DAIO type for da_descHarin Lee2-10/+12
2026-04-01ALSA: ctxfi: Rename SPDIFI1 to SPDIFI_BAYHarin Lee3-6/+6
2026-03-31ALSA: ctxfi: Don't enumerate SPDIF1 at DAIO initializationTakashi Iwai1-3/+7
2026-03-29ALSA: ctxfi: Check the error for index mappingTakashi Iwai1-33/+52
2026-03-29ALSA: ctxfi: Fix missing SPDIFI1 index handlingTakashi Iwai1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-34/+34
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-35/+34
2026-02-08Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+2
2026-02-08ALSA: ctxfi: Add quirk for SE-300PCIE variant (160b:0102)Harin Lee1-5/+6
2026-01-19ALSA: ctxfi: Fix potential OOB access in audio mixer handlingTakashi Iwai1-0/+2
2025-11-25ALSA: ctxfi: Add support for Onkyo SE-300PCIE (OK0010)Harin Lee4-14/+43
2025-11-25ALSA: ctxfi: Add support for dedicated RCA switchingHarin Lee8-5/+111
2025-11-25ALSA: ctxfi: Refactor resource alloc for sparse mappingsHarin Lee2-29/+35
2025-11-25ALSA: ctxfi: Use explicit output flag for DAIO resourcesHarin Lee3-8/+11
2025-11-25ALSA: ctxfi: Add ADC helper functions for GPIOHarin Lee1-9/+28
2025-11-25ALSA: ctxfi: Add hw parameter to daio_mgr_dao_init()Harin Lee4-4/+4
2025-09-01ALSA: ctxfi: Use guard() for spin locksTakashi Iwai5-197/+115
2025-09-01ALSA: ctxfi: Use guard() for mutex locksTakashi Iwai2-25/+19
2025-07-11ALSA: ctxfi: Use safer strscpy() instead of strcpy()Takashi Iwai1-1/+1
2025-06-09ALSA: ctxfi: Replace deprecated strcpy() with strscpy()Brahmajit Das1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-12ALSA: ctxfi: change dao_set_input functions from kzalloc to kcallocEthan Carter Edwards1-2/+2
2025-01-20ALSA: ctxfi: Simplify dao_clear_{left,right}_input() functionsEthan Carter Edwards1-35/+13
2024-05-08ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai1-1/+1
2024-02-13ALSA: ctxfi: avoid casting function pointersArnd Bergmann7-33/+35
2022-05-23ALSA: ctxfi: fix typo in commentJulia Lawall1-1/+1
2022-05-23ALSA: ctxfi: Add SB046x PCI IDEdward Matijevic2-1/+4
2021-11-18ALSA: ctxfi: Fix out-of-range accessTakashi Iwai5-26/+22
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai1-1/+0
2021-03-18ALSA: ctxfi: fix comment syntax in file headersAditya Srivastava20-20/+20
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-02-28ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bitsColin Ian King1-1/+1
2021-01-15ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai2-12/+4
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-12-25ALSA: ctxfi: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen1-1/+1
2020-07-15ALSA: ctxfi: Replace the word blacklistTakashi Iwai1-1/+1
2020-07-07ALSA: pci/ctxfi: fix kernel-doc warningsPierre-Louis Bossart6-6/+6
2020-07-07ALSA: pci/ctxfi/ctatc: fix kernel-docPierre-Louis Bossart1-0/+4
2020-04-09ALSA: ctxfi: Remove unnecessary cast in kfreeXu Wang1-7/+7
2020-01-05ALSA: ctxfi: More constificationsTakashi Iwai2-3/+3
2020-01-03ALSA: pci: Constify snd_pci_quirk tablesTakashi Iwai1-2/+2
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: ctxfi: Support PCM sync_stopTakashi Iwai2-3/+2
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: ctxfi: Use managed buffer allocationTakashi Iwai1-11/+4