summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-9/+6
* Merge branch 'for-next' into for-linusTakashi Iwai2017-02-202-3/+3
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2017-02-071-8/+1
| |\
| * | ALSA: seq: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
| * | ALSA: rawmidi: Add const to snd_rawmidi_opsTakashi Iwai2017-01-121-1/+1
* | | ALSA: seq: Fix race at creating a queueTakashi Iwai2017-02-081-13/+20
| |/ |/|
* | ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai2017-02-061-8/+1
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Merge tag 'sound-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-142-3/+3
|\
| * ALSA: oss: don't opencode IS_REACHABLE()Fabian Frederick2016-11-121-1/+1
| * ALSA: rawmidi: don't opencode IS_REACHABLE()Fabian Frederick2016-11-121-2/+2
* | printk/sound: handle more message headersPetr Mladek2016-12-121-6/+14
|/
* ALSA: info: Return error for invalid read/writeTakashi Iwai2016-11-081-1/+5
* ALSA: info: Limit the proc text input sizeTakashi Iwai2016-11-081-0/+3
* ALSA: seq: Fix time account regressionTakashi Iwai2016-10-251-2/+2
* 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