summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: fix passing wrong pointer in function call of compatibility layerTakashi Sakamoto2016-10-121-1/+1
* ALSA: compress: fix some missing and misplaced \n in messagesColin Ian King2016-09-161-2/+2
* ALSA: seq: fix to copy from/to user spaceTakashi Sakamoto2016-09-131-2/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2016-09-112-3/+35
|\
| * ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai2016-09-081-1/+3
| * ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai2016-09-081-0/+14
| * ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2016-09-021-0/+2
| * ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-08-291-2/+15
| * ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum2016-08-291-0/+1
* | ALSA: pcm: Fix avail to return error if stream is suspendedJeeja KP2016-09-061-1/+3
* | ALSA: seq: initialize whole fields of automatic variable with union typeTakashi Sakamoto2016-08-311-2/+5
* | ALSA: compress: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-221-7/+3
* | ALSA: seq: obsolete change of address limitTakashi Sakamoto2016-08-222-78/+7
* | ALSA: seq: change ioctl command operation to get data in kernel spaceTakashi Sakamoto2016-08-221-358/+248
* | ALSA: seq: add an alternative way to handle ioctl requestsTakashi Sakamoto2016-08-222-1/+80
* | ALSA: seq: add documentation for snd_seq_kernel_client_ctlTakashi Sakamoto2016-08-221-3/+11
|/
* Merge tag 'asoc-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2016-07-261-2/+65
|\
| *-. Merge remote-tracking branches 'asoc/topic/adau', 'asoc/topic/adau7002', 'aso...Mark Brown2016-07-241-2/+65
| |\ \
| | | * ALSA: compress: Add function to indicate the stream has gone badCharles Keepax2016-06-131-2/+65
| | |/
* | | Merge branch 'for-next' into for-linusTakashi Iwai2016-07-254-20/+47
|\ \ \ | |/ / |/| |
| * | ALSA: control: add dimension validator for userspace elementsTakashi Sakamoto2016-07-071-0/+32
| * | ALSA: seq_timer: use monotonic times internallyArnd Bergmann2016-06-172-15/+10
| * | ALSA: seq_oss: Change structure initialisation to C99 styleAmitoj Kaur Chawla2016-06-151-5/+5
| |/
* | ALSA: pcm: Free chmap at PCM free callback, tooTakashi Iwai2016-07-081-4/+10
* | ALSA: ctl: Stop notification after disconnectionTakashi Iwai2016-07-081-0/+2
* | ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai2016-07-041-1/+1
|/
* Merge tag 'asoc-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2016-05-162-19/+57
|\
| * Merge remote-tracking branch 'asoc/topic/hdmi' into asoc-nextMark Brown2016-05-131-17/+48
| |\
| | * ALSA: pcm: Allow 32 bit sample format in IEC958 channel status helperJyri Sarha2016-04-061-0/+1
| | * ALSA: pcm: add IEC958 channel status helper for hw_paramsJyri Sarha2016-04-061-17/+47
| * | Merge remote-tracking branch 'asoc/topic/dmaengine' into asoc-nextMark Brown2016-05-131-2/+9
| |\ \
| | * | ASoC: dmaengine_pcm: Add support for packed transfersMatthias Reichl2016-04-271-2/+9
| | |/
* | | ALSA: pcm: Bail out when chmap is already presentTakashi Iwai2016-05-101-0/+2
* | | ALSA: compress: Replace complex if statement with switchCharles Keepax2016-05-091-3/+6
* | | ALSA: compress: Fix poll error return codesCharles Keepax2016-05-091-2/+2
* | | ALSA: compress: Remove pointless NULL checkCharles Keepax2016-05-091-4/+3
* | | ALSA: compress: Use snd_compr_get_poll on error pathCharles Keepax2016-05-091-4/+1
* | | ALSA: pcm: Fix poll error return codesCharles Keepax2016-05-091-2/+2
* | | ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu2016-05-081-0/+1
* | | ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu2016-05-081-0/+1
* | | ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu2016-05-081-0/+1
* | | ALSA: hrtimer: Handle start/stop more properlyTakashi Iwai2016-04-261-17/+39
* | | ALSA: timer: remove legacy rtctimerAlexandre Belloni2016-04-255-221/+0
* | | ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai2016-04-141-1/+1
|/ /
* | ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai2016-04-011-2/+2
* | ALSA: timer: fix gparams ioctl compatibility for different architecturesTakashi Sakamoto2016-03-232-8/+42
|/
* ALSA: ctl: change return value in compatibility layer so that it's the same v...Takashi Sakamoto2016-03-171-1/+1
* Merge tag 'asoc-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2016-03-141-0/+30
|\
| * Merge remote-tracking branch 'asoc/topic/core-pcm' into asoc-nextMark Brown2016-03-131-0/+30
| |\
| | * ALSA: pcm: Add snd_pcm_rate_range_to_bits()Mengdong Lin2016-02-051-0/+30
OpenPOWER on IntegriCloud