summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/common
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Intel: add sof-rt5682 machine driverBard liao2019-05-034-0/+37
* ASoC: Intel: avoid Oops if DMA setup failsRoss Zwisler2019-05-031-2/+6
* ASoC: Intel: common: add Geminilake Realtek+Maxim machine driver entryYong Zhi2019-05-021-0/+9
* ASoC: Intel: Boards: Add Maxim98373 supportJenny TC2019-02-261-0/+19
* ASoC: Intel: soc-acpi: cnl-match.c: remove asoc_plat_name fieldPierre-Louis Bossart2019-02-121-1/+0Star
* ASoC: Intel: soc-acpi: icl-match: remove asoc_plat_name fieldPierre-Louis Bossart2019-02-121-1/+0Star
* ASoC: Intel: soc-acpi: hsw-bdw-match: remove asoc_plat_name fieldPierre-Louis Bossart2019-02-121-4/+0Star
* ASoC: Intel: soc-acpi: glk-match: remove asoc_plat_name fieldPierre-Louis Bossart2019-02-121-2/+0Star
* ASoC: Intel: soc-acpi: cht-match: remove asoc_plat_name fieldPierre-Louis Bossart2019-02-121-14/+0Star
* ASoC: Intel: soc-acpi: byt-match: remove asoc_plat_name fieldPierre-Louis Bossart2019-02-121-12/+0Star
* ASoC: Intel: soc-acpi: bxt-match: remove asoc_plat_name fieldPierre-Louis Bossart2019-02-121-5/+0Star
* ASoC: Intel: icl-match: remove prefix for SOF filesPierre-Louis Bossart2019-02-121-2/+2
* ASoC: Intel: hsw-bdw-match: remove prefix for SOF filesPierre-Louis Bossart2019-02-121-8/+8
* ASoC: Intel: hda-match: remove prefix for SOF filesPierre-Louis Bossart2019-02-121-1/+1
* ASoC: Intel: glk-match: remove prefix for SOF filesPierre-Louis Bossart2019-02-121-4/+4
* ASoC: Intel: cnl-match: remove prefix for SOF filesPierre-Louis Bossart2019-02-121-2/+2
* ASoC: Intel: cht-match: remove prefix for SOF filesPierre-Louis Bossart2019-02-121-28/+28
* ASoC: Intel: byt-match.c: remove prefix for SOF filesPierre-Louis Bossart2019-02-121-24/+24
* ASoC: Intel: bxt-match: remove prefix for SOF filesPierre-Louis Bossart2019-02-121-10/+10
* ASoC: Intel: common: Add quirk for PoV P1006W tabletHans de Goede2019-01-071-2/+33
* ASoC: Intel: Add ACPI match table entry for ES8316 codec on BYTCR platformHans de Goede2019-01-041-0/+9
* ASoC: Intel: kbl_rt5660: Add a new machine driver for kbl with rt5660Hui Wang2018-12-131-0/+10
* ASoC: Intel: common: add ACPI matching tables for ICLPierre-Louis Bossart2018-12-032-1/+33
* 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: 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: common: Add quirk for Thinkpad 8 tabletHans de Goede2018-08-281-0/+7
* ASoC: Intel: common: add table for HDA-based platformsPierre-Louis Bossart2018-08-282-1/+42
* treewide: correct "differenciate" and "instanciate" typosFinn Thain2018-08-241-2/+2
* ASoC: Intel: common: make sst_dma functions staticPierre-Louis Bossart2018-07-251-4/+2Star
* ASoC: Intel: common: fix missing rename from 'reef' to 'sof'Pierre-Louis Bossart2018-06-221-2/+2
* ASoC: Intel: common: rename 'reef' to 'sof' in ACPI matching tablePierre-Louis Bossart2018-06-213-54/+54
* ASoC: Intel: common: fix copy/paste issue with SOF/broadwell topology filePierre-Louis Bossart2018-06-191-1/+1
* ASoC: Intel: common: add entries for SOF-based machine driversPierre-Louis Bossart2018-06-191-0/+21
* ASoC: Intel: common: add firmware/topology information for SOFPierre-Louis Bossart2018-06-193-0/+12
* ASoC: Intel: common: Add Geminilake Dialog+Maxim machine driver entryNaveen Manohar2018-06-191-0/+12
* ASoC: Intel: move SKL+ codec ACPI tables to common directoryPierre-Louis Bossart2018-06-196-1/+230
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* ASoC: Intel: add nau8824 sound cardJohn Hsu2018-03-011-0/+9
* Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2018-01-051-3/+1Star
|\
| * ASoC: Intel: Skylake: Remove second shim read in register_pollSubhransu S. Prusty2017-12-061-3/+1Star
* | Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2017-11-108-285/+467
|\|
| * ASoC: intel: include linux/module.h as neededArnd Bergmann2017-11-021-0/+1
| * ASoC: Intel: add SOF firmare/topology file informationPierre-Louis Bossart2017-10-213-1/+81
| * ASoC: Intel: move all ACPI match tables to common modulePierre-Louis Bossart2017-10-215-40/+380
| * ASoC: Intel: common: use c99 syntax for ACPI/machine tablesPierre-Louis Bossart2017-10-211-5/+25
| * ASoC: move ACPI common code out of Intel/sst treePierre-Louis Bossart2017-10-214-266/+9Star
| * ASoC: Intel: sst: remove redundant variable dma_dev_nameColin Ian King2017-10-211-2/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/