summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitsperlong.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-01ASoC: Intel: boards: sof-wm8804: support for Hifiberry Digiplus boardsPierre-Louis Bossart3-0/+315
2020-04-30ASoC: SOF: sort out Kconfig, againArnd Bergmann1-4/+3
2020-04-30ASoC: rt5682: remove unwanted btn_type assignmentTzung-Bi Shih1-1/+0
2020-04-30ASoC: rt5682: remove duplicate rt5682_reset() callsTzung-Bi Shih1-4/+0
2020-04-30ASoC: rt5682: replace message printing from pr_() to dev_()Tzung-Bi Shih1-6/+9
2020-04-30ASoC: rt5682: remove empty default caseTzung-Bi Shih1-17/+2
2020-04-30ASoC: rt5682: fix space issuesTzung-Bi Shih1-82/+70
2020-04-30ASoC: rt5682: simplify assertionsTzung-Bi Shih1-6/+5
2020-04-30ASoC: SOF: Intel: change trigger sequence to fix pop noise when stopping play...randerwang2-4/+22
2020-04-30ASoC: SOF: topology: replace sof_link_hda_process by sof_set_dai_configBard Liao1-61/+3
2020-04-30ASoC: topology: set component dai_index to ipc dai config dai_indexBard Liao1-0/+8
2020-04-30ASoC: SOF: topology: send ipc for all found DAIs in sof_set_dai_configBard Liao1-63/+18
2020-04-29ASoC: dt-bindings: simple-card: switch to yaml base DocumentationKuninori Morimoto2-351/+484
2020-04-29ASoC: rt5682: fix I2C/Soundwire dependenciesArnd Bergmann1-0/+3
2020-04-29ASoC: fsl_easrc: mark PM functions __maybe_unusedArnd Bergmann1-4/+2
2020-04-29ASoC: mxs-saif: Fix unused assignmentTang Bin1-1/+1
2020-04-29ASoc: nau8810: add AUX related dapm widgets and routesSeven Lee2-1/+42
2020-04-29ASoC: codecs: wm97xx: fix ac97 dependencyArnd Bergmann1-3/+3
2020-04-29ASoC: component: suppress uninitialized-variable warningArnd Bergmann1-1/+1
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_get_metadata()Kuninori Morimoto3-5/+20
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_set_metadata()Kuninori Morimoto3-5/+20
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_pointer()Kuninori Morimoto3-3/+21
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_ack()Kuninori Morimoto3-5/+20
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_get_params()Kuninori Morimoto3-5/+20
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_set_params()Kuninori Morimoto3-10/+23
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_trigger()Kuninori Morimoto3-7/+21
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_shutdown()Kuninori Morimoto3-8/+15
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_start()Kuninori Morimoto3-18/+22
2020-04-29ASoC: soc-dai: add snd_soc_pcm_dai_remove()Kuninori Morimoto3-33/+25
2020-04-29ASoC: soc-dai: add snd_soc_pcm_dai_probe()Kuninori Morimoto3-39/+28
2020-04-29ASoC: soc-dai: add snd_soc_pcm_dai_bespoke_trigger()Kuninori Morimoto3-33/+25
2020-04-29ASoC: soc-dai: add snd_soc_pcm_dai_trigger()Kuninori Morimoto3-29/+24
2020-04-29ASoC: soc-dai: add snd_soc_pcm_dai_prepare()Kuninori Morimoto3-21/+23
2020-04-29ASoC: soc-dai: add snd_soc_pcm_dai_new()Kuninori Morimoto3-22/+19
2020-04-29ASoC: soc-dai: don't overwide dai->driver->opsKuninori Morimoto2-24/+39
2020-04-29ASoC: soc-dai: add soc_dai_err()Kuninori Morimoto1-59/+96
2020-04-28ASoC: tegra: tegra_wm8903: Use devm_snd_soc_register_card()Wei Yongjun1-12/+2
2020-04-28ASoC: broadwell: add channel constraintBrent Lu1-0/+26
2020-04-28ASoC: bdw-rt5650: add channel constraintBrent Lu1-0/+29
2020-04-28ASoC: bdw-rt5677: add channel constraintBrent Lu1-0/+26
2020-04-28ASoC: Intel: boards: add explicit dependency on GPIOLIB when DMIC is usedPierre-Louis Bossart1-15/+16
2020-04-27ASoC: Intel: Skylake: Automatic DMIC format configuration according to inform...Mateusz Gorski2-3/+62
2020-04-27ASoC: Intel: Multiple I/O PCM format support for pipeMateusz Gorski3-0/+97
2020-04-27ASoC: Intel: Skylake: Add alternative topology binary nameMateusz Gorski1-2/+17
2020-04-27ASoC: hisilicon: Use the defined variable to clean codeTang Bin1-6/+6
2020-04-27ASoC: fsl_easrc: Check for null pointer before dereferencing "ctx" in fsl_eas...Shengjiu Wang1-2/+7
2020-04-27ASoC: ti: remove comparison to bool in omap_mcbsp_dai_set_dai_fmt()Jason Yan1-1/+1
2020-04-27ASoC: mxs-saif: Avoid unnecessary checkTang Bin1-3/+0
2020-04-27ASoC: Intel: sof_sdw: add amp number in components string for ucmranderwang1-2/+12
2020-04-27ASoC: hisilicon: Use IS_ERR() instead of IS_ERR_OR_NULL()Tang Bin1-2/+2