summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-134-4/+4
|\
| * timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-054-4/+4
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-1314-57/+56
|\ \
| * \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07209-76/+285
| |\ \
| * | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-2514-57/+56
* | | | Merge tag 'sound-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2017-11-097-16/+93
|\ \ \ \ | |_|/ / |/| | |
| * | | ALSA: hda - fix headset mic problem for Dell machines with alc274Hui Wang2017-11-091-0/+5
| * | | ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-073-3/+32
| * | | ALSA: timer: Limit max instances per timerTakashi Iwai2017-11-062-13/+55
| * | | ALSA: usb-audio: support new Amanero Combo384 firmware versionJussi Laako2017-11-021-0/+1
* | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02197-0/+197
|\ \ \ \ | |/ / / |/| | |
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02197-0/+197
| |/ /
* | | Merge tag 'asoc-fix-v4.14-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2017-11-0110-73/+53
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge remote-tracking branches 'asoc/fix/topology', 'asoc/fix/adau17x1', 'aso...Mark Brown2017-11-0110-73/+53
| |\ \ \ \ \ \ \ \
| | | | | | | * | | ASoC: rt5663: Change the dev getting function in rt5663_irqoder_chiou@realtek.com2017-09-251-1/+2
| | | | | | | | |/ | | | | | | | |/|
| | | | | | * | | ASoC: rt5659: connect LOUT Amp with Charge PumpBard Liao2017-10-181-0/+1
| | | | | | * | | ASoC: rt5659: register power bit of LOUT AmpBard Liao2017-10-181-1/+2
| | | | | | |/ /
| | | | | * | | ASoC: rt5616: fix 0x91 default valueBard Liao2017-10-211-1/+1
| | | | | |/ /
| | | | * | | ASoC: rt5514: Revert Hotword Model controlHsin-Yu Chao2017-09-152-66/+0
| | | | * | | ASoC: rt5514-spi: check irq status to schedule data copyHsin-Yu Chao2017-09-132-2/+18
| | | * | | | ASoC: adau17x1: Workaround for noise bug in ADCRicard Wanderlof2017-09-072-1/+25
| | * | | | | ASoC: topology: Fix a potential memory leak in 'soc_tplg_dapm_widget_denum_cr...Christophe JAILLET2017-09-141-1/+1
| | * | | | | ASoC: topology: Fix a potential NULL pointer dereference in 'soc_tplg_dapm_wi...Christophe JAILLET2017-09-141-0/+3
| | | |/ / / | | |/| | |
* | | | | | ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2017-10-311-1/+1
* | | | | | ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai2017-10-311-2/+15
|/ / / / /
* | | | | ALSA: hda - fix headset mic problem for Dell machines with alc236Hui Wang2017-10-241-0/+8
* | | | | ALSA: hda/realtek - Add support for ALC236/ALC3204Kailang Yang2017-10-201-0/+11
| |_|_|/ |/| | |
* | | | ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai2017-10-182-42/+86
* | | | ALSA: hda: Remove superfluous '-' added by printk conversionTakashi Iwai2017-10-181-1/+1
* | | | ALSA: hda: Abort capability probe at invalid register readTakashi Iwai2017-10-181-0/+5
* | | | ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2017-10-182-16/+0
* | | | ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 DigitalJussi Laako2017-10-161-0/+1
* | | | ALSA: caiaq: Fix stray URB at probe error pathTakashi Iwai2017-10-111-3/+9
* | | | ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-112-3/+10
* | | | ALSA: usb-audio: Kill stray URB at exitingTakashi Iwai2017-10-102-2/+12
* | | | ALSA: line6: Fix leftover URB at error-path during probeTakashi Iwai2017-10-091-3/+4
* | | | ALSA: line6: Fix NULL dereference at podhd_disconnect()Takashi Iwai2017-10-091-1/+2
* | | | ALSA: line6: Fix missing initialization before error pathTakashi Iwai2017-10-091-2/+3
* | | | ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-091-8/+19
* | | | ALSA: usb-audio: Add sample rate quirk for Plantronics P610Kai-Heng Feng2017-10-091-0/+1
* | | | Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-10-058-11/+60
|\ \ \ \ | |_|_|/ |/| | |
| * | | ALSA: usx2y: Suppress kernel warning at page allocation failuresTakashi Iwai2017-10-021-2/+4
| * | | Revert "ALSA: echoaudio: purge contradictions between dimension matrix member...Takashi Sakamoto2017-10-021-3/+3
| * | | ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptorTakashi Iwai2017-09-221-0/+20
| * | | ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang2017-09-221-0/+1
| * | | ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-MKai-Heng Feng2017-09-201-0/+2
| * | | ALSA: hda - program ICT bits to support HBR audioSriram Periyasamy2017-09-201-0/+21
| * | | ALSA: asihpi: fix a potential double-fetch bug when copying puhmMeng Xu2017-09-191-4/+8
| * | | ALSA: compress: Remove unused variableGuneshwor Singh2017-09-181-2/+1
* | | | vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-141-1/+1
OpenPOWER on IntegriCloud