aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/tegra
AgeCommit message (Expand)AuthorFilesLines
10 daysASoC: tegra: Remove stale snd-soc-tegra-utils composite module definitionSasha Levin1-1/+0
2026-04-09ASoC: tegra: Fix spelling error 'recieved' -> 'received'Qinghua Zhao1-1/+1
2026-04-01ASoC: tegra: Add error logging for probe and callback failuresMark Brown15-96/+73
2026-04-01ASoC: tegra: Use dev_err_probe() in tegra_asoc_machine probeSheetal1-12/+9
2026-04-01ASoC: tegra: Use dev_err_probe() for regmap init failuresSheetal10-40/+30
2026-04-01ASoC: tegra: Use dev_err_probe() in OPE, PEQ and MBDRC driversSheetal3-32/+24
2026-04-01ASoC: tegra: Add error logging in tegra210_admaif driverSheetal1-12/+10
2026-03-25ASoC: tegra: Use dev_err_probe() in tegra_audio_graph_card probeSheetal1-9/+12
2026-03-25ASoC: tegra: Use dev_err_probe() in tegra_asoc_machine probeSheetal1-35/+35
2026-03-25ASoC: tegra: Use dev_err_probe() in tegra210_sfc probeSheetal1-4/+3
2026-03-25ASoC: tegra: Use dev_err_probe() in tegra210_mvc probeSheetal1-4/+3
2026-03-25ASoC: tegra: Use dev_err_probe() in tegra210_mixer probeSheetal1-4/+3
2026-03-25ASoC: tegra: Add error logging in tegra210_i2s driverSheetal1-8/+10
2026-03-25ASoC: tegra: Use dev_err_probe() in tegra210_dmic probeSheetal1-8/+6
2026-03-25ASoC: tegra: Add error logging in tegra210_amx driverSheetal1-4/+5
2026-03-25ASoC: tegra: Use dev_err_probe() in tegra210_ahub probeSheetal1-10/+8
2026-03-25ASoC: tegra: Add error logging in tegra210_adx driverSheetal1-5/+8
2026-03-25ASoC: tegra: Use dev_err_probe() in tegra186_dspk probeSheetal1-9/+6
2026-03-25ASoC: tegra: Use dev_err_probe() in tegra186_asrc probeSheetal1-4/+3
2026-03-20ASoC: soc-component: add snd_soc_component_regmap_val_bytes()Mark Brown3-11/+21
2026-03-20ASoC: tegra: use snd_soc_component_regmap_val_bytes()Kuninori Morimoto3-11/+21
2026-03-16ASoC: tegra: name back to pcm_new()/pcm_free()Kuninori Morimoto3-8/+8
2026-03-16ASoC: amd: Move to GPIO descriptorsMark Brown1-0/+11
2026-03-09ASoC: tegra: Add support for Tegra238 soundcardSheetal1-0/+11
2026-03-01ASoC: tegra: Support WM8962 by machine driverJonas Schwöbel3-0/+177
2026-03-01ASoC: tegra: Support CPCAP by machine driverSvyatoslav Ryhel2-0/+61
2026-01-28ASoC: tegra: set reg_default_cb callbackSheetal14-0/+22
2026-01-28ASoC: tegra: Add AHUB writeable_reg for RX holesSheetal2-0/+87
2026-01-12ASoC: tegra: Revert fix for uninitialized flat cache warning in tegra210_ahubsheetal1-3/+3
2025-12-14ASoC: tegra: Fix uninitialized flat cache warning in tegra210_ahubsheetal1-3/+3
2025-11-26ASoC: tegra: remove Kconfig dependency on TEGRA20_APB_DMAFrancesco Lavra1-1/+1
2025-11-17ASoC: tegra: tegra_wm8903: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+2
2025-11-17ASoC: tegra: tegra_asoc_machine: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-4/+7
2025-11-17ASoC: tegra: tegra210_ahub: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-3/+3
2025-10-20ASoC: tegra: tegra210: use snd_kcontrol_chip() instead of snd_soc_kcontrol_co...Kuninori Morimoto11-74/+74
2025-10-20ASoC: tegra: tegra186: use snd_kcontrol_chip() instead of snd_soc_kcontrol_co...Kuninori Morimoto2-24/+24
2025-06-25ASoC: Standardize ASoC menuMark Brown1-0/+4
2025-06-24ASoC: tegra: Standardize ASoC menuKuninori Morimoto1-0/+4
2025-06-17ASoC: tegra: AHUB: Remove unneeded semicolonChen Ni1-1/+1
2025-05-22ASoC: tegra: Tegra264 support in isomgr_bwSheetal1-3/+4
2025-05-22ASoC: tegra: AHUB: Add Tegra264 supportSheetal2-9/+891
2025-05-22ASoC: tegra: ADX: Add Tegra264 supportSheetal2-17/+248
2025-05-22ASoC: tegra: AMX: Add Tegra264 supportSheetal2-22/+241
2025-05-22ASoC: tegra: I2S: Add Tegra264 supportSheetal2-49/+233
2025-05-22ASoC: tegra: Update PLL rate for Tegra264Sheetal1-2/+12
2025-05-22ASoC: tegra: ASRC: Update ARAM addressSheetal2-8/+22
2025-05-22ASoC: tegra: ADMAIF: Add Tegra264 supportSheetal2-38/+263
2025-05-22ASoC: tegra: CIF: Add Tegra264 supportSheetal1-4/+26
2025-05-14ASoC: tegra210_ahub: Add check to of_device_get_match_data()Yuanjun Gong1-0/+2
2025-03-17ASoC: Convert to modern PM macrosMark Brown16-112/+96