summaryrefslogtreecommitdiff
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* ASoC: qdsp6: audioreach: add q6apm lpass dai supportSrinivas Kandagatla2021-10-263-0/+265
* ASoC: qdsp6: audioreach: add q6apm-dai supportSrinivas Kandagatla2021-10-263-0/+422
* ASoC: qdsp6: audioreach: add topology supportSrinivas Kandagatla2021-10-265-2/+1119
* ASoC: qdsp6: audioreach: add Kconfig and MakefileSrinivas Kandagatla2021-10-262-0/+7
* ASoC: qdsp6: audioreach: add module configuration command helpersSrinivas Kandagatla2021-10-263-0/+822
* ASoC: qdsp6: audioreach: add q6apm supportSrinivas Kandagatla2021-10-264-0/+1082
* ASoC: qdsp6: audioreach: add basic pkt alloc supportSrinivas Kandagatla2021-10-262-0/+923
* ASoC: qdsp6: q6afe-clocks: move audio-clocks to common fileSrinivas Kandagatla2021-10-264-173/+232
* ASoC: qdsp6: q6afe-dai: move lpass audio ports to common fileSrinivas Kandagatla2021-10-264-673/+667
* ASoC: qcom: common: Respect status = "disabled" on DAI link nodesStephan Gerhold2021-10-251-2/+2
* ASoC: cs42l42: Prevent NULL pointer deref in interrupt handlerRichard Fitzgerald2021-10-252-20/+10
* ASoC: wm8962: Convert to devm_clk_get_optional()Geert Uytterhoeven2021-10-251-11/+2
* ASoC: fix unmet dependency on GPIOLIB for SND_SOC_MAX98357AJulian Braha2021-10-251-1/+1
* ASoC: cs35l41: Make cs35l41_remove() return voidUwe Kleine-König2021-10-254-6/+8
* ASoc: wm8900: Drop empty spi_driver remove callbackUwe Kleine-König2021-10-251-6/+0
* ASoC: tegra: Set default card name for TrimsliceDmitry Osipenko2021-10-251-0/+1
* ASoC: tegra: Restore AC97 supportDmitry Osipenko2021-10-252-10/+50
* ASoc: wm8731: Drop empty spi_driver remove callbackUwe Kleine-König2021-10-251-6/+0
* ASoC: amd: acp: Add acp_machine struct for renoir platform.Ajit Kumar Pandey2021-10-252-1/+19
* Merge series "ASoC: Add common modules support for ACP hw block" from Ajit Ku...Mark Brown2021-10-2313-0/+1993
|\
| * ASoC: amd: acp: Add support for RT5682-VS codecAjit Kumar Pandey2021-10-204-0/+112
| * ASoC: amd: acp: Add support for Maxim amplifier codecAjit Kumar Pandey2021-10-204-0/+53
| * ASoC: amd: acp: Add SOF audio support on Chrome boardAjit Kumar Pandey2021-10-203-0/+111
| * ASoC: amd: acp: Add legacy sound card support for Chrome audioAjit Kumar Pandey2021-10-203-0/+112
| * ASoC: amd: acp: Add generic machine driver support for ACP cardsAjit Kumar Pandey2021-10-204-0/+537
| * ASoC: amd: acp: Add callback for machine driver on ACPAjit Kumar Pandey2021-10-203-0/+32
| * ASoC: amd: acp: Add I2S support on Renoir platformAjit Kumar Pandey2021-10-203-0/+154
| * ASoC: amd: Add common framework to support I2S on ACP SOCAjit Kumar Pandey2021-10-208-0/+882
* | Merge series "Add Yellow Carp platform ASoC driver" from Vijendar Mukunda <Vi...Mark Brown2021-10-238-0/+1562
|\ \
| * | ASoC: amd: enable Yellow Carp platform machine driver buildVijendar Mukunda2021-10-182-0/+13
| * | ASoC: amd: add YC machine driver using dmicVijendar Mukunda2021-10-181-0/+194
| * | ASoC: amd: create platform device for acp6x machine driverVijendar Mukunda2021-10-182-1/+5
| * | ASoC: amd: enable Yellow carp acp6x drivers buildVijendar Mukunda2021-10-183-0/+18
| * | ASoC: amd: add acp6x pdm driver pm opsVijendar Mukunda2021-10-181-0/+57
| * | ASoC: amd: add acp6x pci driver pm opsVijendar Mukunda2021-10-182-0/+43
| * | ASoC: amd: add acp6x pdm driver dma opsVijendar Mukunda2021-10-182-0/+351
| * | ASoC: amd: add acp6x irq handlerVijendar Mukunda2021-10-182-0/+33
| * | ASoC: amd: add acp6x pdm platform driverVijendar Mukunda2021-10-182-0/+86
| * | ASoC: amd: add platform devices for acp6x pdm driver and dmic driverVijendar Mukunda2021-10-182-2/+89
| * | ASoC: amd: add acp6x init/de-init functionsVijendar Mukunda2021-10-182-0/+121
| * | ASoC: amd: add Yellow Carp ACP PCI driverVijendar Mukunda2021-10-182-0/+111
| * | ASoC: amd: add Yellow Carp ACP6x IP register headerVijendar Mukunda2021-10-181-0/+444
* | | Merge series "ASoC: meson: axg: fix TDM channel order sync" from Jerome Brune...Mark Brown2021-10-232-5/+22
|\ \ \
| * | | ASoC: meson: axg-tdm-interface: manage formatters in triggerJerome Brunet2021-10-221-5/+21
| * | | ASoC: meson: axg-card: make links nonatomicJerome Brunet2021-10-221-0/+1
* | | | ASoC: rt5682s: Downsizing the DAC volume scaleDerek Fang2021-10-231-2/+2
* | | | ASoC: cs42l42: Remove unused runtime_suspend/runtime_resume callbacksRichard Fitzgerald2021-10-221-50/+1
* | | | ASoC: fix unmet dependency on GPIOLIBJulian Braha2021-10-221-1/+2
|/ / /
* | | Merge branch 'asoc-5.15' into asoc-5.16Mark Brown2021-10-214-60/+3
|\ \ \
| * | | ASoC: rockchip: Use generic dmaengine codeSugar Zhang2021-10-204-59/+2