summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Stephen Rothwell2022-04-07105-2401/+4605
|\
| * Merge remote-tracking branch 'asoc/for-5.19' into asoc-nextMark Brown2022-04-06105-2401/+4605
| |\
| | * ASoC: ak4613: add TDM256 test supportMark Brown2022-04-061-67/+300
| | |\
| | | * ASoC: ak4613: add TDM256 supportKuninori Morimoto2022-04-051-8/+237
| | | * ASoC: ak4613: rename constraint to constraint_ratesKuninori Morimoto2022-04-051-2/+3
| | | * ASoC: ak4613: priv has ctrl1 instead of ifaceKuninori Morimoto2022-04-051-33/+28
| | | * ASoC: ak4613: return error if it was setup as clock providerKuninori Morimoto2022-04-051-3/+16
| | | * ASoC: ak4613: tidyup ak4613_interfaceKuninori Morimoto2022-04-051-31/+24
| | | * ASoC: ak4613: add missing mutex_lock()Kuninori Morimoto2022-04-051-0/+2
| | * | ASoC: Add a driver for the Cirrus Logic CS35L45 Smart AmplifierMark Brown2022-04-0611-1/+1538
| | |\ \
| | | * | 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: rsnd: use inclusive language for DAIFMT maskKuninori Morimoto2022-04-051-1/+1
| | * | | ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probeMiaoqian Lin2022-04-051-2/+7
| | * | | ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probeMiaoqian Lin2022-04-051-1/+4
| | |/ /
| | * | ASoC: Pull in fixesMark Brown2022-04-057-23/+20
| | |\ \
| | * \ \ 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
| | | |/ /