aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-03ASoC: SOF: soundwire: add initial soundwire supportPan Xiuli1-0/+1
2019-06-03ASoC: SOF: uapi: mirror firmware changesPierre-Louis Bossart1-0/+2
2019-04-28ASoC: SOF: Add xtensa supportPierre-Louis Bossart1-0/+44
2019-04-28ASoC: SOF: Add Nocodec machine driver supportLiam Girdwood1-0/+6
2019-04-28ASoC: SOF: Add support for loading topologiesLiam Girdwood1-0/+256
2019-04-28ASoC: SOF: Add support for IPC IO between DSP and HostLiam Girdwood8-0/+950
2019-04-28ASoC: SOF: Add Sound Open Firmware driver coreLiam Girdwood1-0/+94
2019-04-26Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-2/+7
2019-04-26ASoC: simple-card-utils: add asoc_simple_parse_pin_switches()Paul Cercueil1-0/+2
2019-04-08ASoC: core: conditionally increase module refcount on component openRanjani Sridharan1-2/+7
2019-03-21ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()Kuninori Morimoto1-45/+45
2019-03-21ASoC: simple-card-utils: separate asoc_simple_card_parse_dai()Kuninori Morimoto1-31/+8
2019-03-21ASoC: simple-card-utils: share asoc_simple_card_init_priv()Kuninori Morimoto1-1/+9
2019-03-21ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup()Kuninori Morimoto1-0/+2
2019-03-21ASoC: simple-card-utils: share asoc_simple_dai_init()Kuninori Morimoto1-3/+1
2019-03-21ASoC: simple-card-utils: share asoc_simple_hw_param()Kuninori Morimoto1-0/+2
2019-03-21ASoC: simple-card-utils: share asoc_simple_shutdown()Kuninori Morimoto1-1/+1
2019-03-21ASoC: simple-card-utils: share asoc_simple_startup()Kuninori Morimoto1-1/+1
2019-03-21ASoC: simple_card_utils: share common priv for simple-card/audio-graphKuninori Morimoto1-0/+23
2019-03-21ASoC: simple-card-utils: add asoc_simple_debug_info()Kuninori Morimoto1-0/+72
2019-03-21ASoC: da7219: Expose BCLK and WCLK control through CCFAdam Thomson1-1/+7
2019-03-18ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang1-0/+2
2019-03-18Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown10-29/+59
2019-03-15Merge tag 'sound-fix-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2019-03-13ALSA: pcm: Fix function name in kernel-doc commentRicardo Biehl Pasquali1-1/+1
2019-03-11ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang1-0/+2
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+3
2019-02-28Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai4-9/+46
2019-02-26Merge branch 'asoc-5.1' into asoc-nextMark Brown7-30/+162
2019-02-20Pull in char-misc-next from GregDaniel Vetter2-1/+6
2019-02-14ASoC: dmaengine: Remove unused SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flagSylwester Nawrocki1-4/+0
2019-02-12ASoC: soc-acpi: remove new_mach_data fieldPierre-Louis Bossart1-2/+0
2019-02-12ASoC: soc-acpi: remove asoc_plat_name fieldPierre-Louis Bossart1-3/+0
2019-02-08ASoC: core: don't increase component module refcount unconditionallyPierre-Louis Bossart1-0/+3
2019-02-08i915/snd_hdac: I915 subcomponent for the snd_hdacDaniel Vetter1-2/+3
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai1-4/+4
2019-02-08Merge branch 'for-linus' into for-nextTakashi Iwai2-1/+6
2019-02-08Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai5-21/+116
2019-02-08ASoC: cs35l36: Add support for Cirrus CS35L36 AmplifierJames Schulman1-0/+43
2019-02-06ASoC: dapm: harden use of lookup tablesPierre-Louis Bossart1-0/+3
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai1-1/+0
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai1-1/+0
2019-02-06ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai1-0/+35
2019-02-05ALSA: compress: Fix stop handling on compressed capture streamsCharles Keepax1-1/+5
2019-02-04ASoC: topology: unload physical dai link in removeBard liao1-0/+1
2019-02-02ASoC: dapm: Only power up active channels from a DAICharles Keepax1-8/+14
2019-02-01ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+0
2019-02-01ALSA: hda - Serialize codec registrationsTakashi Iwai1-0/+1
2019-01-29ASoC: topology: add SND_SOC_DOBJ_GRAPH type for dapm routesRanjani Sridharan2-3/+6
2019-01-29Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+6