summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'sound-asoc/for-next'Stephen Rothwell2021-07-2136-332/+1223
|\
| * Merge remote-tracking branch 'asoc/for-5.15' into asoc-nextMark Brown2021-07-2036-332/+1223
| |\
| | * ASOC: Intel: sof_sdw: add quirk for Intel 'Bishop County' NUC M15Pierre-Louis Bossart2021-07-201-0/+11
| | * ASoC: ti: j721e-evm: Convert the audio domain IDs to enumPeter Ujfalusi2021-07-191-13/+17
| | * ASoC: codecs: wcd938x: remove unused port-map referenceSrinivas Kandagatla2021-07-162-5/+1
| | * ASoC: codecs: lpass-rx-macro: clean up for-loop indentation in switch statementColin Ian King2021-07-151-32/+33
| | * Merge series "soundwire/ASoC: add mockup codec support" from Bard Liao <yung-...Mark Brown2021-07-1410-1/+595
| | |\
| | | * ASoC: Intel: boards: sof_sdw: add SoundWire mockup codecs for testsPierre-Louis Bossart2021-07-142-0/+42
| | | * ASoC: soc-acpi: tgl: add table for SoundWire mockup devicesPierre-Louis Bossart2021-07-141-0/+23
| | | * ASoC: soc-acpi: cnl: add table for SoundWire mockup devicesPierre-Louis Bossart2021-07-144-1/+200
| | | * ASoC: codecs: add SoundWire mockup device supportPierre-Louis Bossart2021-07-143-0/+330
| | * | ASoC: Intel: sof_sdw: update quirk for jack detection in ADL RVPjairaj arava2021-07-141-1/+1
| | * | ASoC: Intel: sof_sdw: include rt711.h for RT711 JD modeBard Liao2021-07-142-16/+12
| | * | ASoC: Intel: sof_sdw: extends SOF_RT711_JDSRC to 4 bitsBard Liao2021-07-141-11/+11
| | * | ASoC: Intel: sof_rt5682: code refactor for max98360aBrent Lu2021-07-141-51/+1
| | * | ASoC: Intel: sof_cs42l42: add support for jsl_cs4242_mx98360aBrent Lu2021-07-142-0/+19
| | * | ASoC: Intel: maxim-common: support max98360aBrent Lu2021-07-142-2/+19
| | * | ASoC: Intel: sof_cs42l42: support arbitrary DAI link sequenceBrent Lu2021-07-141-112/+230
| | * | Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support" fr...Mark Brown2021-07-122-24/+153
| | |\ \
| | | * | ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASPPeter Ujfalusi2021-07-112-3/+24
| | | * | ASoC: ti: davinci-mcasp: Fix DIT mode supportPeter Ujfalusi2021-07-111-21/+129
| | * | | Merge series "Fix unbalanced pm_runtime_enable in error handle" from Zhang Qi...Mark Brown2021-07-122-26/+44
| | |\ \ \
| | | * | | ASoC: mediatek: mt8183: Fix Unbalanced pm_runtime_enable in mt8183_afe_pcm_de...Zhang Qilong2021-07-111-16/+27
| | | * | | ASoC: mediatek: mt8192:Fix Unbalanced pm_runtime_enable in mt8192_afe_pcm_dev...Zhang Qilong2021-07-111-10/+17
| | | |/ /
| | * | | Merge series "ASoC: Intel: machine driver corrections" from Pierre-Louis Boss...Mark Brown2021-07-123-8/+57
| | |\ \ \
| | | * | | ASoC: Intel: sof_cs42l42: use helper function to get bclk frequencyBrent Lu2021-07-111-1/+7
| | | * | | ASoC: SOF: add a helper to get topology configured bclkBrent Lu2021-07-111-7/+35
| | | * | | ASoC: Intel: soc-acpi: add support for SoundWire of TGL-H-RVPGongjun Song2021-07-111-0/+15
| | | |/ /
| | * | | ASoC: amd: fix spelling mistakesGu Shengxian2021-07-112-7/+7
| | * | | ASoC: tlv320aic32x4: Fix TAS2505/TAS2521 channel countMarek Vasut2021-07-111-1/+1
| | * | | ASoC: fsl_xcvr: Omit superfluous error message in fsl_xcvr_probe()Tang Bin2021-07-111-3/+1
| | * | | ASoC: sh: rcar: dma: : use proper DMAENGINE API for terminationWolfram Sang2021-07-111-1/+1
| | * | | ASoC: wm_adsp: Remove pointless string comparisonCharles Keepax2021-07-111-4/+3
| | * | | ASoC: codecs: wcd938x: fix returnvar.cocci warningskernel test robot2021-07-111-4/+2
| | * | | ASoC: atmel: ATMEL drivers don't need HAS_DMARandy Dunlap2021-07-111-1/+0
| | * | | ASoC: ti: delete some dead code in omap_abe_probe()Dan Carpenter2021-07-111-5/+0
| | * | | ASoC: atmel: fix spelling mistakesGu Shengxian2021-07-113-5/+5
| | |/ /
| | * | Merge existing fixes from asoc/for-5.14Mark Brown2021-07-114-38/+60
| | |\ \ | | | |/ | | |/|
* | | | Merge remote-tracking branch 'sound/for-next'Stephen Rothwell2021-07-21120-5629/+1991
|\ \ \ \
| * | | | ALSA: sc6000: Use explicit cast for __iomem pointerTakashi Iwai2021-07-211-2/+2
| * | | | ALSA: korg1212: Fix wrongly shuffled firmware loader codeTakashi Iwai2021-07-211-5/+7
| * | | | ALSA: als300: Fix missing chip initializationTakashi Iwai2021-07-211-0/+1
| * | | | ALSA: cs4281: Fix missing chip initializationTakashi Iwai2021-07-211-1/+1
| * | | | ALSA: sc6000: Assign vport directly on card's private_dataTakashi Iwai2021-07-201-10/+9
| * | | | ALSA: sc6000: Fix incorrect sizeof operatorColin Ian King2021-07-201-1/+1
| * | | | ALSA: opti9xx: fix missing { } around an if blockColin Ian King2021-07-201-1/+2
| * | | | ALSA: nm256: Fix error return code in snd_nm256_create()Yang Yingliang2021-07-201-1/+2
| * | | | ALSA: pcsp: Allocate resources with device-managed APIsTakashi Iwai2021-07-193-46/+18
| * | | | ALSA: dummy: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-17/+7
| * | | | ALSA: aloop: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-18/+8