summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2017-11-08ASoC: add snd_soc_component_read32Kuninori Morimoto1-0/+14
2017-10-23ASoC: snd_soc_component_driver has non_legacy_dai_namingKuninori Morimoto1-1/+2
2017-10-23ASoC: snd_soc_component_driver has endiannessKuninori Morimoto1-35/+45
2017-10-23ASoC: snd_soc_component_driver has pmdown_timeKuninori Morimoto1-1/+10
2017-10-23ASoC: snd_soc_component_driver has snd_compr_opsKuninori Morimoto1-34/+427
2017-10-23ASoC: snd_soc_component_driver has snd_pcm_opsKuninori Morimoto1-14/+353
2017-10-10ASoC: soc-core: remove unnecessary message from snd_soc_register_component()Kuninori Morimoto1-3/+1
2017-10-10Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown1-11/+23
2017-10-10ASoC: soc-core: add snd_soc_add_component()Kuninori Morimoto1-11/+23
2017-10-04ASoC: soc-core: add component lookup functionsKuninori Morimoto1-0/+26
2017-09-27ASoC: add Component level set_bias_levelKuninori Morimoto1-1/+12
2017-09-27ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto2-8/+63
2017-09-27Merge branch 'fix/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Mark Brown1-1/+12
2017-09-27ASoC: pcm: Sync delayed work before releasing resourcesTakashi Iwai1-1/+12
2017-09-26ASoC: add null_snd_soc_ops and reduce NULL ops checkKuninori Morimoto2-8/+13
2017-09-25ASoC: remove unneeded dai->driver->ops checkKuninori Morimoto2-20/+19
2017-09-25ASoC: remove unneeded dai->driver checkKuninori Morimoto1-8/+8
2017-09-25ASoC: soc-core: remove rtd NULL check on soc_free_pcm_runtime()Kuninori Morimoto1-2/+1
2017-09-20ASoC: soc-pcm: check symmetry after hw_paramsjiada wang1-5/+4
2017-09-14vfs: constify path argument to kernel_read_file_from_pathMimi Zohar1-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-09-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-33/+14
2017-09-13Merge tag 'sound-fix-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-149/+141
2017-09-12ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai1-0/+3
2017-09-12ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Markus Elfring1-8/+8
2017-09-08linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada1-3/+0
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-1/+1
2017-09-07Merge tag 'sound-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds467-2941/+11713
2017-09-07ALSA: asihpi: Kill BUG_ON() usagesTakashi Iwai1-5/+1
2017-09-07ALSA: core: Use %pS printk format for direct addressesHelge Deller1-2/+2
2017-09-07ALSA: ymfpci: Use common error handling code in snd_ymfpci_create()Markus Elfring1-20/+21
2017-09-07ALSA: ymfpci: Use common error handling code in snd_card_ymfpci_probe()Markus Elfring1-32/+30
2017-09-07ALSA: 6fire: Use common error handling code in usb6fire_chip_probe()Markus Elfring1-18/+13
2017-09-07ALSA: usx2y: Use common error handling code in submit_urbs()Markus Elfring1-8/+10
2017-09-07ALSA: us122l: Use common error handling code in us122l_create_card()Markus Elfring1-4/+6
2017-09-07ALSA: hdspm: Use common error handling code in snd_hdspm_probe()Markus Elfring1-8/+8
2017-09-07ALSA: rme9652: Use common code in hdsp_get_iobox_version()Markus Elfring1-15/+11
2017-09-07ALSA: maestro3: Use common error handling code in two functionsMarkus Elfring1-29/+28
2017-09-05Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2017-09-04Merge tag 'asoc-v4.14-cs43130' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai1-6/+10
2017-09-04ALSA: hda/ca0132 - Fix memory leak at error pathTakashi Iwai1-2/+6
2017-09-04ALSA: hda: Fix forget to free resource in error handling code path in hda_cod...Wang YanQing1-1/+4
2017-09-04ASoC: cs43130: Fix unused compiler warnings for PM runtimeTakashi Iwai1-2/+2
2017-09-04ASoC: cs43130: Fix possible Oops with invalid dev_idTakashi Iwai1-0/+4
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2017-09-04Merge tag 'asoc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai295-1812/+10473
2017-09-04ASoC: cs43130: fix spelling mistake: "irq_occurrance" -> "irq_occurrence"Colin Ian King1-4/+4
2017-09-04ALSA: atmel: convert AC97c driver to GPIO descriptor APIAndy Shevchenko1-60/+10
2017-09-04ALSA: hda/realtek - Enable jack detection function for Intel ALC700PeiSen Hou1-0/+17
2017-09-04Merge branch 'for-next' into for-linusTakashi Iwai168-1059/+1187