summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: remove unneeded semicolons in wcd934x.cWan Jiabing2021-06-081-3/+3
* ASoC: soc-core: don't use discriminatory terms on snd_soc_runtime_get_dai_fmt()Kuninori Morimoto2021-06-081-2/+2
* ASoC: mediatek: mtk-btcvsd: Fix an error handling path in 'mtk_btcvsd_snd_pro...Christophe JAILLET2021-06-081-6/+18
* Merge series "ASoC: adds new .auto_selectable_formats support" from Kuninori ...Mark Brown2021-06-078-64/+420
|\
| * ASoC: hdmi-codec: add .auto_selectable_formats supportKuninori Morimoto2021-06-071-0/+21
| * ASoC: fsi: add .auto_selectable_formats supportKuninori Morimoto2021-06-071-0/+15
| * ASoC: rsnd: add .auto_selectable_formats supportKuninori Morimoto2021-06-071-2/+29
| * ASoC: pcm3168a: add .auto_selectable_formats supportKuninori Morimoto2021-06-071-0/+26
| * ASoC: ak4613: add .auto_selectable_formats supportKuninori Morimoto2021-06-071-0/+11
| * ASoC: soc-core: add snd_soc_runtime_get_dai_fmt()Kuninori Morimoto2021-06-073-0/+256
| * ASoC: soc-core: move snd_soc_runtime_set_dai_fmt() to upsideKuninori Morimoto2021-06-071-62/+62
* | ASoC: rk817: remove redundant assignment to pointer node, add missing of_node...Colin Ian King2021-06-071-1/+3
* | ASoC: rk817: Remove unneeded semicolonJiapeng Chong2021-06-071-1/+2
* | Merge tag 'tb-mfd-asoc-v5.14-1' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown2021-06-073-0/+546
|\ \ | |/ |/|
| * ASoC: rk817: fix a warning in rk817_probe()Chris Morgan2021-06-021-2/+1
| * ASoC: Add Rockchip rk817 audio CODEC supportChris Morgan2021-06-013-0/+547
* | Merge series "ASoC: codecs: wcd934x: add Headset and button detection support...Mark Brown2021-06-046-15/+2698
|\ \
| * | ASoC: qcom: sdm845: add jack support for WCD934xSrinivas Kandagatla2021-06-041-0/+8
| * | ASoC: codecs: wcd934x: add mbhc supportSrinivas Kandagatla2021-06-042-15/+870
| * | ASoC: codecs: wcd: add multi button Headset detection supportSrinivas Kandagatla2021-06-044-0/+1820
* | | ASoC: snd-soc-lpass requires REGMAP_MMIOBertrand Jacquin2021-06-041-0/+4
* | | ASoC: ti: davinci-mcasp: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-041-0/+1
|/ /
* | Merge series "ASoC: rsnd: tidyup adg and header" from Kuninori Morimoto <kuni...Mark Brown2021-06-032-63/+97
|\ \
| * | ASoC: rsnd: tidyup __rsnd_mod_xxx macro commentsKuninori Morimoto2021-06-031-13/+7
| * | ASoC: rsnd: adg: check return value for rsnd_adg_get_clkin/out()Kuninori Morimoto2021-06-031-23/+61
| * | ASoC: rsnd: adg: use more simple method for null_clkKuninori Morimoto2021-06-032-26/+27
| * | ASoC: rsnd: adg: tidyup rsnd_adg_get_clkin/out() parameterKuninori Morimoto2021-06-031-7/+7
| * | ASoC: rsnd: adg: supply __printf(x, y) formatting for dbg_msg()Kuninori Morimoto2021-06-031-0/+1
* | | ASoC: img: Fix PM reference leak in img_i2s_in_probe()Yufen Yu2021-06-031-1/+1
* | | ASoC: fsl: imx-es8328: use devm_snd_soc_register_card()Yang Yingliang2021-06-031-11/+1
* | | ASoC: rsnd: check for zero node countColin Ian King2021-06-031-0/+3
* | | ASoC: imx-audio-rpmsg: use module_rpmsg_driver to simplify the codeYang Yingliang2021-06-031-11/+1
* | | ASoC: atmel: sam9x5_wm8731: use devm_snd_soc_register_card()Yang Yingliang2021-06-031-2/+1
|/ /
* | ASoC: Intel: Skylake: use DEVICE_ATTR_RO macroYueHaibing2021-06-021-3/+3
* | ASoC: codecs: tfa989x: Add support for optional vddd-supplyVincent Knecht2021-06-021-0/+34
* | ASoC: codecs: tfa989x: Add support for tfa9897Vincent Knecht2021-06-021-0/+25
* | ASoC: sigmadsp: Remove the repeated declarationShaokun Zhang2021-06-021-1/+0
* | Merge series "ASoC: Constify snd_compress_ops" from Rikard Falkeborn <rikard....Mark Brown2021-06-016-6/+6
|\ \
| * | ASoC: SOF: Intel: Constify sof_probe_compressed_opsRikard Falkeborn2021-06-012-2/+2
| * | ASoC: qcom: q6asm-dai: Constify static struct snd_compress_opsRikard Falkeborn2021-06-011-1/+1
| * | ASoC: wm5110: Constify static struct snd_compress_opsRikard Falkeborn2021-06-011-1/+1
| * | ASoC: wm5102: Constify static struct snd_compress_opsRikard Falkeborn2021-06-011-1/+1
| * | ASoC: cs47125: Constify static struct snd_compress_opsRikard Falkeborn2021-06-011-1/+1
* | | Merge series "ASoC: rsnd: adjust disabled module for R-Car D3" from Kuninori ...Mark Brown2021-06-017-21/+91
|\ \ \
| * | | ASoC: rsnd: adjust disabled moduleKuninori Morimoto2021-06-016-3/+67
| * | | ASoC: rsnd: tidyup rsnd_parse_connect_xxx()Kuninori Morimoto2021-06-013-3/+9
| * | | ASoC: rsnd: tidyup rsnd_dma_request_channel()Kuninori Morimoto2021-06-016-9/+9
| * | | ASoC: rsnd: tidyup rsnd_parse_connect_common()Kuninori Morimoto2021-06-012-6/+6
| |/ /
* | | ASoC: SOF: Intel: pci-tgl: add ADL-M supportKai Vehmanen2021-06-011-0/+2
* | | ASoC: SOF: Intel: hda: don't print ROM status if cl_dsp_init() failsRanjani Sridharan2021-06-011-5/+0