summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: setup BRGCKR/BRRA/BRRB on rsnd_adg_clk_control()Kuninori Morimoto2023-08-231-2/+7
* ASoC: rsnd: remove default division of clock outKuninori Morimoto2023-08-231-9/+6
* ASoC: rsnd: tidyup brga/brgb default valueKuninori Morimoto2023-08-231-2/+2
* ASoC: rsnd: setup clock-out only when all conditions are rightKuninori Morimoto2023-08-231-0/+4
* ASoC: rsnd: enable clk_i approximate rate usageKuninori Morimoto2023-08-231-0/+36
* 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-312-43/+95
* 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: siu: Add MODULE_FIRMWARE macroJuerg Haefliger2023-06-131-0/+2
* ASoC: sh: siu_dai: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* ASoC: sh: rz-ssi: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: sh: rcar: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: sh: hac: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* ASoC: sh: fsi: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-111-2/+2
* ASoC: Use of_property_present() for testing DT property presenceRob Herring2023-03-111-1/+1
* ASoC: sh: rz-ssi: Update interrupt handling for half duplex channelsLad Prabhakar2023-03-051-19/+44
* ASoC: rsnd: adg: Fix BRG typosGeert Uytterhoeven2023-02-161-32/+32
* 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-016-6/+140
* ASoC: rsnd: dma.c: tidyup rsnd_dma_probe()Kuninori Morimoto2023-02-011-2/+7
* ASoC: rsnd: tidyup rsnd_dma_addr()Kuninori Morimoto2023-02-011-5/+5
* ASoC: rsnd: use array for 44.1kHz/48kHz rate handlingKuninori Morimoto2023-02-011-30/+30
* ASoC: rsnd: use clkin/out_sizeKuninori Morimoto2023-02-011-7/+23
* ASoC: rsnd: moves clkout_name to top of the fileKuninori Morimoto2023-02-011-6/+7
* ASoC: rsnd: rename clk to clkinKuninori Morimoto2023-02-011-19/+20
* ASoC: rsnd: remove unnecessary ADG flagsKuninori Morimoto2023-02-011-21/+4
* ASoC: rsnd: use same debug message format on clkoutKuninori Morimoto2023-02-011-2/+2
* ASoC: rsnd: indicate warning once if it can't handle requested ruleKuninori Morimoto2023-02-012-3/+17
* ASoC: rsnd: indicate necessary error when clock start failedKuninori Morimoto2023-02-011-5/+8
* ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()Kuninori Morimoto2023-02-011-10/+0
* ASoC: rsnd: fixup #endif positionKuninori Morimoto2023-02-011-2/+2
* ASoC: rsnd: check whether playback/capture property existsKuninori Morimoto2023-02-011-16/+26
* ASoC: rsnd: adg: use __clk_get_name() instead of local clk_name[]Kuninori Morimoto2022-11-281-2/+2
* ASoC: rsnd: Drop obsolete dependency on COMPILE_TESTJean Delvare2022-11-281-1/+1
* 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
* Merge tag 'asoc-v6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2022-10-035-5/+22
|\
| * ASoC: rsnd: Add check for rsnd_mod_power_onJiasheng Jiang2022-09-025-5/+22
| * Merge remote-tracking branch 'asoc/for-5.20' into asoc-6.0Mark Brown2022-08-151-11/+15
| |\
* | | ASoC: sh: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-1/+1
* | | Merge tag 'asoc-fix-v6.0-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2022-08-161-11/+15
|\ \ \ | |/ / |/| / | |/
| * ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error pathBiju Das2022-08-051-11/+15
* | Merge branch 'for-next' into for-linusTakashi Iwai2022-08-017-34/+48
|\|
| * ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl()Kuninori Morimoto2022-07-141-0/+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-275-19/+24
| * ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-064-4/+4