summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel
Commit message (Expand)AuthorAgeFilesLines
* ALSA: HD-Audio: SKL+: force HDaudio legacy or SKL+ driver selectionPierre-Louis Bossart2018-12-191-15/+33
* ALSA: HD-Audio: SKL+: abort probe if DSP is present and Skylake driver selectedPierre-Louis Bossart2018-12-191-0/+6
* Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2018-12-1828-136/+963
|\
| * ASoC: Intel: Skylake: Add more platform granularityPierre-Louis Bossart2018-12-143-9/+92
| * ASoC: Intel: Skylake: add error logs on probe, remove dependency on NHLTPierre-Louis Bossart2018-12-132-12/+32
| * ASoC: Intel: Skylake: remove useless tests on HDaudio capabilitiesPierre-Louis Bossart2018-12-131-22/+18
| * ASoC: Intel: Skylake: stop probe if HDaudio capabilities don't existPierre-Louis Bossart2018-12-131-9/+17
| * ASoC: Intel: Skylake: Harden DSP detection with PCI class/subclass infoPierre-Louis Bossart2018-12-131-0/+15
| * ASoC: Intel: Skylake: Add CFL-S supportTakashi Iwai2018-12-132-0/+11
| * ASoC: Intel: kbl_rt5660: Add a new machine driver for kbl with rt5660Hui Wang2018-12-134-0/+565
| * Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-12-134-24/+104
| |\
| | * ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook GnawtyHans de Goede2018-12-061-0/+7
| | * ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook ClapperHans de Goede2018-12-031-0/+7
| * | ASoC: Intel: kbl_da7219_max98927: fix the audio jack button remappingZhuohao Lee2018-12-101-3/+3
| * | ASoC: Intel: bytcr_rt5640: Add quirk for the Point of View Mobii TAB-P1005W-232Hans de Goede2018-12-101-0/+13
| * | ASoC: Intel: bytcr_rt5640: Add quirk for the Prowise PT301 tabletHans de Goede2018-12-101-0/+14
| * | ASoC: Intel: common: add ACPI matching tables for ICLPierre-Louis Bossart2018-12-032-1/+33
| * | ASoC: Intel: Skylake: Add FW reply for MCLK/SCLK IPCSubhransu S. Prusty2018-11-281-0/+6
| * | ASoC: Intel: Skylake: Make DSP replies more human readableSubhransu S. Prusty2018-11-281-11/+33
| * | ASoC: Intel: use platform_data for machine driversPierre-Louis Bossart2018-11-206-8/+15
| * | ASoC: Intel: fix interface for Chromebook machine driversPierre-Louis Bossart2018-11-206-24/+21
| * | ASoC: Intel: common: add quirk for APL RVP boardsPierre-Louis Bossart2018-11-061-0/+33
| * | ASoC: Intel: common: add SOF information for APL RVPBard liao2018-11-061-0/+3
| * | ASoC: Intel: remove GFP_ATOMIC, use GFP_KERNELPierre-Louis Bossart2018-11-065-6/+6
| * | ASoC: Intel: boards: fix Skylake typoPierre-Louis Bossart2018-11-064-9/+9
| * | ASoC: Intel: use standard interface for Atom machine driversPierre-Louis Bossart2018-11-064-15/+7
| * | ASoC: Intel: use standard interface for Hdaudio machine driverPierre-Louis Bossart2018-11-062-17/+13
| * | ASoC: Intel: mrfld: fix uninitialized variable accessArnd Bergmann2018-11-051-4/+4
* | | ALSA: hda: Make snd_hdac_display_power() void functionTakashi Iwai2018-12-111-29/+11
* | | ALSA: hda: Refactor display power managementTakashi Iwai2018-12-111-5/+5
* | | Merge tag 'asoc-v4.20-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2018-11-274-24/+90
|\ \ \ | |/ / |/| / | |/
| * ASoC: Intel: Skylake: fix Kconfigs, make HDaudio codec optionalPierre-Louis Bossart2018-11-203-15/+55
| * ASoC: Intel: Power down links before turning off display audio powerPierre-Louis Bossart2018-11-131-6/+6
| * ASoC: intel: cht_bsw_max98090_ti: Add quirk for boards using pmc_plt_clk_0Hans de Goede2018-11-051-3/+29
* | Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-2522-46/+1594
|\|
| * ASoC: Intel: kbl_da7219_max98927: minor white space clean upDan Carpenter2018-10-191-2/+2
| * ASoC: intel: don't pass GFP_DMA32 to dma_alloc_coherentChristoph Hellwig2018-10-171-1/+1
| * ASoC: Intel: common: Add Kabylake Dialog+Maxim machine driver entryMac Chiang2018-10-151-0/+13
| * ASoC: Intel: Boards: Add KBL Dialog Maxim I2S machine driverMac Chiang2018-10-153-0/+998
| * ASoC: intel: skylake: Add fall-through annotationTakashi Iwai2018-10-051-0/+1
| * ASoC: intel: skylake: Add missing break in skl_tplg_get_token()Takashi Iwai2018-10-041-0/+1
| * ASoC: add for_each_card_components() macroKuninori Morimoto2018-09-204-8/+8
| * ASoC: add for_each_card_rtds() macroKuninori Morimoto2018-09-201-2/+2
| * ASoC: add for_each_card_prelinks() macroKuninori Morimoto2018-09-201-2/+3
| * Merge branch 'asoc-4.19' into asoc-4.20 for rt5682 deps.Mark Brown2018-09-181-7/+5
| |\
| * | ASoC: skl-topology: Use kmemdup to replace kzalloc + memcpyzhong jiang2018-09-101-2/+1
| * | ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto2018-09-042-6/+4
| * | ASoC: Intel: cht-bsw-rt5672: Add key-mappings for the headset buttonsHans de Goede2018-08-281-0/+5
| * | ASoC: Intel: common: Add quirk for Thinkpad 8 tabletHans de Goede2018-08-281-0/+7
| * | ASoC: hdac_hda: add asoc extension for legacy HDA codec driversRakesh Ughreja2018-08-285-5/+107