summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: mediatek: mt6359: add codec driverJiaxin Yu2020-08-204-0/+5403
* Merge tag 'samsung-platdrv-boards' into asoc-5.10Mark Brown2020-08-196-161/+75
|\
| * ASoC: samsung: s3c2412-i2s: avoid hardcoded S3C2410_PA_IISArnd Bergmann2020-08-193-5/+3
| * ASoC: samsung: rx1950: turn into platform driverArnd Bergmann2020-08-191-49/+23
| * ASoC: samsung: neo1973: turn into platform driverArnd Bergmann2020-08-191-59/+26
| * ASoC: samsung: h1940: turn into platform driverArnd Bergmann2020-08-191-48/+23
* | ASoC: sun8i-codec: Hook up component probe functionSamuel Holland2020-08-191-0/+1
* | ASoC: codecs: rt*-sdw: use SDW_SLAVE_ENTRY_EXTPierre-Louis Bossart2020-08-195-5/+5
* | ASoC: wm_adsp: Update naming in error handlingCharles Keepax2020-08-181-4/+4
* | Merge series "ASoC: qdsp6: add gapless compressed audio support" from Sriniva...Mark Brown2020-08-183-163/+469
|\ \
| * | ASoC: q6asm-dai: add support to copy callbackSrinivas Kandagatla2020-08-171-5/+60
| * | ASoC: q6asm-dai: add gapless supportSrinivas Kandagatla2020-08-172-6/+98
| * | ASoC: q6asm-dai: prepare set params to accept profile changeSrinivas Kandagatla2020-08-171-64/+85
| * | ASoC: q6asm-dai: add next track metadata supportSrinivas Kandagatla2020-08-171-0/+26
| * | ASoC: q6asm: add support to gapless flag in q6asm openSrinivas Kandagatla2020-08-173-4/+6
| * | ASoC: q6asm: add support to remove intial and trailing silenceSrinivas Kandagatla2020-08-172-0/+59
| * | ASoC: q6asm: add length to write command tokenSrinivas Kandagatla2020-08-173-4/+10
| * | ASoC: q6asm: use flags directly from q6asm-daiSrinivas Kandagatla2020-08-173-9/+5
| * | ASoC: q6asm: make commands specific to streamsSrinivas Kandagatla2020-08-173-80/+129
| * | ASoC: q6asm: rename misleading session id variableSrinivas Kandagatla2020-08-171-5/+5
* | | Merge series "ASoC: Intel: fix cppcheck warnings" from Pierre-Louis Bossart <...Mark Brown2020-08-1821-68/+63
|\ \ \
| * | | ASoC: Intel: Skylake: (cosmetic) align function parametersPierre-Louis Bossart2020-08-184-15/+15
| * | | ASoC: Intel: Skylake: skl-topology: remove redundant assignmentPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: Skylake: skl-topology: remove redundant assignmentsPierre-Louis Bossart2020-08-181-3/+3
| * | | ASoC: Intel: Skylake: sst-utils: remove redundant assignmentPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: Skylake: cldma: remove redundant initializationPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: Skylake: skl-nhlt: remove redundant initializationPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: haswell-ipc: remove redundant assignmentsPierre-Louis Bossart2020-08-181-2/+2
| * | | ASoC: Intel: haswell: (cosmetic) align function parametersPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: common: (cosmetic) align function parametersPierre-Louis Bossart2020-08-182-9/+8
| * | | ASoC: Intel: Baytrail: (cosmetic) align function parametersPierre-Louis Bossart2020-08-181-2/+1
| * | | ASoC: Intel: Atom: (cosmetic) align parametersPierre-Louis Bossart2020-08-182-19/+19
| * | | ASoC: Intel: Atom: sst_pvt: simplify return handlingPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: Atom: sst_loader: remove always-true conditionPierre-Louis Bossart2020-08-181-2/+1
| * | | ASoC: Intel: Atom: remove useless assignmentPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: Atom: platform-pcm: fix redundant returnPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: Atom: sst_pvt: remove redundant initializationPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: Atom: remove redundant initializationPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: Atom: sst: remove useless NULL assignmentPierre-Louis Bossart2020-08-181-1/+0
| * | | ASoC: Intel: Atom: platform-pcm: remove redundant assignmentPierre-Louis Bossart2020-08-181-1/+1
| * | | ASoC: Intel: Atom: compress: remove redundant assignmentPierre-Louis Bossart2020-08-181-2/+1
| * | | ASoC: Intel: Atom: sst-atom-controls: remove redundant assignmentsPierre-Louis Bossart2020-08-181-2/+2
| |/ /
* | | Merge series "ASoC: da7219: Reorganise device/codec level probe/remove" from ...Mark Brown2020-08-184-254/+328
|\ \ \
| * | | ASoC: da7219: Fix clock handling around codec level probeAdam Thomson2020-08-172-25/+72
| * | | ASoC: da7219: Move soft reset handling to codec level probeAdam Thomson2020-08-171-183/+188
| * | | ASoC: da7219: Move required devm_* allocations to device level codeAdam Thomson2020-08-173-48/+70
| |/ /
* | | Merge series "refine and clean code for synchronous mode" from Shengjiu Wang ...Mark Brown2020-08-181-71/+102
|\ \ \
| * | | ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_syncedShengjiu Wang2020-08-171-24/+16
| * | | ASoC: fsl_sai: Drop TMR/RMR settings for synchronous modeShengjiu Wang2020-08-171-6/+1
| * | | ASoC: fsl_sai: Refine enable/disable TE/RE sequence in trigger()Shengjiu Wang2020-08-171-41/+85
| |/ /