summaryrefslogtreecommitdiffstats
path: root/sound/drivers
Commit message (Expand)AuthorAgeFilesLines
* sound: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-303-3/+3
* ALSA: aloop: Allow using global timersIvan Orlov2024-08-181-0/+2
* ALSA: pcsp: Use standard print APITakashi Iwai2024-08-083-30/+31
* ALSA: dummy: Use standard print APITakashi Iwai2024-08-081-3/+2
* ALSA: aloop: Use standard print APITakashi Iwai2024-08-081-1/+1
* ALSA: vx_core: Use standard print APITakashi Iwai2024-08-084-48/+44
* ALSA: vx_core: Drop unused dev fieldTakashi Iwai2024-08-081-1/+1
* ALSA: virmidi: Use standard print APITakashi Iwai2024-08-081-4/+4
* ALSA: serial-u16550: Use standard print APITakashi Iwai2024-08-081-20/+21
* ALSA: opl4: Use standard print APITakashi Iwai2024-08-082-5/+5
* ALSA: opl3: Use standard print APITakashi Iwai2024-08-084-73/+56
* ALSA: mtpav: Use standard print APITakashi Iwai2024-08-081-9/+5
* ALSA: mpu401_uart: Use standard print APITakashi Iwai2024-08-081-14/+17
* ALSA: mpu401: Use standard print APITakashi Iwai2024-08-081-8/+8
* ALSA: mts64: Use standard print APITakashi Iwai2024-08-081-9/+9
* ALSA: portman2x4: Use standard print APITakashi Iwai2024-08-081-10/+9
* ALSA: aloop: use snd_pcm_direction_name()Kuninori Morimoto2024-08-011-2/+1
* parport: Remove parport_driver.devmodelDr. David Alan Gilbert2024-07-032-2/+0
* ALSA: pcmtest: Add missing module descriptionsTakashi Iwai2024-05-091-0/+1
* ALSA: drivers: Use *-y instead of *-objs in MakefileTakashi Iwai2024-05-086-16/+16
* ALSA: aloop: add support for up to 768kHz sample ratePavel Hofman2024-04-181-2/+2
* ALSA: aloop: add DSD formatsPavel Hofman2024-04-181-1/+4
* Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-2/+2
|\
| * treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-271-2/+2
* | ALSA: pcsp: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai2024-02-121-7/+2
* | ALSA: dummy: Replace with DEFINE_SIPMLE_DEV_PM_OPS()Takashi Iwai2024-02-121-7/+2
* | ALSA: aloop: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai2024-02-121-7/+2
|/
* Merge tag 'sound-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-191-6/+17
|\
| * ALSA: aloop: Introduce a function to get if access is interleaved modeChancel Liu2024-01-121-6/+17
* | Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman2023-12-111-1/+12
|\|
| * ALSA: pcmtest: stop timer before buffer is releasedIvan Orlov2023-12-071-1/+12
* | tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-2/+2
|/
* ALSA: aloop: Add control element for getting the access modeIvan Orlov2023-10-061-1/+44
* ALSA: aloop: Add support for the non-interleaved access modeIvan Orlov2023-10-061-3/+28
* Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-08-281-1/+1
|\
| * ALSA: Remove redundant of_match_ptr()Ruan Jinjie2023-08-131-1/+1
* | ALSA: pcmtest: Add support for pcm pausingIvan Orlov2023-08-241-8/+41
* | ALSA: pcmtest: Update comment about PCM copy opsTakashi Iwai2023-08-181-1/+1
* | ALSA: dummy: Convert to generic PCM copy opsTakashi Iwai2023-08-181-10/+2
* | ALSA: Make SND_PCMTEST depend on DEBUG_FSRuan Jinjie2023-08-181-0/+1
* | ALSA: pcmtest: Remove redundant definitionsIvan Orlov2023-08-081-5/+3
* | ALSA: pcmtest: Move buffer iterator initialization to prepare callbackIvan Orlov2023-08-081-17/+16
* | ALSA: Explicitly include correct DT includesRob Herring2023-07-161-1/+1
* | ALSA: pcmtest: minor optimizationsIvan Orlov2023-07-141-4/+5
* | ALSA: pcmtest: Add 'open' PCM callback error injectionIvan Orlov2023-07-141-0/+7
|/
* ALSA: pcmtest: Don't use static storage to track per device dataUwe Kleine-König2023-07-101-3/+6
* ALSA: pcmtest: Convert to platform remove callback returning voidUwe Kleine-König2023-07-101-3/+2
* ALSA: Implement the new Virtual PCM Test DriverIvan Orlov2023-06-073-0/+745
* ALSA: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-221-0/+3
* Merge tag 'asoc-v6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-04-242-8/+4
|\