summaryrefslogtreecommitdiffstats
path: root/sound/soc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ASoC: Intel: sof_sdw: add version_id to avoid rt714/rt715 confusionPierre-Louis Bossart2020-10-051-0/+16
| * | | | ASoC: rt715-sdw: probe with RT714 Device IDPierre-Louis Bossart2020-10-051-0/+1
| * | | | ASoC: Intel: sof_sdw_rt1316: add missing component stringPierre-Louis Bossart2020-10-051-0/+6
| * | | | ASoC: Intel: sof_sdw_rt1308: add extra check on initPierre-Louis Bossart2020-10-051-0/+4
| |/ / /
* | | | ASoC: mediatek: mt8183-da7219: support jack detection for LINEOUTTzung-Bi Shih2020-10-051-1/+2
* | | | ASoC: mchp-spdifrx: convert to devm_platform_get_and_ioremap_resourceCodrin Ciubotariu2020-10-051-2/+1
|/ / /
* | | Merge series "Add driver for Microchip S/PDIF RX" from Codrin Ciubotariu <cod...Mark Brown2020-10-023-0/+969
|\ \ \
| * | | ASoC: mchp-spdifrx: add driver for SPDIF RXCodrin Ciubotariu2020-10-023-0/+969
* | | | ASoC: wm8523: Fix a typo in a commentChristophe JAILLET2020-10-021-1/+1
* | | | ASoC: fsl_spdif: Remove unused npMark Brown2020-10-021-1/+0
* | | | ASoC: hdac_hdmi: remove cancel_work_sync in runtime suspendBrent Lu2020-10-021-2/+0
|/ / /
* | | Merge series "ASoC: Intel: Catpt - Lynx and Wildcat point" from Cezary Rojews...Mark Brown2020-10-0219-143/+4319
|\ \ \
| * | | ASoC: Intel: Select catpt and deprecate haswellCezary Rojewski2020-10-024-17/+23
| * | | ASoC: Intel: bdw-5677: Remove haswell-solution specific codeCezary Rojewski2020-10-021-33/+0
| * | | ASoC: Intel: bdw-5650: Remove haswell-solution specific codeCezary Rojewski2020-10-021-36/+0
| * | | ASoC: Intel: broadwell: Remove haswell-solution specific codeCezary Rojewski2020-10-021-33/+0
| * | | ASoC: Intel: haswell: Remove haswell-solution specific codeCezary Rojewski2020-10-021-24/+4
| * | | ASoC: Intel: catpt: Simple sysfs attributesCezary Rojewski2020-10-023-0/+58
| * | | ASoC: Intel: catpt: Event tracingCezary Rojewski2020-10-023-0/+97
| * | | ASoC: Intel: catpt: Device driver lifecycleCezary Rojewski2020-10-021-0/+348
| * | | ASoC: Intel: catpt: PCM operationsCezary Rojewski2020-10-024-0/+1226
| * | | ASoC: Intel: catpt: Firmware loading and context restoreCezary Rojewski2020-10-022-0/+631
| * | | ASoC: Intel: catpt: Define DSP operationsCezary Rojewski2020-10-022-0/+368
| * | | ASoC: Intel: catpt: Add IPC message handlersCezary Rojewski2020-10-024-0/+425
| * | | ASoC: Intel: catpt: Implement IPC protocolCezary Rojewski2020-10-024-1/+691
| * | | ASoC: Intel: Add catpt base membersCezary Rojewski2020-10-024-0/+449
* | | | ASoC: qcom: fix SDM845 & QDSP6 dependencies moreRandy Dunlap2020-10-021-0/+2
|/ / /
* | | ASoC: fsl_spdif: Fix unnecessary check in fsl_spdif_probe()Tang Bin2020-10-011-3/+0
* | | ASoC: soc-pcm: add missing ret=0 at soc_pcm_open()Kuninori Morimoto2020-10-011-0/+1
* | | ASoC: soc-pcm: ignore un-needed mutex_unlock() case on soc_pcm_open()Kuninori Morimoto2020-10-011-2/+2
* | | ASoC: tegra: trimslice.c: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-11/+1
* | | ASoC: fsl: mx27vis-aic32x4: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-9/+1
* | | ASoC: tegra: tegra_rt5640: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-11/+1
* | | ASoC: ti: omap-mcbsp: use devm_platform_ioremap_resource_bynameZhang Qilong2020-10-011-5/+1
* | | ASoC: tegra: tegra_wm8753: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-11/+1
* | | ASoC: tegra: tegra_max98090: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-11/+1
* | | ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-9/+1
* | | ASoC: atmel-pcm: remove unnecessary includeAlexandre Belloni2020-09-301-1/+0
* | | ASoC: soc-core: use devm_snd_soc_register_card()Qinglang Miao2020-09-301-11/+1
* | | Merge series "ASoC: merge soc_pcm_open() rollback and soc_pcm_close()" from K...Mark Brown2020-09-286-108/+161
|\ \ \
| * | | ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_component_module/open()Kuninori Morimoto2020-09-281-10/+2
| * | | ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_dai_startup()Kuninori Morimoto2020-09-281-5/+1
| * | | ASoC: soc-pcm: add soc_pcm_clean() and call it from soc_pcm_open/close()Kuninori Morimoto2020-09-281-39/+30
| * | | ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()Kuninori Morimoto2020-09-283-33/+52
| * | | ASoC: soc-component: add mark for soc_pcm_components_open/close()Kuninori Morimoto2020-09-282-23/+40
| * | | ASoC: soc-link: add mark for snd_soc_link_startup/shutdown()Kuninori Morimoto2020-09-282-3/+22
| * | | ASoC: soc-dai: add mark for snd_soc_dai_startup/shutdown()Kuninori Morimoto2020-09-283-5/+24
* | | | ASoC: lpass-platform: use devm_regmap_field_bulk_allocSrinivas Kandagatla2020-09-281-24/+7
* | | | ASoC: cs4234: Add support for Cirrus Logic CS4234 codecLucas Tanure2020-09-284-0/+1213
* | | | ASoC: rt5682: Enable the power of "MICBIAS" and "Vref2" for the DMIC clockOder Chiou2020-09-281-2/+22