summaryrefslogtreecommitdiff
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2020-06-213-3/+3
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-06-193-3/+3
* | Merge remote-tracking branch 'sound-asoc/for-next'Stephen Rothwell2020-06-2147-774/+2538
|\ \
| * \ Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown2020-06-1947-774/+2538
| |\ \
| | * | ASoC: qcom: Kconfig: Tweak dependencies on SND_SOC_SDM845John Stultz2020-06-191-2/+2
| | * | ASoC: fsl_spdif: Add pm runtime functionShengjiu Wang2020-06-191-50/+67
| | * | ASoC: amd: Removing unnecessary instance initializationRavulapati Vishnu vardhan rao2020-06-181-8/+0
| | * | ASoC: Intel: broadwell: simplify card names for SOF usesPierre-Louis Bossart2020-06-173-3/+33
| | * | ASoC: Intel: cht*: simplify card names for SOF usesPierre-Louis Bossart2020-06-174-5/+48
| | * | ASoC: Intel: byt*: simplify card names for SOF usesPierre-Louis Bossart2020-06-175-5/+55
| | * | ASoC: meson: imply acodec glue on axg sound cardJerome Brunet2020-06-171-0/+1
| | * | ASoC: fsl_spdif: Add support for imx6sx platformShengjiu Wang2020-06-171-5/+45
| | * | ASoC: fsl-asoc-card: Add MQS supportShengjiu Wang2020-06-171-21/+57
| | * | ASoC: tegra: Fix reference count leaks.Qiushi Wu2020-06-172-2/+6
| | * | ASoC: rt1015: Flush DAC data before playback.Jack Yu2020-06-162-4/+19
| | * | Merge series "ASoC: fsl_easrc: Fix several warnings" from Shengjiu Wang <shen...Mark Brown2020-06-151-24/+18
| | |\ \
| | | * | ASoC: fsl_easrc: Fix "Function parameter not described" warningsShengjiu Wang2020-06-151-4/+4
| | | * | ASoC: fsl_easrc: Fix -Wunused-but-set-variableShengjiu Wang2020-06-151-8/+3
| | | * | ASoC: fsl_easrc: Fix -Wmissing-prototypes warningShengjiu Wang2020-06-151-12/+11
| | * | | Merge series "ASoC: Intel: Add KeemBay ASoC platform driver" from Sia Jee Hen...Mark Brown2020-06-155-0/+811
| | |\ \ \
| | | * | | ASoC: Intel: Add makefiles and kconfig changes for KeemBaySia Jee Heng2020-06-152-0/+8
| | | * | | ASoC: Intel: Add KeemBay platform driverSia Jee Heng2020-06-153-0/+803
| | | |/ /
| | * | | Merge series "ASoC: improve core dmesg logs and verbosity" from Pierre-Louis ...Mark Brown2020-06-153-10/+11
| | |\ \ \
| | | * | | ASoC: soc-pcm/compress: reduce verbosity on mapping ok messagesPierre-Louis Bossart2020-06-152-5/+5
| | | * | | ASoC: soc-pcm: improve error messages in soc_pcm_new()Pierre-Louis Bossart2020-06-151-3/+4
| | | * | | ASoC: soc-core: reduce verbosity of BE override messagePierre-Louis Bossart2020-06-151-2/+2
| | | |/ /
| | * | | Merge series "ASoC: max98357a: support MAX98360A in OF" from Tzung-Bi Shih <t...Mark Brown2020-06-151-0/+1
| | |\ \ \
| | | * | | ASoC: max98357a: add compatible string for MAX98360ATzung-Bi Shih2020-06-151-0/+1
| | | |/ /
| | * | | Merge series "ASoC: mediatek: mt6358: support DMIC one-wire mode" from Jiaxin...Mark Brown2020-06-151-1/+22
| | |\ \ \
| | | * | | ASoC: mediatek: mt6358: support DMIC one-wire modeJiaxin Yu2020-06-151-1/+22
| | | |/ /
| | * | | Merge series "ASoC: soc-component: collect component functions" from Kuninori...Mark Brown2020-06-155-573/+513
| | |\ \ \
| | | * | | ASoC: soc-component: merge soc_pcm_trigger_start/stop()Kuninori Morimoto2020-06-151-39/+19
| | | * | | ASoC: soc-component: merge soc-io.c into soc-component.cKuninori Morimoto2020-06-153-203/+195
| | | * | | ASoC: soc-component: add snd_soc_component_init()Kuninori Morimoto2020-06-152-11/+28
| | | * | | ASoC: soc-component: add snd_soc_pcm_component_trigger()Kuninori Morimoto2020-06-152-28/+26
| | | * | | ASoC: soc-component: add snd_soc_pcm_component_hw_free()Kuninori Morimoto2020-06-152-32/+21
| | | * | | ASoC: soc-component: add snd_soc_pcm_component_hw_params()Kuninori Morimoto2020-06-152-23/+26
| | | * | | ASoC: soc-component: add snd_soc_pcm_component_prepare()Kuninori Morimoto2020-06-152-20/+20
| | | * | | ASoC: soc-component: add soc_component_err()Kuninori Morimoto2020-06-151-46/+116
| | | * | | ASoC: soc-component: move snd_soc_component_initialize() to soc-component.cKuninori Morimoto2020-06-152-21/+24
| | | * | | ASoC: soc-component: move snd_soc_component_xxx_regmap() to soc-componentKuninori Morimoto2020-06-152-50/+50
| | | * | | ASoC: soc-component: add soc_component_pin() and share codeKuninori Morimoto2020-06-151-132/+20
| | | |/ /
| | * | | ASoC: AMD: Use mixer control to switch between DMICsAkshu Agrawal2020-06-151-27/+31
| | * | | ASoC: max98390: Add Amp init common setting func.Steve Lee2020-06-151-10/+16
| | * | | ASoC: rt5682: DAI wclk supports 44100 Hz outputderek.fang2020-06-151-18/+31
| | * | | ASoC: rt5682: Let PLL2 support the freq conversion for 44100Hz sample ratederek.fang2020-06-152-1/+12
| | * | | ASoC: rl6231: Add new supports on rl6231derek.fang2020-06-151-0/+2
| | * | | ASoC: img-parallel-out: Fix a reference count leakQiushi Wu2020-06-151-1/+3
| | * | | ASoC: img: Fix a reference count leak in img_i2s_in_set_fmtQiushi Wu2020-06-151-1/+3
| | * | | ASoC: wm8960: Support headphone jack detection functionShengjiu Wang2020-06-151-0/+20