aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: R-Car Gen1/Gen2 exceptionKuninori Morimoto2024-04-021-2/+2
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-0/+1
* ASoC: sh: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-3/+3
* ASoC: Merge up fixesMark Brown2023-09-121-0/+1
|\
| * ASoC: rsnd: add missing of_node_putJulia Lawall2023-09-111-0/+1
* | ASoC: rsnd: remove unneeded of_node_put()Kuninori Morimoto2023-09-121-1/+0
|/
* ASoC: rsnd: merge DAI call back functions into opsKuninori Morimoto2023-08-141-14/+13
* ASoC: rsnd: call of_node_put() when breakKuninori Morimoto2023-08-091-0/+2
* ASoC: rsnd: enable multi Component support for Audio Graph Card/Card2Kuninori Morimoto2023-07-311-43/+91
* ASoC: rsnd: cleanup rsnd_dai_of_node()Kuninori Morimoto2023-07-311-14/+17
* ASoC: rsnd: use DAI driver ID instead of DAI IDKuninori Morimoto2023-07-311-0/+1
* ASoC: sh: rcar: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: rsnd: core.c: indicate warning if strange TDM width was setKuninori Morimoto2023-02-101-0/+7
* ASoC: rsnd: add R-Car Gen4 Sound supportKuninori Morimoto2023-02-011-2/+3
* ASoC: rsnd: indicate warning once if it can't handle requested ruleKuninori Morimoto2023-02-011-3/+16
* ASoC: rsnd: check whether playback/capture property existsKuninori Morimoto2023-02-011-16/+26
* ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_paramKuninori Morimoto2022-10-191-1/+2
* ASoC: rsnd: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing2022-10-171-2/+2
* ASoC: rsnd: Emit useful error messages in .remove()Uwe Kleine-König2022-07-061-4/+11
* ASoC: sh: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-5/+6
* ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: sh: Update to use set_fmt_new callbackCharles Keepax2022-06-061-3/+3
* ASoC: rsnd: care return value from rsnd_node_fixed_index()Kuninori Morimoto2022-04-211-5/+10
* ASoC: rsnd: use inclusive language for DAIFMT maskKuninori Morimoto2022-04-051-1/+1
* ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'Christophe JAILLET2021-10-291-0/+1
* ASoC: rsnd: core: make some arrays static const, makes object smallerKuninori Morimoto2021-08-201-3/+3
* ASoC: rsnd: add .auto_selectable_formats supportKuninori Morimoto2021-06-071-2/+29
* ASoC: rsnd: adjust disabled moduleKuninori Morimoto2021-06-011-0/+52
* ASoC: rsnd: tidyup rsnd_parse_connect_xxx()Kuninori Morimoto2021-06-011-1/+3
* ASoC: rsnd: tidyup rsnd_parse_connect_common()Kuninori Morimoto2021-06-011-1/+1
* ASoC: rsnd: protect mod->statusKuninori Morimoto2021-05-271-20/+30
* ASoC: rsnd: add debugfs supportKuninori Morimoto2021-05-271-0/+1
* ASoC: rsnd: indicate unknown error at rsnd_dai_call()Kuninori Morimoto2021-05-271-5/+6
* ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params()Kuninori Morimoto2021-05-271-1/+2
* ASoC: rsnd: core: Check convert rate in rsnd_hw_paramsMikhail Durnev2021-03-161-1/+68
* Merge series "ASoC: rsnd: cleanup ppcheck warning for Renesas sound driver" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:Mark Brown2021-03-101-18/+14
|\
| * ASoC: rsnd: cleanup ppcheck warning for core.cKuninori Morimoto2021-03-101-18/+14
* | ASoC: sh: rcar: simplify returnPierre-Louis Bossart2021-03-101-1/+1
|/
* Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2021-02-171-2/+2
|\
| * ASoC: sh: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-2/+2
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
|/
* ASoC: sh: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-2/+2
* ASoC: rsnd: don't use discriminatory terms for commentKuninori Morimoto2020-07-141-2/+2
* ASoC: sh: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-1/+1
* ASoC: sh: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ASoC: rcar: Use managed buffer allocationTakashi Iwai2019-12-111-17/+6
* ASoC: soc-core: remove snd_soc_disconnect_sync()Kuninori Morimoto2019-12-101-2/+0
* ASoC: rsnd: Calculate DALIGN inversion at run-timeGeert Uytterhoeven2019-12-091-18/+13
* Merge branch 'asoc-5.5' into asoc-nextMark Brown2019-11-221-14/+20
|\
| * Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.5Mark Brown2019-11-061-0/+1
| |\