summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ASoC: sh: Update to use set_fmt_new callbackCharles Keepax2022-06-064-15/+15
* | ASoC: rsnd: ssiu: add missing .quit callback for gen2Wang Jiada2022-07-191-0/+1
|/
* ASoC: sh: rz-ssi: Release the DMA channels in rz_ssi_probe() error pathLad Prabhakar2022-04-271-3/+10
* ASoC: sh: rz-ssi: Propagate error codes returned from platform_get_irq_byname()Lad Prabhakar2022-04-271-6/+3
* ASoC: sh: rz-ssi: Drop SSIFSR_TDC and SSIFSR_RDC macrosLad Prabhakar2022-04-271-2/+0
* ASoC: sh: Make SND_SOC_RZ depend on ARCH_RZG2LBiju Das2022-04-251-1/+1
* ASoC: rsnd: care return value from rsnd_node_fixed_index()Kuninori Morimoto2022-04-216-11/+43
* ASoC: rsnd: care default case on rsnd_ssiu_busif_err_status_clear()Kuninori Morimoto2022-04-211-1/+3
* ASoC: rsnd: use inclusive language for DAIFMT maskKuninori Morimoto2022-04-051-1/+1
* ASoC: fsi: Add check for clk_enableJiasheng Jiang2022-03-071-3/+16