summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2021-06-03ASoC: tas2562: Fix TDM_CFG0_SAMPRATE valuesRichard Weinberger1-7/+7
2021-06-03ASoC: AMD Renoir: Remove fix for DMI entry on Lenovo 2020 platformsMark Pearson1-35/+0
2021-06-02ASoC: AMD Renoir - add DMI entry for Lenovo 2020 AMD platformsMark Pearson1-0/+35
2021-06-01ASoC: SOF: reset enabled_cores state at suspendKai Vehmanen1-0/+1
2021-06-01ASoC: fsl-asoc-card: Set .owner attribute when registering card.Nicolas Cavallari1-0/+1
2021-06-01ASoC: topology: Fix spelling mistake "vesion" -> "version"Colin Ian King1-3/+3
2021-05-27ASoC: rt5659: Fix the lost powers for the HDA headerJack Yu1-5/+21
2021-05-24ASoC: core: Fix Null-point-dereference in fmt_single_name()Kefeng Wang1-0/+2
2021-05-21ASoC: qcom: lpass-cpu: Use optional clk APIsStephen Boyd1-11/+1
2021-05-20ASoC: cs35l33: fix an error code in probe()Dan Carpenter1-0/+1
2021-05-19ASoC: SOF: Intel: hda: don't send DAI_CONFIG IPC for older firmwareRanjani Sridharan1-0/+5
2021-05-18ASoC: fsl: fix SND_SOC_IMX_RPMSG dependencyArnd Bergmann1-0/+1
2021-05-12ASoC: cs42l52: Minor tidy up of error pathsCharles Keepax1-1/+6
2021-05-12ASoC: cs35l32: Add missing regmap use_single configCharles Keepax1-0/+3
2021-05-12ASoC: cs35l34: Add missing regmap use_single configCharles Keepax1-0/+3
2021-05-12ASoC: cs42l73: Add missing regmap use_single configCharles Keepax1-0/+3
2021-05-12ASoC: cs53l30: Add missing regmap use_single configCharles Keepax1-0/+3
2021-05-12ASoC: sti-sas: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-05-11Merge series "ASoC: simple-card / audio-graph re-cleanup" from Kuninori Morim...Mark Brown2-113/+112
2021-05-11ASoC: cs42l42: Regmap must use_single_read/writeRichard Fitzgerald1-0/+3
2021-05-11ASoC: audio-graph: tidyup graph_parse_node()Kuninori Morimoto1-12/+15
2021-05-11ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()Kuninori Morimoto1-16/+14
2021-05-11ASoC: Intel: bytcr_rt5640: Add quirk for the Lenovo Miix 3-830 tabletHans de Goede1-0/+14
2021-05-11ASoC: Intel: bytcr_rt5640: Add quirk for the Glavey TM800A550L tabletHans de Goede1-0/+11
2021-05-11ASoC: simple-card: add simple_link_init()Kuninori Morimoto1-31/+30
2021-05-11ASoC: simple-card: add simple_parse_node()Kuninori Morimoto1-54/+53
2021-05-10ASoC: ak5558: Correct the dai name for ak5552Shengjiu Wang1-1/+1
2021-05-10ASoC: codecs: lpass-tx-macro: add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-05-10ASoC: codecs: lpass-rx-macro: add missing MODULE_DEVICE_TABLESrinivas Kandagatla1-0/+1
2021-05-05ASoC: rt711-sdca: fix the function number of SDCA control for feature unit 0x1EShuming Fan1-2/+2
2021-04-28Merge series "ASoC: Revert clk_hw_get_clk() cleanup" from Jerome Brunet <jbru...Mark Brown2-8/+2
2021-04-28ASoC: amd: fix for pcm_read() errorVijendar Mukunda3-10/+16
2021-04-28ASoC: da7219: do not request a new clock consummer referenceJerome Brunet1-4/+1
2021-04-28ASoC: stm32: do not request a new clock consummer referenceJerome Brunet1-4/+1
2021-04-26ASoC: max98088: fix ni clock divider calculationMarco Felsch1-2/+11
2021-04-23ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2Mark Brown2-102/+106
2021-04-23ASoC: rt711-sdca: add the notification when volume changedShuming Fan1-2/+11
2021-04-23ASoC: rt711-sdca: change capture switch controlsShuming Fan2-43/+127
2021-04-23ASoC: da7219: properly get clk from the providerJerome Brunet1-1/+4
2021-04-23ASoC: lpass: use the clock provider APIJerome Brunet2-13/+5
2021-04-23ASoC: rt5682: clock driver must use the clock provider APIJerome Brunet1-3/+3
2021-04-23ASoC: wcd934x: use the clock provider APIJerome Brunet1-2/+4
2021-04-23ASoC: stm32: properly get clk from the providerJerome Brunet1-1/+4
2021-04-22ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann4-8/+8
2021-04-21ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()Kuninori Morimoto1-16/+14
2021-04-21ASoC: simple-card: add simple_link_init()Kuninori Morimoto1-29/+30
2021-04-21ASoC: simple-card: add simple_parse_node()Kuninori Morimoto1-61/+58
2021-04-21ASoC: audio-graph: add graph_link_init()Kuninori Morimoto1-37/+33
2021-04-21ASoC: audio-graph: add graph_parse_node()Kuninori Morimoto1-59/+49
2021-04-20Merge series "ASoC: audio-graph: cleanups" from Kuninori Morimoto <kuninori.m...Mark Brown4-53/+35