aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05ALSA: compress: Fix stop handling on compressed capture streamsCharles Keepax1-1/+5
2019-02-01ALSA: hda - Serialize codec registrationsTakashi Iwai1-0/+1
2019-01-18Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+6
2019-01-14ASoC: soc-core: fix init platform memory handlingCurtis Malainey1-0/+6
2018-12-19ALSA: HD-Audio: SKL+: force HDaudio legacy or SKL+ driver selectionPierre-Louis Bossart1-0/+6
2018-12-19ALSA: HDA: export process_unsol_events()Keyon Jie1-0/+1
2018-12-18Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai5-5/+50
2018-12-18Merge branch 'asoc-4.21' into asoc-nextMark Brown5-5/+50
2018-12-14ALSA: soc-compress: add support to snd_compr_set_runtime_buffer()Srinivas Kandagatla1-0/+19
2018-12-13Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-4.21 intel depMark Brown1-1/+1
2018-12-11ALSA: hda: Make snd_hdac_display_power() void functionTakashi Iwai1-5/+4
2018-12-11ALSA: hda: Refactor display power managementTakashi Iwai3-7/+11
2018-12-03ASoC: Intel: common: add ACPI matching tables for ICLPierre-Louis Bossart1-0/+1
2018-11-29ALSA: pcm: Fix interval evaluation with openmin/maxTakashi Iwai1-1/+3
2018-11-27Merge tag 'asoc-v4.20-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+1
2018-11-26ASoC: soc.h: makes snd_soc_of_parse_audio_prefix() inlineKuninori Morimoto1-3/+9
2018-11-23ASoC: soc-core: add snd_soc_of_parse_node_prefix()Kuninori Morimoto1-1/+5
2018-11-21ASoC: simple_card_utils: remove "option" from asoc_simple_card_of_parse_routing()Kuninori Morimoto1-2/+1
2018-11-21ASoC: simple-card-utils: tidyup asoc_simple_card_parse_convert()Kuninori Morimoto1-1/+2
2018-11-20ASoC: Intel: fix interface for Chromebook machine driversPierre-Louis Bossart1-0/+1
2018-11-06ASoC: acpi: define common interface for machine driver configurationPierre-Louis Bossart1-0/+14
2018-11-05ASoC: wm97xx: fix uninitialized regmap pointer problemArnd Bergmann1-1/+1
2018-10-30ASoC: fix oops w/ for_each_rtd_codec_dai_rollback() macroPierre-Louis Bossart1-1/+1
2018-10-22Merge tag 'asoc-v5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai5-19/+78
2018-10-04ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai1-0/+1
2018-10-04Merge branch 'for-linus' into for-nextTakashi Iwai2-0/+2
2018-09-21ASoC: add for_each_component_dais() macroKuninori Morimoto1-0/+5
2018-09-20ASoC: add for_each_dpcm_be() macroKuninori Morimoto1-0/+7
2018-09-20ASoC: add for_each_dpcm_fe() macroKuninori Morimoto1-0/+3
2018-09-20ASoC: add for_each_comp_order() macroKuninori Morimoto1-0/+5
2018-09-20ASoC: add for_each_card_components() macroKuninori Morimoto1-0/+3
2018-09-20ASoC: add for_each_card_rtds() macroKuninori Morimoto1-0/+4
2018-09-20ASoC: add for_each_card_links() macroKuninori Morimoto1-0/+6
2018-09-20ASoC: add for_each_card_prelinks() macroKuninori Morimoto1-0/+4
2018-09-20ASoC: rename for_each_rtd_codec_dai_reverse to rollbackKuninori Morimoto1-1/+1
2018-09-18Merge branch 'asoc-4.19' into asoc-4.20 for rt5682 deps.Mark Brown1-0/+1
2018-09-17Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-0/+2
2018-09-12sound: don't call skl_init_chip() to reset intel skl socYu Zhao1-0/+1
2018-09-12ASoC: core: add support to card rebindSrinivas Kandagatla1-0/+2
2018-09-11ASoC: soc-core: remove unused num_dai_linksKuninori Morimoto1-1/+0
2018-09-05ASoC: dapm: Move CODEC to CODEC params from the widget to the runtimeCharles Keepax2-3/+2
2018-09-05ASoC: dapm: Move connection of CODEC to CODEC DAIsCharles Keepax1-6/+0
2018-09-04ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto1-0/+7
2018-09-04ASoC: add for_each_link_codecs() macroKuninori Morimoto1-0/+4
2018-08-31ASoC: simple-card-util: support snd_soc_dai_link_component style for platformKuninori Morimoto1-1/+1
2018-08-31ASoC: soc-core: use snd_soc_dai_link_component for platformKuninori Morimoto1-0/+2
2018-08-31ASoC: simple_card_utils: support snd_soc_dai_link_component style for codecKuninori Morimoto1-9/+18
2018-08-30Merge tag 'hda-codec-h-move' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+534
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart1-0/+534
2018-08-28ASoC: Intel: common: add table for HDA-based platformsPierre-Louis Bossart1-0/+6