summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: ipc3: Remove the ipc3-ops.h header filePeter Ujfalusi2022-05-049-27/+9
* ASoC: Pull in fixesMark Brown2022-05-0421-68/+123
|\
| * ASoC: SOF: ipc3-topology: Correct get_control_data for non bytes payloadPeter Ujfalusi2022-05-031-13/+26
| * ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" controlMark Brown2022-05-031-1/+1
| * ASoC: dapm: Don't fold register value changes into notificationsMark Brown2022-05-031-2/+0
| * ASoC: max98090: Fix event generation for custom controlsMark Brown2022-05-031-1/+3
| * ASoC: rk3328: fix disabling mclk on pclk probe failureNicolas Frattaroli2022-04-281-1/+1
| * ASoC: wm8960: Add ACPI supportNicola Lunghi2022-04-281-1/+14
| * ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callbackAjit Kumar Pandey2022-04-271-0/+5
| * ASoC: ops: Validate input values in snd_soc_put_volsw_range()Mark Brown2022-04-261-1/+17
| * ASoC: dmaengine: Restore NULL prepare_slave_config() callbackCodrin Ciubotariu2022-04-251-3/+3
| * ASoC: atmel: mchp-pdmc: set prepare_slave_configCodrin Ciubotariu2022-04-251-0/+1
| * ASoC: max98090: Generate notifications on changes for custom controlMark Brown2022-04-251-1/+1
| * ASoC: max98090: Reject invalid values in custom control put()Mark Brown2022-04-251-0/+3
| * ASoC: rt9120: Correct the reg 0x09 size to one byteChiYuan Huang2022-04-221-1/+0
| * ASoC: meson: axg-card: Fix nonatomic linksNeil Armstrong2022-04-211-1/+0
| * ASoC: meson: axg-tdm-interface: Fix formatters in trigger"Neil Armstrong2022-04-211-21/+5
| * ASoC: soc-ops: fix error handlingPierre-Louis Bossart2022-04-211-1/+1
| * ASoC: meson: Fix event generation for G12A tohdmi muxMark Brown2022-04-211-1/+1
| * ASoC: meson: Fix event generation for AUI CODEC muxMark Brown2022-04-211-1/+1
| * ASoC: meson: Fix event generation for AUI ACODEC muxMark Brown2022-04-211-1/+1
| * ASoC: da7219: Fix change notifications for tone generator frequencyMark Brown2022-04-201-4/+10
| * ASoC: simple-card-utils: fix sysclk shutdownOlivier Moysan2022-04-201-1/+1
| * ASoC: wm8958: Fix change notifications for DSP controlsMark Brown2022-04-191-4/+4
| * ASoC: codecs: Fix an error handling path in (rx|tx|va)_macro_probe()Christophe JAILLET2022-04-083-10/+26
* | ASoC: tpa6130: use i2c_match_id and simple i2c probeStephen Kitt2022-05-031-10/+11
* | ASoC: rk3328: fix disabling mclk on pclk probe failureNicolas Frattaroli2022-05-031-1/+1
* | ASoC: adau1761: Add ADAU1761-as-ADAU1361 compatibility modeRicard Wanderlof2022-05-033-8/+99
* | ASoC: SOF: Miscellaneous preparatory patches for IPC4Mark Brown2022-04-295-107/+368
|\ \
| * | ASoC: SOF: Add a prepare op to IPC topology widget opsRanjani Sridharan2022-04-293-14/+154
| * | ASoC: SOF: clarify use of widget complete flagRanjani Sridharan2022-04-292-2/+5
| * | ASoC: SOF: topology: Skip parsing DAI link tokens if not neededRanjani Sridharan2022-04-291-8/+10
| * | ASoC: SOF: pcm: remove unnecessary function declarationRanjani Sridharan2022-04-292-4/+3
| * | ASoC: SOF: Add two new fields to struct snd_sof_widgetRanjani Sridharan2022-04-291-1/+7
| * | ASoC: SOF: Add a route_free op in struct sof_ipc_tplg_opsRanjani Sridharan2022-04-292-1/+8
| * | ASoC: SOF: expose a couple of functionsRanjani Sridharan2022-04-292-20/+20
| * | ASoC: SOF: pcm: Move the call to snd_sof_pcm_platform_hw_params()Ranjani Sridharan2022-04-291-6/+6
| * | ASoC: SOF: sof-audio: Set up widgets from source to sinkRanjani Sridharan2022-04-292-47/+130
| * | ASoC: SOF: sof-audio: reset route status before freeing widgetRanjani Sridharan2022-04-291-2/+3
| * | ASoC: SOF: Add a new op to set up volume tableRanjani Sridharan2022-04-293-15/+35
* | | ASoC: SOF: IPC Abstraction for FW loadingMark Brown2022-04-2914-543/+539
|\ \ \
| * | | ASoC: SOF: loader: Call optional query_fw_configuration on first bootPeter Ujfalusi2022-04-291-0/+3
| * | | ASoC: SOF: loader: Remove snd_sof_parse_module_memcpy() as it is not usedPeter Ujfalusi2022-04-292-87/+0
| * | | ASoC: SOF: mediatek: mt8195: Do not set the load_module opsPeter Ujfalusi2022-04-291-2/+0
| * | | ASoC: SOF: Intel: bdw/byt/pci-tng: Do not set the load_module opsPeter Ujfalusi2022-04-293-12/+0
| * | | ASoC: SOF: imx: Do not set the load_module opsPeter Ujfalusi2022-04-292-6/+3
| * | | ASoC: SOF: amd: renoir: Do not set the load_module opsPeter Ujfalusi2022-04-291-3/+0
| * | | ASoC: SOF: loader: Switch to use the fw_loader opsPeter Ujfalusi2022-04-293-427/+8
| * | | ASoC: SOF: ipc: Add check for fw_loader opsPeter Ujfalusi2022-04-291-0/+6
| * | | ASoC: SOF: ipc3-loader: Implement firmware parsing and loadingPeter Ujfalusi2022-04-294-6/+498