aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2022-02-17ASoC: SOF: Replace zero-length array with flexible-array memberStephen Kitt1-1/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2-3/+3
2022-02-17ASoC: intel: skylake: Set max DMA segment sizeTakashi Iwai1-0/+1
2022-02-17ASoC: SOF: hda: Set max DMA segment sizeTakashi Iwai1-0/+1
2022-02-16ASoC: SOF: core: unregister clients and machine drivers in .shutdownPierre-Louis Bossart1-0/+9
2022-02-16ASoC: codec: wcd938x: Update CTIA/OMTP switch controlSrinivasa Rao Mandadapu1-22/+11
2022-02-16ASoC: cs4265: Fix the duplicated control nameFabio Estevam1-2/+1
2022-02-16ASoC: ops: Shift tested values in snd_soc_put_volsw() by +minMarek Vasut1-2/+2
2022-02-15ASoC: soc-core: skip zero num_dai component in searching dai nameShengjiu Wang1-1/+1
2022-02-15ASoC: tegra20: spdif: make const array rates staticColin Ian King1-1/+1
2022-02-14ASoC: SOF: Makefile: Fix randconfig sof-client build when SND_SOC_SOF=yPeter Ujfalusi1-1/+3
2022-02-14Merge tag 'asoc-fix-v5.17-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai9-34/+66
2022-02-14ASoC: Add Euro Headset support for wcd938x codecMark Brown1-0/+38
2022-02-14ASoC: pcm3168a: code cleanupMark Brown1-80/+70
2022-02-14ASoC: codec: wcd938x: Add switch control for selecting CTIA/OMTP HeadsetSrinivasa Rao Mandadapu1-0/+38
2022-02-14ASoC: codec: wm8960: complete discharge on BIAS OFF->STANDBYViorel Suman1-2/+11
2022-02-14ASoC: wm8731: Delete empty remove() functionMark Brown1-6/+0
2022-02-14ASoC: pcm3168a: remove numeric PCM3168A_NUM_SUPPLIESNikita Yushchenko1-3/+2
2022-02-14ASoC: pcm3168a: refactor format handlingNikita Yushchenko1-42/+42
2022-02-14ASoC: pcm3168a: refactor hw_params routineNikita Yushchenko1-38/+29
2022-02-14ASoC: pcm3168a: cleanup unintuitive mask usageNikita Yushchenko1-2/+2
2022-02-11ASoC: SOF: compr: Mark snd_compress_ops staticDaniel Baluta1-13/+13
2022-02-11ASoC: Intel: bytcr_wm5102: use GFP_KERNELJulia Lawall1-1/+1
2022-02-11ASoC: wm_adsp: Add trace caps to speaker protection FWVlad Karpovich1-2/+7
2022-02-11ASoC: wm_adsp: Make compressed buffers optionalCharles Keepax1-21/+33
2022-02-10ASoC: tlv320adc3xxx: Add IIR filter configurationRicard Wanderlof1-2/+141
2022-02-10ASoC: SOF: IPC client infrastructureMark Brown32-1309/+2408
2022-02-10ASoC: wm_adsp: Correct control read size when parsing compressed bufferCharles Keepax1-1/+2
2022-02-10Machine driver to support LPASS SC7280 sound card registrationMark Brown4-0/+301
2022-02-10ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi20-825/+968
2022-02-10ASoC: SOF: Convert the generic IPC message injector into SOF clientPeter Ujfalusi6-115/+229
2022-02-10ASoC: SOF: Convert the generic IPC flood test into SOF clientRanjani Sridharan7-241/+469
2022-02-10ASoC: SOF: sof-client: Add support for clients not managed by pm frameworkPeter Ujfalusi3-1/+70
2022-02-10ASoC: SOF: Introduce IPC SOF client supportPeter Ujfalusi7-21/+540
2022-02-10ASoC: SOF: Split up utils.c into sof-utils and iomem-utilsPeter Ujfalusi8-65/+104
2022-02-10ASoC: SOF: ipc: Read and pass the whole message to handlers for IPC eventsPeter Ujfalusi1-41/+44
2022-02-10ASoC: SOF: Move the definition of enum sof_dsp_power_states to global headerPeter Ujfalusi1-8/+0
2022-02-10ASoC: SOF: Drop unused DSP power states: D3_HOT and D3_COLDPeter Ujfalusi2-8/+0
2022-02-10ASoC: rt5640: Remove the sysclk and sysclk_src checkingOder Chiou1-3/+0
2022-02-10ASoC: qcom: SC7280: Add machine driverSrinivasa Rao Mandadapu3-0/+300
2022-02-10ASoC: qcom: Add macro for lpass DAI id's max limitSrinivasa Rao Mandadapu1-0/+1
2022-02-10ASoC: qcom: Actually clear DMA interrupt register for HDMIStephen Boyd1-4/+4
2022-02-09ASoC: SOF: Intel: hdac_ext_stream: consistent prefixes for variables/membersPierre-Louis Bossart9-178/+179
2022-02-09spi: make remove callback a void functionUwe Kleine-König9-23/+9
2022-02-08ASoC: SOF: dma-trace: Change trace_init() ops parameter listMark Brown7-43/+26
2022-02-08ASoC: Fix gpiolib dependenciesMark Brown1-6/+2
2022-02-08ASoC: fsl_sai: Enable combine mode softSascha Hauer2-0/+10
2022-02-08ASoC: SOF: compr: Add compress ops implementationDaniel Baluta1-2/+271
2022-02-08ASoC: SOF: dma-trace: Pass pointer to params_ext struct in trace_init()Peter Ujfalusi7-39/+23
2022-02-08ASoC: SOF: intel: hda-trace: Pass the dma buffer pointer to hda_dsp_trace_preparePeter Ujfalusi1-4/+3