summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* ASoC: sh: rz-ssi: Remove duplicate macrosLad Prabhakar2022-01-251-2/+0
* ASoC: sh: rz-ssi: Add rz_ssi_set_substream() helper functionLad Prabhakar2022-01-251-5/+13
* ASoC: sh: rz-ssi: Use a do-while loop in rz_ssi_pio_recv()Lad Prabhakar2022-01-251-8/+3
* ASoC: sh: rz-ssi: Make return type of rz_ssi_stream_is_valid() to boolLad Prabhakar2022-01-241-4/+4
* ASoC: sh: rz-ssi: Drop ssi parameter from rz_ssi_stream_init()Lad Prabhakar2022-01-241-8/+3
* ASoC: sh: rz-ssi: Make the data structures available before registering the h...Lad Prabhakar2022-01-241-2/+3
* ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursivelyLad Prabhakar2022-01-241-33/+35
* ASoC: sh: rz-ssi: Check return value of pm_runtime_resume_and_get()Heiner Kallweit2021-12-171-1/+6
* ASoC: rsnd: fixup DMAEngine APIKuninori Morimoto2021-11-121-1/+1
* ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'Christophe JAILLET2021-10-291-0/+1
* ASoC: rsnd: adg: clearly handle clock error / NULL caseKuninori Morimoto2021-08-201-6/+6
* ASoC: rsnd: core: make some arrays static const, makes object smallerKuninori Morimoto2021-08-201-3/+3
* ASoC: sh: rz-ssi: Improve error handling in rz_ssi_dma_request functionBiju Das2021-08-191-2/+13
* ASoC: sh: rz-ssi: Fix wrong operator used issueBiju Das2021-08-171-1/+1
* ASoC: sh: rz-ssi: Fix dereference of noderef expression warningBiju Das2021-08-161-1/+1
* ASoC: sh: rz-ssi: Add SSI DMAC supportBiju Das2021-08-131-32/+224
* ASoC: sh: Add RZ/G2L SSIF-2 driverBiju Das2021-08-133-0/+881
* ASoC: rsnd: make some arrays static const, makes object smallerColin Ian King2021-08-021-3/+3
* ASoC: sh: rcar: dma: : use proper DMAENGINE API for terminationWolfram Sang2021-07-111-1/+1
* ASoC: fsi: fix spelling mistakeFlavio Suligoi2021-06-181-1/+1
* ASoC: fsi: add .auto_selectable_formats supportKuninori Morimoto2021-06-071-0/+15
* ASoC: rsnd: add .auto_selectable_formats supportKuninori Morimoto2021-06-071-2/+29
* Merge series "ASoC: rsnd: tidyup adg and header" from Kuninori Morimoto <kuni...Mark Brown2021-06-032-63/+97
|\
| * ASoC: rsnd: tidyup __rsnd_mod_xxx macro commentsKuninori Morimoto2021-06-031-13/+7
| * ASoC: rsnd: adg: check return value for rsnd_adg_get_clkin/out()Kuninori Morimoto2021-06-031-23/+61
| * ASoC: rsnd: adg: use more simple method for null_clkKuninori Morimoto2021-06-032-26/+27
| * ASoC: rsnd: adg: tidyup rsnd_adg_get_clkin/out() parameterKuninori Morimoto2021-06-031-7/+7
| * ASoC: rsnd: adg: supply __printf(x, y) formatting for dbg_msg()Kuninori Morimoto2021-06-031-0/+1
* | ASoC: rsnd: check for zero node countColin Ian King2021-06-031-0/+3
|/
* ASoC: rsnd: adjust disabled moduleKuninori Morimoto2021-06-016-3/+67
* ASoC: rsnd: tidyup rsnd_parse_connect_xxx()Kuninori Morimoto2021-06-013-3/+9
* ASoC: rsnd: tidyup rsnd_dma_request_channel()Kuninori Morimoto2021-06-016-9/+9