aboutsummaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: cs35l45: Add driver for Cirrus Logic CS35L45 Smart AmpJames Schulman2022-04-057-0/+1294
* ASoC: soc-utils: Add kunit test for snd_soc_tdm_params_to_bclk()Richard Fitzgerald2022-04-053-1/+199
* ASoC: soc-utils: Add helper to calculate BCLK from TDM infoRichard Fitzgerald2022-04-051-0/+45
* ASoC: Pull in fixesMark Brown2022-04-057-23/+20
|\
| * ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSANHui Wang2022-04-051-2/+4
| * ASoC: cs35l41: Add one more variable in the debug logHui Wang2022-04-051-2/+2
| * ASoC: rt5682: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-051-7/+4
| * ASoC: soc-dapm: fix two incorrect uses of list iteratorXiaomeng Tong2022-04-051-4/+2
| * ASoC: soc-pcm: use GFP_KERNEL when the code is sleepableChristophe JAILLET2022-04-041-1/+1
| * ASoC: SOF: topology: Fix memory leak of scontrol->namePeter Ujfalusi2022-04-041-0/+3
| * codecs: rt5682s: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-041-7/+4
| * ASoC: topology: Correct error handling in soc_tplg_dapm_widget_create()Peter Ujfalusi2022-04-041-2/+2
* | ASoC: ASRC support on Tegra186 and laterMark Brown2022-04-055-1/+1253
|\ \
| * | ASoC: tegra: AHUB routes for ASRC moduleSameer Pujar2022-04-041-1/+81
| * | ASoC: tegra: Add Tegra186 based ASRC driverSameer Pujar2022-04-044-0/+1172
* | | ASoC: topology: Cleanup patchesMark Brown2022-04-051-247/+208
|\ \ \
| * | | ASoC: topology: Rename soc_tplg_init_kcontrol() functionAmadeusz Sławiński2022-04-041-10/+7
| * | | ASoC: topology: Correct error messageAmadeusz Sławiński2022-04-041-1/+1
| * | | ASoC: topology: Rename SOC_TPLG_PASS_MIXER to _CONTROLAmadeusz Sławiński2022-04-041-5/+5
| * | | ASoC: topology: Return bool instead of intAmadeusz Sławiński2022-04-041-3/+3
| * | | ASoC: topology: Remove unnecessary loopingAmadeusz Sławiński2022-04-041-223/+192
| * | | ASoC: topology: Use for loop instead of whileAmadeusz Sławiński2022-04-041-8/+3
| |/ /
* | | ASoC: wm8731: Overhaul of the driverMark Brown2022-04-059-229/+224
|\ \ \
| * | | ASoC: wm8731: Factor out the I2C and SPI bus code into separate modulesMark Brown2022-04-049-142/+183
| * | | ASoC: wm8731: Factor our MCLK and mutex initialisationMark Brown2022-04-041-30/+14
| * | | ASoC: wm8731: Move regulator request into wm8731_init()Mark Brown2022-04-041-32/+16
| * | | ASoC: wm8731: Factor component init out of bus codeMark Brown2022-04-041-40/+27
| * | | ASoC: wm8731: Update to modern DAI terminologyMark Brown2022-04-041-4/+3
| |/ /
* | | ASoC: SOF: Miscellaneous fixes for IPC and traceMark Brown2022-04-0516-136/+131
|\ \ \
| * | | ASoC: SOF: Remove redundant return statementstangmeng2022-04-041-4/+1
| * | | ASoC: SOF: Remove header from struct snd_sof_ipc_msgPeter Ujfalusi2022-04-041-1/+0
| * | | ASoC: SOF: Drop 'header' parameter from tx_message() APIPeter Ujfalusi2022-04-0411-59/+39
| * | | ASoC: SOF: ipc: Use msg->reply_data directly in snd_sof_ipc_get_reply()Peter Ujfalusi2022-04-041-14/+16
| * | | ASoC: SOF: disable dma trace in s0ixLibin Yang2022-04-041-2/+10
| * | | ASoC: SOF: extend the interface to stop DMA traceLibin Yang2022-04-043-21/+51
| * | | ASoC: SOF: Drop support for mapped control dataPeter Ujfalusi2022-04-043-26/+0
| * | | ASoC: SOF: ipc: Use ipc->max_payload_size for message/reply size checkingPeter Ujfalusi2022-04-041-2/+2
| * | | ASoC: SOF: ipc: Add max_payload_size field in struct snd_sof_ipcPeter Ujfalusi2022-04-042-0/+5
| * | | ASoC: SOF: Remove dmab and dmab_bdl from snd_sof_dev structPeter Ujfalusi2022-04-041-2/+0
| * | | ASoC: SOF: Intel: hda-loader: Use local snd_dma_bufferPeter Ujfalusi2022-04-041-5/+7
| |/ /
* | | ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682Mark Brown2022-04-054-1515/+546
|\ \ \
| * | | ASoC: mediatek: mt8195: add machine support for max98390 and rt5682Trevor Wu2022-04-042-0/+72
| * | | ASoC: mediatek: mt8195: rename card controlsTrevor Wu2022-04-041-13/+13
| * | | ASoC: mediatek: mt8195: merge machine driverTrevor Wu2022-04-044-1274/+241
| * | | ASoC: mediatek: mt8195: revise mt8195-mt6359-rt1019-rt5682.cTrevor Wu2022-04-041-248/+240
| |/ /
* | | ASoC: atmel: Fixes for AT91SAM9G20-EK audio driverMark Brown2022-04-051-66/+8
|\ \ \
| * | | ASoC: atmel: Don't squash error codes from atmel_ssc_set_audio()Mark Brown2022-04-041-2/+2
| * | | ASoC: atmel: Fix error handling in at91samg20ek probe()Mark Brown2022-04-041-3/+6
| | |/ | |/|
| * | ASoC: atmel: Remove system clock tree configuration for at91sam9g20ekMark Brown2022-04-041-61/+0
| |/
* | ASoC: Intel: catpt: Drop redundant enum constantCezary Rojewski2022-04-051-3/+1