summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-7/+2
|\
| * drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-7/+2
* | Merge tag 'sound-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-09-17243-6417/+11508
|\ \
| * \ Merge branch 'asoc-5.4' into asoc-nextMark Brown2019-09-15229-6260/+11058
| |\ \
| | * | ASoC: sdm845: remove unneeded semicolonSaiyam Doshi2019-09-151-1/+1
| | * | ASoC: fsl_sai: Implement set_bclk_ratioViorel Suman2019-09-132-2/+20
| | * | ASoC: wcd9335: remove redundant use of ret variableSaiyam Doshi2019-09-111-16/+8
| | * | ASoC: hdmi-codec: Add an op to set callback function for plug eventCheng-Yi Chiang2019-09-091-0/+46
| | * | ASoC: rt5677: keep analog power register at SND_SOC_BIAS_OFFBen Zhang2019-09-091-2/+2
| | * | ASoC: rt5677: Remove magic number register writesCurtis Malainey2019-09-091-5/+11
| | * | ASoC: soc-core: self contained soc_unbind_aux_dev()Kuninori Morimoto2019-09-091-8/+9
| | * | ASoC: soc-core: add soc_unbind_aux_dev()Kuninori Morimoto2019-09-091-1/+7
| | * | ASoC: soc-core: self contained soc_bind_aux_dev()Kuninori Morimoto2019-09-091-16/+15
| | * | ASoC: soc-core: move soc_probe_link_dais() next to soc_remove_link_dais()Kuninori Morimoto2019-09-091-29/+29
| | * | ASoC: soc-core: self contained soc_probe_link_dais()Kuninori Morimoto2019-09-091-25/+25
| | * | ASoC: soc-core: add new soc_link_init()Kuninori Morimoto2019-09-091-10/+18
| | * | ASoC: soc-core: move soc_probe_dai() next to soc_remove_dai()Kuninori Morimoto2019-09-091-20/+20
| | * | ASoC: soc-core: self contained soc_remove_link_dais()Kuninori Morimoto2019-09-091-14/+15
| | * | ASoC: soc-core: self contained soc_remove_link_components()Kuninori Morimoto2019-09-091-18/+15
| | * | ASoC: soc-core: self contained soc_probe_link_components()Kuninori Morimoto2019-09-091-19/+19
| | * | ASoC: rt1308: make array pd static const, makes object smallerColin Ian King2019-09-091-1/+2
| | * | ASoC: rt1305: make array pd static const, makes object smallerColin Ian King2019-09-091-1/+2
| | * | ASoC: rt1011: make array pd static const, makes object smallerColin Ian King2019-09-091-1/+2
| | * | SoC: simple-card-utils: set 0Hz to sysclk when shutdownKatsuhiro Suzuki2019-09-091-0/+7
| | * | ASoC: rockchip: ignore 0Hz sysclkKatsuhiro Suzuki2019-09-091-0/+3
| | * | ASoC: codecs: ad193x: make two arrays static const, makes object smallerColin Ian King2019-09-091-2/+2
| | * | ASoC: es8316: support fixed and variable both clock ratesKatsuhiro Suzuki2019-09-091-15/+20
| | * | ASoC: es8316: fix redundant codes of clockKatsuhiro Suzuki2019-09-091-18/+13
| | * | ASoC: SOF: imx8: Fix COMPILE_TEST errorYueHaibing2019-09-051-1/+2
| | * | ASoC: meson: tdmout: add sm1 supportJerome Brunet2019-09-051-19/+84
| | * | ASoC: meson: axg-toddr: add sm1 supportJerome Brunet2019-09-051-0/+68
| | * | ASoC: meson: axg-frddr: add sm1 supportJerome Brunet2019-09-053-1/+75
| | * | ASoC: meson: tdmin: expose all 16 inputsJerome Brunet2019-09-051-13/+34
| | * | ASoC: meson: axg-toddr: expose all 8 inputsJerome Brunet2019-09-051-8/+7
| | * | ASoC: meson: axg-frddr: expose all 8 outputsJerome Brunet2019-09-051-8/+24
| | * | ASoC: qcom: common: Include link-name in error messagesBjorn Andersson2019-09-051-11/+11
| | * | ASoC: soc-core: add comment to jack at soc_remove_component()Kuninori Morimoto2019-09-041-0/+2
| | * | ASoC: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+2
| | * | ASoC: sirf-audio: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+1
| | * | ASoC: ep93xx: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+1
| | * | ASoC: amd: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-2/+1
| | * | ASoC: es8316: add clock control of MCLKKatsuhiro Suzuki2019-09-031-1/+35
| | * | ASoC: audio-graph: indicate rebind issueKuninori Morimoto2019-09-031-0/+19
| | * | ASoC: simple-card: indicate rebind issueKuninori Morimoto2019-09-031-1/+19
| | * | ASoC: soc-core: move soc_probe_link_components() positionKuninori Morimoto2019-09-021-20/+20
| | * | ASoC: soc-core: add snd_soc_dapm_init()Kuninori Morimoto2019-09-022-12/+23
| | * | ASoC: soc-core: dapm related setup at one placeKuninori Morimoto2019-09-021-12/+9
| | * | ASoC: soc-core: move soc_probe_component() positionKuninori Morimoto2019-09-021-131/+130
| | * | ASoC: soc-core: add soc_rtd_free()Kuninori Morimoto2019-09-021-5/+12
| | * | ASoC: mediatek: mt8183: fix space issuesTzung-Bi Shih2019-08-301-2/+1