aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-02ASoC: rsnd: Add check for rsnd_mod_power_onJiasheng Jiang5-5/+22
2022-08-01Merge branch 'for-next' into for-linusTakashi Iwai2-11/+21
2022-07-19ASoC: rsnd: ssiu: add missing .quit callback for gen2Wang Jiada1-0/+1
2022-07-14ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl()Kuninori Morimoto1-0/+2
2022-07-06ASoC: rsnd: Emit useful error messages in .remove()Uwe Kleine-König1-4/+11
2022-06-27ASoC: sh: Migrate to new style legacy DAI naming flagCharles Keepax1-5/+6
2022-06-06ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: sh: Update to use set_fmt_new callbackCharles Keepax1-3/+3
2022-04-21ASoC: rsnd: care return value from rsnd_node_fixed_index()Kuninori Morimoto6-11/+43
2022-04-21ASoC: rsnd: care default case on rsnd_ssiu_busif_err_status_clear()Kuninori Morimoto1-1/+3
2022-04-05ASoC: rsnd: use inclusive language for DAIFMT maskKuninori Morimoto1-1/+1
2021-11-12ASoC: rsnd: fixup DMAEngine APIKuninori Morimoto1-1/+1
2021-10-29ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'Christophe JAILLET1-0/+1
2021-08-20ASoC: rsnd: adg: clearly handle clock error / NULL caseKuninori Morimoto1-6/+6
2021-08-20ASoC: rsnd: core: make some arrays static const, makes object smallerKuninori Morimoto1-3/+3
2021-08-02ASoC: rsnd: make some arrays static const, makes object smallerColin Ian King1-3/+3
2021-07-11ASoC: sh: rcar: dma: : use proper DMAENGINE API for terminationWolfram Sang1-1/+1
2021-06-07ASoC: rsnd: add .auto_selectable_formats supportKuninori Morimoto1-2/+29
2021-06-03Merge series "ASoC: rsnd: tidyup adg and header" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:Mark Brown2-63/+97
2021-06-03ASoC: rsnd: check for zero node countColin Ian King1-0/+3
2021-06-03ASoC: rsnd: tidyup __rsnd_mod_xxx macro commentsKuninori Morimoto1-13/+7
2021-06-03ASoC: rsnd: adg: check return value for rsnd_adg_get_clkin/out()Kuninori Morimoto1-23/+61
2021-06-03ASoC: rsnd: adg: use more simple method for null_clkKuninori Morimoto2-26/+27
2021-06-03ASoC: rsnd: adg: tidyup rsnd_adg_get_clkin/out() parameterKuninori Morimoto1-7/+7
2021-06-03ASoC: rsnd: adg: supply __printf(x, y) formatting for dbg_msg()Kuninori Morimoto1-0/+1
2021-06-01ASoC: rsnd: adjust disabled moduleKuninori Morimoto6-3/+67
2021-06-01ASoC: rsnd: tidyup rsnd_parse_connect_xxx()Kuninori Morimoto3-3/+9
2021-06-01ASoC: rsnd: tidyup rsnd_dma_request_channel()Kuninori Morimoto6-9/+9
2021-06-01ASoC: rsnd: tidyup rsnd_parse_connect_common()Kuninori Morimoto2-6/+6
2021-05-27ASoC: rsnd: tidyup rsnd_ssiu_busif_err_irq_ctrl()Kuninori Morimoto1-21/+17
2021-05-27ASoC: rsnd: tidyup rsnd_ssiu_busif_err_status_clear()Kuninori Morimoto1-24/+21
2021-05-27ASoC: rsnd: implement BUSIF related code in ssiu.cKuninori Morimoto3-112/+108
2021-05-27ASoC: rsnd: protect mod->statusKuninori Morimoto2-26/+36
2021-05-27ASoC: rsnd: add debugfs supportKuninori Morimoto14-15/+298
2021-05-27ASoC: rsnd: incidate irq error messageKuninori Morimoto3-12/+13
2021-05-27ASoC: rsnd: indicate unknown error at rsnd_dai_call()Kuninori Morimoto1-5/+6
2021-05-27ASoC: rsnd: check BUIF error everytimeKuninori Morimoto1-14/+3
2021-05-27ASoC: rsnd: attach SSIU when SSI was DMA modeKuninori Morimoto3-4/+7
2021-05-27ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params()Kuninori Morimoto1-1/+2
2021-05-27ASoC: rsnd: call unregister for null_hw when removedKuninori Morimoto2-4/+6
2021-05-24ASoC: rsnd: add null CLOCKIN supportKuninori Morimoto1-2/+31
2021-05-24ASoC: rsnd: tidyup loop on rsnd_adg_clk_query()Kuninori Morimoto1-3/+1
2021-04-14ASoC: rsnd: add usage for SRCKuninori Morimoto1-0/+9
2021-04-14ASoC: rsnd: add rsnd_ssi_busif_err_irq_enable/disable()Kuninori Morimoto1-67/+45
2021-04-14ASoC: rsnd: add rsnd_ssi_busif_err_status_clear()Kuninori Morimoto1-46/+51
2021-04-14ASoC: rsnd: check all BUSIF status when errorKuninori Morimoto1-2/+0
2021-04-14ASoC: rsnd: call rsnd_ssi_master_clk_start() from rsnd_ssi_init()Kuninori Morimoto1-9/+5
2021-03-16ASoC: rsnd: core: Check convert rate in rsnd_hw_paramsMikhail Durnev1-1/+68
2021-03-10Merge series "ASoC: rsnd: cleanup ppcheck warning for Renesas sound driver" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:Mark Brown5-65/+64
2021-03-10ASoC: rsnd: cleanup ppcheck warning for adg.cKuninori Morimoto1-7/+8