aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+1
2024-03-04ASoC: rcar: adg: correct TIMSEL setting for SSI9Andreas Pape1-0/+7
2024-01-30ASoC: sh: rz-ssi: Fix error message printLad Prabhakar1-1/+1
2023-11-27ASoC: sh: convert not to use dma_request_slave_channel()Christophe JAILLET1-1/+3
2023-10-09ASoC: Explicitly include correct DT includesRob Herring6-5/+5
2023-09-26ASoC: convert asoc_xxx() to snd_soc_xxx()Mark Brown5-26/+26
2023-09-25ASoC: sh: dma-sh7760: Use %pad and %zu to format dma_addr_t and size_tGeert Uytterhoeven1-3/+3
2023-09-25ASoC: sh: convert not to use asoc_xxx()Kuninori Morimoto5-26/+26
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-23ASoC: rsnd: setup BRGCKR/BRRA/BRRB on rsnd_adg_clk_control()Kuninori Morimoto1-2/+7
2023-08-23ASoC: rsnd: remove default division of clock outKuninori Morimoto1-9/+6
2023-08-23ASoC: rsnd: tidyup brga/brgb default valueKuninori Morimoto1-2/+2
2023-08-23ASoC: rsnd: setup clock-out only when all conditions are rightKuninori Morimoto1-0/+4
2023-08-23ASoC: rsnd: enable clk_i approximate rate usageKuninori Morimoto1-0/+36
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 Morimoto2-43/+95
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-06-13ASoC: siu: Add MODULE_FIRMWARE macroJuerg Haefliger1-0/+2
2023-03-20ASoC: sh: siu_dai: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-20ASoC: sh: rz-ssi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: sh: rcar: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: sh: hac: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-20ASoC: sh: fsi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-11ASoC: Use of_property_read_bool() for boolean propertiesRob Herring1-2/+2
2023-03-11ASoC: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-05ASoC: sh: rz-ssi: Update interrupt handling for half duplex channelsLad Prabhakar1-19/+44
2023-02-16ASoC: rsnd: adg: Fix BRG typosGeert Uytterhoeven1-32/+32
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 Morimoto6-6/+140
2023-02-01ASoC: rsnd: dma.c: tidyup rsnd_dma_probe()Kuninori Morimoto1-2/+7
2023-02-01ASoC: rsnd: tidyup rsnd_dma_addr()Kuninori Morimoto1-5/+5
2023-02-01ASoC: rsnd: use array for 44.1kHz/48kHz rate handlingKuninori Morimoto1-30/+30
2023-02-01ASoC: rsnd: use clkin/out_sizeKuninori Morimoto1-7/+23
2023-02-01ASoC: rsnd: moves clkout_name to top of the fileKuninori Morimoto1-6/+7
2023-02-01ASoC: rsnd: rename clk to clkinKuninori Morimoto1-19/+20
2023-02-01ASoC: rsnd: remove unnecessary ADG flagsKuninori Morimoto1-21/+4
2023-02-01ASoC: rsnd: use same debug message format on clkoutKuninori Morimoto1-2/+2
2023-02-01ASoC: rsnd: indicate warning once if it can't handle requested ruleKuninori Morimoto2-3/+17
2023-02-01ASoC: rsnd: indicate necessary error when clock start failedKuninori Morimoto1-5/+8
2023-02-01ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()Kuninori Morimoto1-10/+0
2023-02-01ASoC: rsnd: fixup #endif positionKuninori Morimoto1-2/+2
2023-02-01ASoC: rsnd: check whether playback/capture property existsKuninori Morimoto1-16/+26
2022-11-28ASoC: rsnd: adg: use __clk_get_name() instead of local clk_name[]Kuninori Morimoto1-2/+2
2022-11-28ASoC: rsnd: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
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