summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wcd9335: remove some unnecessary NULL checksDan Carpenter2019-02-061-12/+8
* ASoC: ssm2602: Fix ADC powerup sequencingPhilipp Zabel2019-02-061-2/+28
* ASoC: dapm: Check for NULL widget in dapm_update_dai_unlockedCharles Keepax2019-02-061-0/+3
* ASoC: ak4118: fix missing headerClément Péron2019-02-041-0/+1
* ASoC: mediatek: btcvsd: fix spelling mistake "offest" -> "offset"Colin Ian King2019-02-041-1/+1
* ASoC: topology: unload physical dai link in removeBard liao2019-02-042-0/+33
* ASoC: soc-core: clear platform pointers on errorCurtis Malainey2019-02-041-1/+20
* ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probewen yang2019-02-041-0/+1
* ASoC: dapm: Add warnings for widget overwrite when adding routeZhiwei Jiang2019-02-021-0/+12
* ASoC: dapm: Only power up active channels from a DAICharles Keepax2019-02-023-8/+94
* ASoC: dapm: fix use-after-free issue with dailink snamePierre-Louis Bossart2019-02-021-1/+18
* ASoC: mediatek: add btcvsd driverKaiChieh Chuang2019-02-023-0/+1375
* ASoC: mediatek: add documents for btcvsd driverKaiChieh Chuang2019-02-021-0/+24
* ASoC: arizona: Add channel numbers to AIFsCharles Keepax2019-02-025-158/+158
* ASoC: rsnd: fixup TDM Split mode check for CTUKuninori Morimoto2019-02-021-13/+12
* ASoC: rsnd: synchronize connection check for simple-card/audio-graphKuninori Morimoto2019-02-021-8/+7
* ASoC: sprd: Add Spreadtrum audio DMA platfrom driverBaolin Wang2019-01-296-0/+589
* dt-bindings: ASoC: Add Spreadtrum DMA platform documentationBaolin Wang2019-01-291-0/+23
* ASoC: topology: modify dapm route loading routine and add dapm route unloadingRanjani Sridharan2019-01-291-16/+86
* ASoC: topology: add SND_SOC_DOBJ_GRAPH type for dapm routesRanjani Sridharan2019-01-292-3/+6
* ASoC: topology: fix memory leak in soc_tplg_dapm_widget_createBard liao2019-01-291-0/+3
* ASoC: topology: Fix memory leak from soc_tplg_denum_create_textsAmadeusz Sławiński2019-01-291-0/+3
* ASoC: topology: Remove widgets from dobj listAmadeusz Sławiński2019-01-291-0/+2
* ASoC: topology: Reduce number of dereferences when accessing dobjAmadeusz Sławiński2019-01-291-12/+12
* ASoC: Intel: cht_bsw_rt5672: remove useless testPierre-Louis Bossart2019-01-291-12/+9
* ASoC: cros_ec_codec: Add codec driver for Cros ECCheng-Yi Chiang2019-01-294-0/+452
* ASoC: Documentation: Add google, cros-ec-codecCheng-Yi Chiang2019-01-292-0/+33
* Merge tag 'v5.0-rc4' into asoc-5.1Mark Brown2019-01-291146-6274/+11615
|\
| * Linux 5.0-rc4v5.0-rc4Linus Torvalds2019-01-271-1/+1
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-278-17/+61
| |\
| | * x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledSinan Kaya2019-01-221-1/+1
| | * x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich2019-01-181-2/+4
| | * x86/kexec: Fix a kexec_file_load() failureDave Young2019-01-152-0/+3
| | * x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao2019-01-151-2/+2
| | * x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen2019-01-151-10/+31
| | * x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
| | * x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-01-111-2/+2
| | * x86/intel/lpss: Make PCI dependency explicitSinan Kaya2019-01-111-1/+1
| * | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-272-18/+16
| |\ \
| | * | x86/hpet: Remove unused FSEC_PER_NSEC defineRoland Dreier2018-12-041-4/+0
| | * | x86/tsc: Make calibration refinement more robustDaniel Vacek2018-11-061-14/+16
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-01-271-0/+1
| |\ \ \
| | * | | posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-151-0/+1
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-01-275-12/+39
| |\ \ \ \
| | * | | | locking/rwsem: Fix (possible) missed wakeupXie Yongji2019-01-211-2/+9
| | * | | | futex: Fix (possible) missed wakeupPeter Zijlstra2019-01-211-5/+8
| | * | | | sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-01-211-3/+4
| | * | | | sched/wake_q: Document wake_q_add()Peter Zijlstra2019-01-212-1/+17
| | * | | | sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood2019-01-211-1/+1
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-277-16/+20
| |\ \ \ \ \