summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2022-04-05ASoC: soc-utils: Add kunit test for snd_soc_tdm_params_to_bclk()Richard Fitzgerald3-1/+199
2022-04-05ASoC: soc-utils: Add helper to calculate BCLK from TDM infoRichard Fitzgerald1-0/+45
2022-04-05ASoC: Pull in fixesMark Brown7-23/+20
2022-04-05ASoC: ASRC support on Tegra186 and laterMark Brown5-1/+1253
2022-04-05ASoC: topology: Cleanup patchesMark Brown1-247/+208
2022-04-05ASoC: wm8731: Overhaul of the driverMark Brown9-229/+224
2022-04-05ASoC: SOF: Miscellaneous fixes for IPC and traceMark Brown16-136/+131
2022-04-05ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682Mark Brown4-1515/+546
2022-04-05ASoC: atmel: Fixes for AT91SAM9G20-EK audio driverMark Brown1-66/+8
2022-04-05ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSANHui Wang1-2/+4
2022-04-05ASoC: cs35l41: Add one more variable in the debug logHui Wang1-2/+2
2022-04-05ASoC: rt5682: fix an incorrect NULL check on list iteratorXiaomeng Tong1-7/+4
2022-04-05ASoC: soc-dapm: fix two incorrect uses of list iteratorXiaomeng Tong1-4/+2
2022-04-05ASoC: Intel: catpt: Drop redundant enum constantCezary Rojewski1-3/+1
2022-04-05ASoC: rt5682s: Separate the regulator consumer controlsDerek Fang2-6/+27
2022-04-05ASoC: SOF: ipc3-topology: Set scontrol->priv to NULL after freeing itPeter Ujfalusi1-0/+1
2022-04-05ASoC: cs*: use simple i2c probe functionStephen Kitt20-59/+40
2022-04-05ASoC: wm*: use i2c_match_id and simple i2c probeStephen Kitt2-6/+11
2022-04-05ASoC: ada*, ssm*: use simple i2c probe functionStephen Kitt7-20/+14
2022-04-05ASoC: cs35l41: Fix an out-of-bounds access in otp_packed_element_tHui Wang1-7/+7
2022-04-05ASoC: cs35l41: Add one more variable in the debug logHui Wang1-2/+2
2022-04-05ASoC: samsung: Constify snd_soc_dapm_{route,widget} structsRikard Falkeborn5-10/+10
2022-04-05ASoC: da7218: use i2c_match_id and simple i2c probeStephen Kitt1-4/+15
2022-04-05ASoC: da[79]*: use simple i2c probe functionStephen Kitt5-15/+10
2022-04-05ASoC: qcom: Add driver support for ALC5682I-VSJudy Hsiao2-0/+109
2022-04-05ASoC: intel: atom: Remove superfluous flush_scheduled_work()Takashi Iwai1-1/+0
2022-04-05ASoC: ad1*, ada*, ssm*: use i2c_match_id and simple i2c probeStephen Kitt5-15/+23
2022-04-05ASoC: Introduce snd_soc_of_get_dai_link_cpusMartin Povišer1-0/+80
2022-04-05ASoC: codecs: Fix error handling in power domain init and exit handlersSrinivasa Rao Mandadapu1-16/+19
2022-04-05ASoC: SOF: topology: use new sound control LED layerJaroslav Kysela3-33/+17
2022-04-04ASoC: soc-pcm: use GFP_KERNEL when the code is sleepableChristophe JAILLET1-1/+1
2022-04-04ASoC: SOF: topology: Fix memory leak of scontrol->namePeter Ujfalusi1-0/+3
2022-04-04codecs: rt5682s: fix an incorrect NULL check on list iteratorXiaomeng Tong1-7/+4
2022-04-04ASoC: topology: Correct error handling in soc_tplg_dapm_widget_create()Peter Ujfalusi1-2/+2
2022-04-04ASoC: atmel: Don't squash error codes from atmel_ssc_set_audio()Mark Brown1-2/+2
2022-04-04ASoC: atmel: Fix error handling in at91samg20ek probe()Mark Brown1-3/+6
2022-04-04ASoC: atmel: Remove system clock tree configuration for at91sam9g20ekMark Brown1-61/+0
2022-04-04ASoC: mediatek: mt8195: add machine support for max98390 and rt5682Trevor Wu2-0/+72
2022-04-04ASoC: mediatek: mt8195: rename card controlsTrevor Wu1-13/+13
2022-04-04ASoC: mediatek: mt8195: merge machine driverTrevor Wu4-1274/+241
2022-04-04ASoC: mediatek: mt8195: revise mt8195-mt6359-rt1019-rt5682.cTrevor Wu1-248/+240
2022-04-04ASoC: wm8731: Factor out the I2C and SPI bus code into separate modulesMark Brown9-142/+183
2022-04-04ASoC: wm8731: Factor our MCLK and mutex initialisationMark Brown1-30/+14
2022-04-04ASoC: wm8731: Move regulator request into wm8731_init()Mark Brown1-32/+16
2022-04-04ASoC: wm8731: Factor component init out of bus codeMark Brown1-40/+27
2022-04-04ASoC: wm8731: Update to modern DAI terminologyMark Brown1-4/+3
2022-04-04ASoC: topology: Rename soc_tplg_init_kcontrol() functionAmadeusz Sławiński1-10/+7
2022-04-04ASoC: topology: Correct error messageAmadeusz Sławiński1-1/+1
2022-04-04ASoC: topology: Rename SOC_TPLG_PASS_MIXER to _CONTROLAmadeusz Sławiński1-5/+5
2022-04-04ASoC: topology: Return bool instead of intAmadeusz Sławiński1-3/+3