summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2020-03-05ASoC: sprd: Allow the MCDT driver to build into modulesBaolin Wang2-2/+2
2020-03-05ASoC: tlv320adcx140: Fix mic_bias and vref device tree verificationDan Murphy1-6/+4
2020-03-04Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-9/+11
2020-03-04Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2-2/+2
2020-03-04ASoc: amd: acp3x: Add missing include <linux/io.h>YueHaibing1-0/+1
2020-03-04ASoC: stm32: sai: manage rebind issueOlivier Moysan1-8/+10
2020-03-03ASoC: amd: Fix compile warning of argument typeAkshu Agrawal1-1/+1
2020-03-03ASoC: amd: AMD RV RT5682 should depends on CROS_ECEnric Balletbo i Serra1-1/+1
2020-03-03ASoC: SOF: Fix snd_sof_ipc_stream_posn()Dan Carpenter1-1/+1
2020-03-03ASoC: rt1015: modify pre-divider for sysclkJack Yu1-1/+1
2020-03-02Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown4-4/+4
2020-03-02Merge series "ASoC: SOF: updates for 5.7" from Pierre-Louis Bossart <pierre-l...Mark Brown3-9/+15
2020-03-02ASoC: rt1015: set snd_soc_dai_ops in rt1015_dai driverYueHaibing1-0/+1
2020-03-02ASoc: amd: Add DMIC switch capability to machine driverAkshu Agrawal1-6/+47
2020-03-02ASoC: SOF: Intel: hda: use snd_sof_dsp_set_power_state() opRanjani Sridharan1-8/+7
2020-03-02ASoC: SOF: Intel: hda-loader: clear the IPC ack bit after FW_PURGE doneKeyon Jie1-0/+6
2020-03-02ASoC: SOF: ipc: check ipc return value before data copyJaska Uimonen1-5/+7
2020-03-02ASoC: SOF: pcm: skip DMA buffer pre-allocationKeyon Jie1-4/+2
2020-03-02ASoC: rt1015: add operation callback function for rt1015_dai[]Jack Yu1-0/+1
2020-02-28ASoC: zte: zx-spdif: remove redundant dev_err messagetangbin1-1/+0
2020-02-28ASoC: soc-dapm: don't use rtd->cpu_dai on for_each_rtd_cpu_dai()Kuninori Morimoto1-1/+1
2020-02-28ASoC: samsung: Silence warnings during deferred probeMarek Szyprowski10-10/+17
2020-02-28ASoC: rt5682: Make rt5682_clock_config staticYueHaibing1-1/+1
2020-02-28ASoC: rt1015: modify some structure to be static.Jack Yu1-2/+2
2020-02-28ASoC: soc-component: tidyup snd_soc_pcm_component_sync_stop()Kuninori Morimoto1-1/+1
2020-02-28ASoC: dapm: Correct DAPM handling of active widgets during shutdownCharles Keepax1-1/+1
2020-02-26ASoC: Add Multi CPU DAI supportMark Brown5-271/+516
2020-02-26ASoC: tas2562: Add entries for the TAS2563 audio amplifierDan Murphy1-1/+8
2020-02-26ASoC: amd: Allow I2S wake event after ACP is powerd OnAkshu Agrawal1-1/+6
2020-02-26ASoC: rt5682: Revise the function nameOder Chiou1-2/+2
2020-02-26ASoC: rt5682: Add the soundwire supportOder Chiou6-40/+897
2020-02-26ASoC: amd: Add machine driver for Raven based platformAkshu Agrawal3-0/+346
2020-02-26ASoC: pcm: check if cpu-dai supports a given streamBard Liao1-1/+50
2020-02-26ASoC: Return error if the function does not support multi-cpuBard Liao3-2/+39
2020-02-26ASoC: Add multiple CPU DAI support in DAPMShreyas NC1-4/+16
2020-02-26ASoC: Add dapm_add_valid_dai_widget helperShreyas NC1-56/+63
2020-02-26ASoC: Add multiple CPU DAI support for PCM opsShreyas NC1-135/+261
2020-02-26ASoC: Add initial support for multiple CPU DAIsShreyas NC1-77/+91
2020-02-26ASoC: tas2562: Fix sample rate error messageDan Murphy1-1/+1
2020-02-25ASoC: Intel: mrfld: fix incorrect check on p->sinkColin Ian King1-1/+1
2020-02-25Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown16-416/+203
2020-02-25ASoC: soc-pcm cleanup step4Mark Brown4-275/+224
2020-02-25ASoC: soc-pcm: fix state tracking error in snd_soc_component_open/close()Kai Vehmanen2-34/+28
2020-02-25ASoC: soc-pcm: add dpcm_create/remove_debugfs_state()Kuninori Morimoto1-17/+34
2020-02-25ASoC: soc-pcm: move CONFIG_DEBUG_FS functions to top sideKuninori Morimoto1-138/+138
2020-02-25ASoC: soc-pcm: move dpcm_path_put() to soc-pcm.cKuninori Morimoto2-0/+15
2020-02-25ASoC: soc-pcm: merge dpcm_run_new/old_update() into dpcm_fe_runtime_update()Kuninori Morimoto1-28/+7
2020-02-25ASoC: soc-pcm: add snd_soc_dai_get_widget()Kuninori Morimoto3-29/+8
2020-02-25ASoC: soc-pcm: cleanup soc_pcm_apply_msb()Kuninori Morimoto1-17/+12
2020-02-25ASoC: soc-pcm: add snd_soc_dai_get_pcm_stream()Kuninori Morimoto2-46/+10