summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar
AgeCommit message (Expand)AuthorLines
2024-10-30ASoC: Rename "sh" to "renesas"Lad Prabhakar-9191/+0
2024-10-17ASoC: rsnd: Refactor port handling with helper for endpoint node selectionLad Prabhakar-9/+21
2024-10-11ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsingLad Prabhakar-2/+5
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-07-30ASoC: rsnd: use pcm_dmaengine codeKuninori Morimoto-87/+8
2024-07-30ASoC: rsnd: remove rsnd_mod_confirm_ssi() under DEBUGKuninori Morimoto-11/+2
2024-06-17ASoC: Constify DAI ops auto_selectable_formatsKrzysztof Kozlowski-1/+1
2024-05-08ASoC: sh: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2024-04-02ASoC: rsnd: no exception for SCUKuninori Morimoto-20/+0
2024-04-02ASoC: rsnd: R-Car Gen1/Gen2 exceptionKuninori Morimoto-2/+2
2024-04-02ASoC: rsnd: rename rsnd_is_e3() to rsnd_is_gen3_e3()Kuninori Morimoto-2/+2
2024-04-02ASoC: rsnd: don't get resource from IDKuninori Morimoto-38/+27
2024-04-02ASoC: rsnd: cleanup regmap tableKuninori Morimoto-292/+226
2024-03-04ASoC: rcar: adg: correct TIMSEL setting for SSI9Andreas Pape-0/+7
2023-10-09ASoC: Explicitly include correct DT includesRob Herring-3/+5
2023-09-25ASoC: sh: convert not to use asoc_xxx()Kuninori Morimoto-3/+3
2023-09-12ASoC: Merge up fixesMark Brown-0/+1
2023-09-12ASoC: rsnd: remove unneeded of_node_put()Kuninori Morimoto-1/+0
2023-09-11ASoC: rsnd: add missing of_node_putJulia Lawall-0/+1
2023-08-23ASoC: rsnd: setup BRGCKR/BRRA/BRRB on rsnd_adg_clk_control()Kuninori Morimoto-2/+7
2023-08-23ASoC: rsnd: remove default division of clock outKuninori Morimoto-9/+6
2023-08-23ASoC: rsnd: tidyup brga/brgb default valueKuninori Morimoto-2/+2
2023-08-23ASoC: rsnd: setup clock-out only when all conditions are rightKuninori Morimoto-0/+4
2023-08-23ASoC: rsnd: enable clk_i approximate rate usageKuninori Morimoto-0/+36
2023-08-14ASoC: rsnd: merge DAI call back functions into opsKuninori Morimoto-14/+13
2023-08-09ASoC: rsnd: call of_node_put() when breakKuninori Morimoto-0/+2
2023-07-31ASoC: rsnd: enable multi Component support for Audio Graph Card/Card2Kuninori Morimoto-43/+95
2023-07-31ASoC: rsnd: cleanup rsnd_dai_of_node()Kuninori Morimoto-14/+17
2023-07-31ASoC: rsnd: use DAI driver ID instead of DAI IDKuninori Morimoto-0/+1
2023-03-20ASoC: sh: rcar: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-11ASoC: Use of_property_read_bool() for boolean propertiesRob Herring-2/+2
2023-02-16ASoC: rsnd: adg: Fix BRG typosGeert Uytterhoeven-32/+32
2023-02-10ASoC: rsnd: core.c: indicate warning if strange TDM width was setKuninori Morimoto-0/+7
2023-02-01ASoC: rsnd: add R-Car Gen4 Sound supportKuninori Morimoto-6/+140
2023-02-01ASoC: rsnd: dma.c: tidyup rsnd_dma_probe()Kuninori Morimoto-2/+7
2023-02-01ASoC: rsnd: tidyup rsnd_dma_addr()Kuninori Morimoto-5/+5
2023-02-01ASoC: rsnd: use array for 44.1kHz/48kHz rate handlingKuninori Morimoto-30/+30
2023-02-01ASoC: rsnd: use clkin/out_sizeKuninori Morimoto-7/+23
2023-02-01ASoC: rsnd: moves clkout_name to top of the fileKuninori Morimoto-6/+7
2023-02-01ASoC: rsnd: rename clk to clkinKuninori Morimoto-19/+20
2023-02-01ASoC: rsnd: remove unnecessary ADG flagsKuninori Morimoto-21/+4
2023-02-01ASoC: rsnd: use same debug message format on clkoutKuninori Morimoto-2/+2
2023-02-01ASoC: rsnd: indicate warning once if it can't handle requested ruleKuninori Morimoto-3/+17
2023-02-01ASoC: rsnd: indicate necessary error when clock start failedKuninori Morimoto-5/+8
2023-02-01ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()Kuninori Morimoto-10/+0
2023-02-01ASoC: rsnd: fixup #endif positionKuninori Morimoto-2/+2
2023-02-01ASoC: rsnd: check whether playback/capture property existsKuninori Morimoto-16/+26
2022-11-28ASoC: rsnd: adg: use __clk_get_name() instead of local clk_name[]Kuninori Morimoto-2/+2
2022-10-19ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_paramKuninori Morimoto-1/+2
2022-10-17ASoC: rsnd: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing-2/+2