summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-17ASoC: Constify DAI ops auto_selectable_formatsKrzysztof Kozlowski1-1/+1
2024-04-02ASoC: rsnd: R-Car Gen1/Gen2 exceptionKuninori Morimoto1-2/+2
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-0/+1
2023-09-25ASoC: sh: convert not to use asoc_xxx()Kuninori Morimoto1-3/+3
2023-09-12ASoC: Merge up fixesMark Brown1-0/+1
2023-09-12ASoC: rsnd: remove unneeded of_node_put()Kuninori Morimoto1-1/+0
2023-09-11ASoC: rsnd: add missing of_node_putJulia Lawall1-0/+1
2023-08-14ASoC: rsnd: merge DAI call back functions into opsKuninori Morimoto1-14/+13
2023-08-09ASoC: rsnd: call of_node_put() when breakKuninori Morimoto1-0/+2
2023-07-31ASoC: rsnd: enable multi Component support for Audio Graph Card/Card2Kuninori Morimoto1-43/+91
2023-07-31ASoC: rsnd: cleanup rsnd_dai_of_node()Kuninori Morimoto1-14/+17
2023-07-31ASoC: rsnd: use DAI driver ID instead of DAI IDKuninori Morimoto1-0/+1
2023-03-20ASoC: sh: rcar: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-02-10ASoC: rsnd: core.c: indicate warning if strange TDM width was setKuninori Morimoto1-0/+7
2023-02-01ASoC: rsnd: add R-Car Gen4 Sound supportKuninori Morimoto1-2/+3
2023-02-01ASoC: rsnd: indicate warning once if it can't handle requested ruleKuninori Morimoto1-3/+16
2023-02-01ASoC: rsnd: check whether playback/capture property existsKuninori Morimoto1-16/+26
2022-10-19ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_paramKuninori Morimoto1-1/+2
2022-10-17ASoC: rsnd: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing1-2/+2
2022-07-06ASoC: rsnd: Emit useful error messages in .remove()Uwe Kleine-König1-4/+11
2022-06-27ASoC: sh: Migrate to new style legacy DAI naming flagCharles Keepax1-5/+6
2022-06-06ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: sh: Update to use set_fmt_new callbackCharles Keepax1-3/+3
2022-04-21ASoC: rsnd: care return value from rsnd_node_fixed_index()Kuninori Morimoto1-5/+10
2022-04-05ASoC: rsnd: use inclusive language for DAIFMT maskKuninori Morimoto1-1/+1
2021-10-29ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'Christophe JAILLET1-0/+1
2021-08-20ASoC: rsnd: core: make some arrays static const, makes object smallerKuninori Morimoto1-3/+3
2021-06-07ASoC: rsnd: add .auto_selectable_formats supportKuninori Morimoto1-2/+29
2021-06-01ASoC: rsnd: adjust disabled moduleKuninori Morimoto1-0/+52
2021-06-01ASoC: rsnd: tidyup rsnd_parse_connect_xxx()Kuninori Morimoto1-1/+3
2021-06-01ASoC: rsnd: tidyup rsnd_parse_connect_common()Kuninori Morimoto1-1/+1
2021-05-27ASoC: rsnd: protect mod->statusKuninori Morimoto1-20/+30
2021-05-27ASoC: rsnd: add debugfs supportKuninori Morimoto1-0/+1
2021-05-27ASoC: rsnd: indicate unknown error at rsnd_dai_call()Kuninori Morimoto1-5/+6
2021-05-27ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_pa...Kuninori Morimoto1-1/+2
2021-03-16ASoC: rsnd: core: Check convert rate in rsnd_hw_paramsMikhail Durnev1-1/+68
2021-03-10Merge series "ASoC: rsnd: cleanup ppcheck warning for Renesas sound driver" f...Mark Brown1-18/+14
2021-03-10ASoC: rsnd: cleanup ppcheck warning for core.cKuninori Morimoto1-18/+14
2021-03-10ASoC: sh: rcar: simplify returnPierre-Louis Bossart1-1/+1
2021-02-17Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-2/+2
2021-01-21ASoC: sh: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-2/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-07-23ASoC: sh: use asoc_substream_to_rtd()Kuninori Morimoto1-2/+2
2020-07-14ASoC: rsnd: don't use discriminatory terms for commentKuninori Morimoto1-2/+2
2020-03-27ASoC: sh: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-1/+1
2019-12-11ASoC: sh: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ASoC: rcar: Use managed buffer allocationTakashi Iwai1-17/+6
2019-12-10ASoC: soc-core: remove snd_soc_disconnect_sync()Kuninori Morimoto1-2/+0
2019-12-09ASoC: rsnd: Calculate DALIGN inversion at run-timeGeert Uytterhoeven1-18/+13
2019-11-22Merge branch 'asoc-5.5' into asoc-nextMark Brown1-14/+20