aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/renesas
AgeCommit message (Expand)AuthorFilesLines
2026-04-03ASoC: rsnd: Fix potential out-of-bounds access of component_dais[]Denis Rastyogin1-1/+1
2026-03-26ASoC: renesas: Fix non-static global variablesongxiebing1-1/+2
2026-03-24ASoC: update outdated comments for removed snd_soc_new_pcms()Kexin Sun1-1/+0
2026-03-16ASoC: renesas: name back to pcm_new()/pcm_free()Kuninori Morimoto5-6/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-17ASoC: renesas: rz-ssi: Fix playback and captureClaudiu Beznea1-1/+1
2026-01-20ASoC: renesas: rz-ssi: CleanupsMark Brown1-16/+8
2026-01-20ASoC: renesas: rz-ssi: Drop goto labelClaudiu Beznea1-2/+1
2026-01-20ASoC: renesas: rz-ssi: Drop the & operator in front of function nameClaudiu Beznea1-4/+4
2026-01-20ASoC: renesas: rz-ssi: Drop unnecessary if conditionClaudiu Beznea1-4/+2
2026-01-20ASoC: renesas: rz-ssi: Simplify the logic in rz_ssi_stream_is_play()Claudiu Beznea1-6/+1
2025-12-14ASoC: renesas: rz-ssi: Add support for 32 bits sample widthBiju Das1-3/+7
2025-12-14ASoC: renesas: rz-ssi: Add support for 24 bits sample widthBiju Das1-18/+57
2025-12-14ASoC: renesas: rz-ssi: Move DMA configurationBiju Das1-17/+12
2025-12-14ASoC: renesas: rz-ssi: Remove trailing comma in the terminator entryBiju Das1-1/+1
2025-12-14ASoC: renesas: rz-ssi: Use dev variable in probe()Biju Das1-6/+3
2025-12-02Merge tag 'asoc-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-4/+4
2025-11-20ASoC: renesas: rz-ssi: Fix rz_ssi_priv::hw_params_cache::sample_widthBiju Das1-9/+4
2025-11-20ASoC: renesas: rz-ssi: Fix channel swap issue in full duplex modeBiju Das1-8/+43
2025-11-18ASoC: Intel: avs: Allow for NHLT configurationMark Brown1-2/+1
2025-11-13ASoC: rsnd: fix OF node reference leak in rsnd_ssiu_probe()Haotian Zhang1-2/+1
2025-11-06ASoC: qcom: q6dsp: fixes and updatesMark Brown1-13/+12
2025-10-29ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resumeClaudiu Beznea1-13/+12
2025-10-27ASoC: renesas: fsi: Constify struct fsi_stream_handlerChristophe JAILLET1-4/+4
2025-09-25ASoC: renesas: msiof: ignore 1st FSERRKuninori Morimoto1-2/+26
2025-09-25ASoC: renesas: msiof: Add note for The possibility of R/L opposite CaptureKuninori Morimoto1-0/+19
2025-09-25ASoC: renesas: msiof: setup both (Playback/Capture) in the same timeKuninori Morimoto1-29/+41
2025-09-25ASoC: renesas: msiof: tidyup DMAC stop timingKuninori Morimoto1-3/+3
2025-09-25ASoC: renesas: msiof: add .symmetric_xxx on snd_soc_dai_driverKuninori Morimoto1-0/+3
2025-09-25ASoC: renesas: msiof: set SIFCTR registerKuninori Morimoto1-0/+6
2025-09-25ASoC: renesas: msiof: use reset controllerKuninori Morimoto1-1/+38
2025-09-25ASoC: renesas: msiof: add unique NOTE nameKuninori Morimoto1-2/+2
2025-09-16ASoC: codecs: pcm1754: add pcm1754 dac driverMark Brown1-1/+1
2025-09-08ASoC: renesas: rz-ssi: Use guard() for spin locksKuninori Morimoto1-10/+4
2025-09-08ASoC: renesas: fsi: Use guard() for spin locksKuninori Morimoto1-22/+8
2025-09-08ASoC: renesas: rsnd: Use guard() for spin locksKuninori Morimoto3-42/+30
2025-09-08ASoC: renesas: msiof: Use guard() for spin locksKuninori Morimoto1-18/+8
2025-08-28ASoC: renesas: msiof: start DMAC firstKuninori Morimoto1-3/+3
2025-08-28ASoC: renesas: msiof: cleanup status clear methodKuninori Morimoto1-5/+8
2025-08-28ASoC: renesas: msiof: tidyup error messageKuninori Morimoto1-1/+1
2025-08-28ASoC: renesas: msiof: msiof_update_and_wait() checks whether reg was updatedKuninori Morimoto1-3/+10
2025-08-28ASoC: rsnd: tidyup direction name on rsnd_dai_connect()Kuninori Morimoto1-1/+1
2025-06-25ASoC: Standardize ASoC menuMark Brown1-1/+1
2025-06-24ASoC: renesas: Standardize ASoC menuKuninori Morimoto1-1/+1
2025-06-09Use helper function for_each_child_of_node_scoped()Mark Brown8-71/+27
2025-06-09ASoC: renesas: msiof: Convert to <linux/spi/sh_msiof.h>Geert Uytterhoeven1-66/+28
2025-06-08ASoC: renesas: Use helper function for_each_child_of_node_scoped()Ai Chao8-71/+27
2025-05-06AsoC: Phase out hybrid PCI devresMark Brown1-1/+1
2025-04-26ASoC: add Renesas MSIOF sound driverMark Brown5-4/+611