summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Intel: bytcr_rt5640: Add support for external GPIO jack-detectHans de Goede2022-01-061-3/+40
* ASoC: Intel: bytcr_rt5640: Support retrieving the codec IRQ from the AMCR0F28...Hans de Goede2022-01-061-3/+40
* ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudioPierre-Louis Bossart2021-12-241-5/+2
* ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWirePierre-Louis Bossart2021-12-241-3/+3
* ASoC: Intel: catpt: Streamline locals declaration for PCM-functionsCezary Rojewski2021-12-171-16/+16
* ASoC: Intel: catpt: Reduce size of catpt_component_open()Cezary Rojewski2021-12-171-3/+2
* ASoC: Intel: catpt: Test dmaengine_submit() result before moving onCezary Rojewski2021-12-171-2/+12
* ASoC: Intel: sof_rt5682: Move rt1015 speaker amp to common fileYong Zhi2021-12-083-106/+127
* ASoC: Intel: boards: add 'static' qualifiers for max98390 routesPierre-Louis Bossart2021-12-081-2/+2
* Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-12-011-0/+6
|\
| * ASoC: Intel: soc-acpi: add entry for ESSX8336 on CMLPierre-Louis Bossart2021-11-231-0/+6
* | ASoC: Intel: boards: add max98390 2/4 speakers supportMac Chiang2021-11-305-0/+282
* | ASoC: intel: boards: bytcht*: Constify static snd_soc_opsRikard Falkeborn2021-11-302-2/+2
* | ASoC: Intel: hda_dsp_common: don't multiline PCM topology warningChris Down2021-11-301-1/+1
* | ASoC: intel: sst-mfld-platform-pcm: add .delay supportKuninori Morimoto2021-11-291-1/+13
* | ASoC: Intel: add sof-nau8825 machine driverMac Chiang2021-11-154-0/+707
* | ASoC: intel: sof_sdw: add link adr order checkBard Liao2021-11-151-2/+9
* | ASoC: intel: sof_sdw: remove get_next_be_idBard Liao2021-11-151-14/+0
* | ASoC: intel: sof_sdw: remove sof_sdw_mic_codec_mockup_initBard Liao2021-11-151-15/+0
* | ASoC: intel: sof_sdw: remove SOF_RT715_DAI_ID_FIX quirkBard Liao2021-11-152-19/+5
* | ASoC: intel: sof_sdw: move DMIC link id overwrite to create_sdw_dailinkBard Liao2021-11-153-14/+8
* | ASoC: intel: sof_sdw: Use a fixed DAI link id for AMPBard Liao2021-11-152-3/+29
* | ASoC: intel: sof_sdw: rename be_index/link_id to link_indexBard Liao2021-11-151-23/+25
* | ASoC: Intel: sof_sdw: add SKU for Dell Latitude 9520Pierre-Louis Bossart2021-11-151-0/+11
* | ASoC: Intel: sof_sdw: fix jack detection on HP Spectre x360 convertiblePierre-Louis Bossart2021-11-151-1/+1
* | ASoC: intel: sof_sdw: return the original error numberBard Liao2021-11-151-1/+1
* | Merge existing fixes from asoc/for-5.16 into new branchMark Brown2021-11-152-0/+174
|\|
| * ASoC: Intel: sof_sdw: Add support for SKU 0B12 productGongjun Song2021-11-051-0/+10
| * ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configurationGongjun Song2021-11-051-0/+58
| * ASoC: Intel: sof_sdw: Add support for SKU 0B29 productGongjun Song2021-11-051-0/+10
| * ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configurationGongjun Song2021-11-051-0/+21
| * ASoC: Intel: sof_sdw: Add support for SKU 0B13 productGongjun Song2021-11-051-0/+9
| * ASoC: Intel: sof_sdw: Add support for SKU 0B11 productGongjun Song2021-11-051-0/+10
| * ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 productsGongjun Song2021-11-051-0/+20
| * ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configurationGongjun Song2021-11-051-0/+26
| * ASoC: Intel: sof_sdw: Add support for SKU 0AF3 productGongjun Song2021-11-051-0/+10
* | Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-11-0342-331/+1045
|\|
| * ASoC: Intel: soc-acpi: use const for all uses of snd_soc_acpi_codecsPierre-Louis Bossart2021-10-296-17/+17
| * ASoC: Intel: soc-acpi-cht: shrink tables using compatible IDsPierre-Louis Bossart2021-10-291-44/+25
| * ASoC: Intel: soc-acpi-byt: shrink tables using compatible IDsPierre-Louis Bossart2021-10-291-44/+24
| * ASoC: Intel: sof_rt5682: use comp_ids to enumerate rt5682sBrent Lu2021-10-294-63/+24
| * ASoC: Intel: sof_rt5682: detect codec variant in probe functionBrent Lu2021-10-291-0/+4
| * ASoC: Intel: glk_rt5682_max98357a: support ALC5682I-VS codecBrent Lu2021-10-293-9/+52
| * ASoC: Intel: soc-acpi: add entry for ESSX8336 on JSLPierre-Louis Bossart2021-10-271-0/+6
| * ASoC: fix unmet dependency on GPIOLIB for SND_SOC_MAX98357AJulian Braha2021-10-251-1/+1
| * Merge series "ASoC: Intel: bytcr_rt5651: few cleanups" from Andy Shevchenko <...Mark Brown2021-10-111-68/+50
| |\
| | * ASoC: Intel: bytcr_rt5651: Utilize dev_err_probe() to avoid log saturationAndy Shevchenko2021-10-111-4/+2
| | * ASoC: Intel: bytcr_rt5651: use devm_clk_get_optional() for mclkAndy Shevchenko2021-10-111-39/+30
| | * ASoC: Intel: bytcr_rt5651: Use temporary variable for struct deviceAndy Shevchenko2021-10-111-24/+18
| | * ASoC: Intel: bytcr_rt5651: Get platform data via dev_get_platdata()Andy Shevchenko2021-10-111-3/+2