| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declaration | Colin Ian King | 2019-03-18 | 1 | -1/+1 |
* | ALSA: drivers: Clean up with new procfs helpers | Takashi Iwai | 2019-02-06 | 3 | -20/+5 |
* | ALSA: opl4: Remove superfluous snd_info_register() calls | Takashi Iwai | 2019-02-06 | 1 | -4/+0 |
* | ALSA: drivers: Remove superfluous snd_pcm_suspend*() calls | Takashi Iwai | 2019-01-15 | 4 | -11/+0 |
* | ALSA: opl3: Mark expected switch fall-through | Gustavo A. R. Silva | 2018-08-08 | 1 | -0/+1 |
* | ALSA: drivers: Remove empty init and exit | Takashi Iwai | 2018-08-03 | 4 | -59/+0 |
* | ALSA: opl3: Declare common variables properly | Takashi Iwai | 2018-07-26 | 6 | -10/+6 |
* | ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() | Takashi Iwai | 2018-07-18 | 2 | -3/+0 |
* | ALSA: opl3: remove redundant pointer opl3 | Colin Ian King | 2018-07-16 | 2 | -18/+0 |
* | docs: Fix some broken references | Mauro Carvalho Chehab | 2018-06-15 | 1 | -2/+2 |
* | ALSA: aloop: Reduced duplicated PCM ops definition | Takashi Iwai | 2018-05-28 | 1 | -16/+3 |
* | sound: Use octal not symbolic permissions | Joe Perches | 2018-05-28 | 4 | -8/+8 |
* | ALSA: aloop: Add missing cable lock to ctl API callbacks | Takashi Iwai | 2018-04-30 | 1 | -2/+15 |
* | ALSA: opl3: Hardening for potential Spectre v1 | Takashi Iwai | 2018-04-25 | 1 | -2/+5 |
* | ALSA: aloop: Mark paused device as inactive | Robert Rosengren | 2018-03-27 | 1 | -3/+9 |
* | ALSA: aloop: Fix access to not-yet-ready substream via cable | Takashi Iwai | 2018-03-22 | 1 | -1/+7 |
* | ALSA: aloop: Sync stale timer before release | Takashi Iwai | 2018-03-22 | 1 | -1/+8 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-01-30 | 1 | -15/+12 |
|\ |
|
| * | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2018-01-27 | 1 | -48/+50 |
| |\ |
|
| * | | ALSA/dummy: Replace tasklet with softirq hrtimer | Thomas Gleixner | 2018-01-16 | 1 | -15/+12 |
* | | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2018-01-09 | 1 | -48/+50 |
|\ \ \
| | |/
| |/| |
|
| * | | ALSA: aloop: Fix racy hw constraints adjustment | Takashi Iwai | 2018-01-05 | 1 | -30/+21 |
| * | | ALSA: aloop: Fix inconsistent format due to incomplete rule | Takashi Iwai | 2018-01-05 | 1 | -7/+6 |
| * | | ALSA: aloop: Release cable upon open error path | Takashi Iwai | 2018-01-05 | 1 | -13/+25 |
| |/ |
|
* / | ALSA: drivers: make array 'names' const, reduces object code size | Colin Ian King | 2017-11-29 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 2017-11-13 | 7 | -0/+7 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 7 | -0/+7 |
* | | ALSA: drivers: Convert timers to use timer_setup() | Kees Cook | 2017-10-24 | 8 | -24/+19 |
|/ |
|
* | ALSA: vx: Put missing KERN_CONT prefix | Takashi Iwai | 2017-08-31 | 1 | -2/+2 |
* | ALSA: opl3: Put missing KERN_CONT prefix | Takashi Iwai | 2017-08-31 | 1 | -2/+2 |
* | ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe() | Markus Elfring | 2017-08-22 | 1 | -16/+13 |
* | ALSA: drivers: constify snd_pcm_ops structures | Arvind Yadav | 2017-08-19 | 2 | -4/+4 |
* | ALSA: drivers: make snd_pcm_hardware const | Bhumika Goyal | 2017-08-17 | 5 | -7/+7 |
* | ALSA: drivers: mpu401: constify pnp_device_id | Arvind Yadav | 2017-08-17 | 1 | -1/+1 |
* | ALSA: mpu401: Adjust four checks for null pointers | Markus Elfring | 2017-08-12 | 1 | -4/+4 |
* | ALSA: mpu401: Use common error handling code in snd_mpu401_uart_new() | Markus Elfring | 2017-08-12 | 1 | -6/+9 |
* | ALSA: mpu401: Delete an error message for a failed memory allocation in snd_m... | Markus Elfring | 2017-08-12 | 1 | -1/+0 |
* | ALSA: opl3: Delete an error message for a failed memory allocation in snd_opl... | Markus Elfring | 2017-08-12 | 1 | -3/+1 |
* | ALSA: opl4: Move inline before return type | Joe Perches | 2017-07-06 | 1 | -1/+1 |
* | ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfig | Takashi Iwai | 2017-06-28 | 1 | -1/+3 |
* | ALSA: seq: Allow the modular sequencer registration | Takashi Iwai | 2017-06-12 | 4 | -4/+6 |
* | ALSA: seq: Reorganize kconfig and build | Takashi Iwai | 2017-06-09 | 1 | -0/+13 |
* | ALSA: seq: Allow the tristate build of OSS emulation | Takashi Iwai | 2017-06-09 | 2 | -3/+6 |
* | ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops. | Arvind Yadav | 2017-06-09 | 1 | -2/+2 |
* | ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_ops | Arvind Yadav | 2017-06-09 | 1 | -1/+1 |
* | ALSA: dummy: Convert to new PCM copy ops | Takashi Iwai | 2017-06-02 | 1 | -6/+14 |
* | ALSA: declare snd_kcontrol_new structures as const | Bhumika Goyal | 2017-05-30 | 1 | -12/+12 |
* | ALSA: opl3: Kill unused set_fs() | Takashi Iwai | 2017-05-17 | 1 | -14/+0 |
* | ALSA: opl4: Use IS_REACHABLE() | Takashi Iwai | 2017-05-17 | 2 | -3/+3 |
* | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-11 | 3 | -6/+6 |
|\ |
|