summaryrefslogtreecommitdiffstats
path: root/samples/seccomp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-30ASoC: mediatek: mt8195: make several arrays static constColin Ian King1-6/+6
2021-11-30firmware: cs_dsp: Move lockdep asserts to avoid potential null pointerCharles Keepax1-4/+4
2021-11-30ASoC: intel: boards: bytcht*: Constify static snd_soc_opsRikard Falkeborn2-2/+2
2021-11-30ASoC: Intel: hda_dsp_common: don't multiline PCM topology warningChris Down1-1/+1
2021-11-30ASoC: mediatek: mt8195: Constify static snd_soc_opsRikard Falkeborn2-2/+2
2021-11-30ASoC: SOF: Intel: Retry codec probing if it failsHui Wang1-5/+9
2021-11-30ASoC: amd: fix uninitialized variable in snd_acp6x_probe()Dan Carpenter1-1/+2
2021-11-30ASoC: rockchip: i2s_tdm: Dup static DAI templateNicolas Frattaroli1-21/+31
2021-11-29ASoC: sunxi: sun4i-spdif: Implement IEC958 controlJernej Skrabec1-0/+115
2021-11-29ASoC: qcom: Add support for ALC5682I-VS codeclvzhaoxiong2-5/+20
2021-11-29ASoC: sun8i-codec: Add AIF, ADC, and DAC volume controlsSamuel Holland1-0/+56
2021-11-29ASoC: soc-pcm: tidyup soc_pcm_pointer()'s delay update methodKuninori Morimoto1-9/+2
2021-11-29ASoC: intel: sst-mfld-platform-pcm: add .delay supportKuninori Morimoto1-1/+13
2021-11-29ASoC: amd: acp-pcm-dma: add .delay supportKuninori Morimoto2-1/+15
2021-11-29ASoC: soc-component: add snd_soc_pcm_component_delay()Kuninori Morimoto3-0/+34
2021-11-29ASoC: soc-dai: update snd_soc_dai_delay() to snd_soc_pcm_dai_delay()Kuninori Morimoto3-30/+32
2021-11-26ASoC: SOF: mediatek: Use %pR/%pa to print resources/physical addressesGeert Uytterhoeven1-5/+4
2021-11-26ASoC: cs35l41: Fix link problemLucas Tanure7-42/+50
2021-11-26ASoC: codecs/jz4770: Add missing gain control after DAC/ADC mixerPaul Cercueil1-0/+9
2021-11-26ASoC: imx-hdmi: add put_device() after of_find_device_by_node()Ye Guojin1-0/+2
2021-11-26ASoC: SOF: Intel: hda: send DAI_CONFIG IPC during pauseRanjani Sridharan1-5/+37
2021-11-26ASoC: SOF: IPC: dai: Expand DAI_CONFIG IPC flagsRanjani Sridharan5-21/+44
2021-11-26ASoC: SOF: align the hw_free sequence with stopRanjani Sridharan1-5/+9
2021-11-26ASoC: SOF: pcm: move the check for prepared flagRanjani Sridharan1-10/+9
2021-11-26ASoC: SOF: Add a helper for freeing PCM streamRanjani Sridharan3-23/+30
2021-11-26ASoC: SOF: call platform hw_free for paused streams during suspendRanjani Sridharan1-0/+7
2021-11-26ASoC: SOF: pcm: invoke platform hw_free for STOP/SUSPEND triggersRanjani Sridharan1-0/+4
2021-11-26ASoC: SOF: Intel: hda: reset stream before coupling host and link DMA'sRanjani Sridharan1-0/+5
2021-11-26ASoC: SOF: Intel: hda: Add a helper function for stream resetRanjani Sridharan2-32/+46
2021-11-26ASoC: SOF: Intel: hda: clear stream before freeing the DAI widgetRanjani Sridharan1-2/+3
2021-11-26ASoC: rt5682s: Fix crash due to out of scope stack varsRob Clark1-4/+6
2021-11-26ASoC: rt5682: Fix crash due to out of scope stack varsRob Clark1-4/+6
2021-11-26ASoC: tegra: Use normal system sleep for ADXSameer Pujar1-2/+2
2021-11-26ASoC: tegra: Use normal system sleep for AMXSameer Pujar1-2/+2
2021-11-26ASoC: tegra: Use normal system sleep for MixerSameer Pujar1-2/+2
2021-11-26ASoC: tegra: Use normal system sleep for MVCSameer Pujar1-2/+2
2021-11-26ASoC: tegra: Use normal system sleep for SFCSameer Pujar1-2/+2
2021-11-26ASoC: tegra: Balance runtime PM countSameer Pujar1-2/+2
2021-11-25ASoC: rt5640: Add the HDA header supportOder Chiou1-3/+94
2021-11-25ASoC: rt5640: Add the binding include file for the HDA header supportOder Chiou1-0/+1
2021-11-25ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list insteadLukas Bulwahn1-2/+1
2021-11-25ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMALukas Bulwahn1-2/+0
2021-11-25ASoC: SOF: mediatek: Add missing of_node_put() in platform_parse_resource()Yang Yingliang1-0/+2
2021-11-25ASoC: mediatek: remove unnecessary CONFIG_PMJiaxin Yu8-16/+0
2021-11-25ASoC: dt-bindings: wlf,wm8962: add missing interrupt propertyDavid Heidelberg1-0/+3
2021-11-24ASoC: SOF: handle paused streams during system suspendRanjani Sridharan3-5/+76
2021-11-24ASoC: SOF: topology: don't use list_for_each_entry_reverse()Pierre-Louis Bossart1-1/+1
2021-11-24ASoC: SOF: sof-audio: setup sched widgets during pipeline complete stepPierre-Louis Bossart1-2/+17
2021-11-24ASoC: SOF: Intel: add .ack support for HDaudio platformsRanjani Sridharan7-2/+46
2021-11-24ASoC: SOF: pcm: add .ack callback supportRanjani Sridharan3-0/+22