summaryrefslogtreecommitdiff
path: root/sound/soc/sh
AgeCommit message (Expand)Author
2023-06-13ASoC: siu: Add MODULE_FIRMWARE macroJuerg Haefliger
2023-03-20ASoC: sh: siu_dai: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: sh: rz-ssi: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: sh: rcar: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: sh: hac: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: sh: fsi: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-11ASoC: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-11ASoC: Use of_property_present() for testing DT property presenceRob Herring
2023-03-05ASoC: sh: rz-ssi: Update interrupt handling for half duplex channelsLad Prabhakar
2023-02-16ASoC: rsnd: adg: Fix BRG typosGeert Uytterhoeven
2023-02-10ASoC: rsnd: core.c: indicate warning if strange TDM width was setKuninori Morimoto
2023-02-01ASoC: rsnd: add R-Car Gen4 Sound supportKuninori Morimoto
2023-02-01ASoC: rsnd: dma.c: tidyup rsnd_dma_probe()Kuninori Morimoto
2023-02-01ASoC: rsnd: tidyup rsnd_dma_addr()Kuninori Morimoto
2023-02-01ASoC: rsnd: use array for 44.1kHz/48kHz rate handlingKuninori Morimoto
2023-02-01ASoC: rsnd: use clkin/out_sizeKuninori Morimoto
2023-02-01ASoC: rsnd: moves clkout_name to top of the fileKuninori Morimoto
2023-02-01ASoC: rsnd: rename clk to clkinKuninori Morimoto
2023-02-01ASoC: rsnd: remove unnecessary ADG flagsKuninori Morimoto
2023-02-01ASoC: rsnd: use same debug message format on clkoutKuninori Morimoto
2023-02-01ASoC: rsnd: indicate warning once if it can't handle requested ruleKuninori Morimoto
2023-02-01ASoC: rsnd: indicate necessary error when clock start failedKuninori Morimoto
2023-02-01ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()Kuninori Morimoto
2023-02-01ASoC: rsnd: fixup #endif positionKuninori Morimoto
2023-02-01ASoC: rsnd: check whether playback/capture property existsKuninori Morimoto
2022-11-28ASoC: rsnd: adg: use __clk_get_name() instead of local clk_name[]Kuninori Morimoto
2022-11-28ASoC: rsnd: Drop obsolete dependency on COMPILE_TESTJean Delvare
2022-10-19ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_paramKuninori Morimoto
2022-10-17ASoC: rsnd: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing
2022-10-03Merge tag 'asoc-v6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2022-09-27ASoC: sh: Replace runtime->status->state reference to runtime->stateTakashi Iwai
2022-09-02ASoC: rsnd: Add check for rsnd_mod_power_onJiasheng Jiang
2022-08-16Merge tag 'asoc-fix-v6.0-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2022-08-15Merge remote-tracking branch 'asoc/for-5.20' into asoc-6.0Mark Brown
2022-08-05ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error pathBiju Das
2022-08-01Merge branch 'for-next' into for-linusTakashi Iwai
2022-07-19ASoC: rsnd: ssiu: add missing .quit callback for gen2Wang Jiada
2022-07-14ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl()Kuninori Morimoto
2022-07-06ASoC: rsnd: Emit useful error messages in .remove()Uwe Kleine-König
2022-06-27ASoC: sh: Migrate to new style legacy DAI naming flagCharles Keepax
2022-06-06ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax
2022-06-06ASoC: sh: Update to use set_fmt_new callbackCharles Keepax
2022-04-27ASoC: sh: rz-ssi: Release the DMA channels in rz_ssi_probe() error pathLad Prabhakar
2022-04-27ASoC: sh: rz-ssi: Propagate error codes returned from platform_get_irq_byname()Lad Prabhakar
2022-04-27ASoC: sh: rz-ssi: Drop SSIFSR_TDC and SSIFSR_RDC macrosLad Prabhakar
2022-04-25ASoC: sh: Make SND_SOC_RZ depend on ARCH_RZG2LBiju Das
2022-04-21ASoC: rsnd: care return value from rsnd_node_fixed_index()Kuninori Morimoto
2022-04-21ASoC: rsnd: care default case on rsnd_ssiu_busif_err_status_clear()Kuninori Morimoto
2022-04-05ASoC: rsnd: use inclusive language for DAIFMT maskKuninori Morimoto
2022-03-07ASoC: fsi: Add check for clk_enableJiasheng Jiang