index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-13
ASoC: siu: Add MODULE_FIRMWARE macro
Juerg Haefliger
1
-0
/
+2
2023-03-20
ASoC: sh: siu_dai: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-03-20
ASoC: sh: rz-ssi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-20
ASoC: sh: rcar: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-20
ASoC: sh: hac: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-03-20
ASoC: sh: fsi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-11
ASoC: Use of_property_read_bool() for boolean properties
Rob Herring
1
-2
/
+2
2023-03-11
ASoC: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2023-03-06
ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels
Lad Prabhakar
1
-19
/
+44
2023-02-16
ASoC: rsnd: adg: Fix BRG typos
Geert Uytterhoeven
1
-32
/
+32
2023-02-10
ASoC: rsnd: core.c: indicate warning if strange TDM width was set
Kuninori Morimoto
1
-0
/
+7
2023-02-01
ASoC: rsnd: add R-Car Gen4 Sound support
Kuninori Morimoto
6
-6
/
+140
2023-02-01
ASoC: rsnd: dma.c: tidyup rsnd_dma_probe()
Kuninori Morimoto
1
-2
/
+7
2023-02-01
ASoC: rsnd: tidyup rsnd_dma_addr()
Kuninori Morimoto
1
-5
/
+5
2023-02-01
ASoC: rsnd: use array for 44.1kHz/48kHz rate handling
Kuninori Morimoto
1
-30
/
+30
2023-02-01
ASoC: rsnd: use clkin/out_size
Kuninori Morimoto
1
-7
/
+23
2023-02-01
ASoC: rsnd: moves clkout_name to top of the file
Kuninori Morimoto
1
-6
/
+7
2023-02-01
ASoC: rsnd: rename clk to clkin
Kuninori Morimoto
1
-19
/
+20
2023-02-01
ASoC: rsnd: remove unnecessary ADG flags
Kuninori Morimoto
1
-21
/
+4
2023-02-01
ASoC: rsnd: use same debug message format on clkout
Kuninori Morimoto
1
-2
/
+2
2023-02-01
ASoC: rsnd: indicate warning once if it can't handle requested rule
Kuninori Morimoto
2
-3
/
+17
2023-02-01
ASoC: rsnd: indicate necessary error when clock start failed
Kuninori Morimoto
1
-5
/
+8
2023-02-01
ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()
Kuninori Morimoto
1
-10
/
+0
2023-02-01
ASoC: rsnd: fixup #endif position
Kuninori Morimoto
1
-2
/
+2
2023-02-01
ASoC: rsnd: check whether playback/capture property exists
Kuninori Morimoto
1
-16
/
+26
2022-11-28
ASoC: rsnd: adg: use __clk_get_name() instead of local clk_name[]
Kuninori Morimoto
1
-2
/
+2
2022-11-28
ASoC: rsnd: Drop obsolete dependency on COMPILE_TEST
Jean Delvare
1
-1
/
+1
2022-10-19
ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_param
Kuninori Morimoto
1
-1
/
+2
2022-10-17
ASoC: rsnd: Use DIV_ROUND_UP() instead of open-coding it
Shang XiaoJing
1
-2
/
+2
2022-10-03
Merge tag 'asoc-v6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
5
-5
/
+22
2022-09-27
ASoC: sh: Replace runtime->status->state reference to runtime->state
Takashi Iwai
1
-1
/
+1
2022-09-02
ASoC: rsnd: Add check for rsnd_mod_power_on
Jiasheng Jiang
5
-5
/
+22
2022-08-16
Merge tag 'asoc-fix-v6.0-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
1
-11
/
+15
2022-08-15
Merge remote-tracking branch 'asoc/for-5.20' into asoc-6.0
Mark Brown
1
-11
/
+15
2022-08-05
ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path
Biju Das
1
-11
/
+15
2022-08-01
Merge branch 'for-next' into for-linus
Takashi Iwai
7
-34
/
+48
2022-07-19
ASoC: rsnd: ssiu: add missing .quit callback for gen2
Wang Jiada
1
-0
/
+1
2022-07-14
ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl()
Kuninori Morimoto
1
-0
/
+2
2022-07-06
ASoC: rsnd: Emit useful error messages in .remove()
Uwe Kleine-König
1
-4
/
+11
2022-06-27
ASoC: sh: Migrate to new style legacy DAI naming flag
Charles Keepax
5
-19
/
+24
2022-06-06
ASoC: sh: Rename set_fmt_new back to set_fmt
Charles Keepax
4
-4
/
+4
2022-06-06
ASoC: sh: Update to use set_fmt_new callback
Charles Keepax
4
-15
/
+15
2022-04-27
ASoC: sh: rz-ssi: Release the DMA channels in rz_ssi_probe() error path
Lad Prabhakar
1
-3
/
+10
2022-04-27
ASoC: sh: rz-ssi: Propagate error codes returned from platform_get_irq_byname()
Lad Prabhakar
1
-6
/
+3
2022-04-27
ASoC: sh: rz-ssi: Drop SSIFSR_TDC and SSIFSR_RDC macros
Lad Prabhakar
1
-2
/
+0
2022-04-25
ASoC: sh: Make SND_SOC_RZ depend on ARCH_RZG2L
Biju Das
1
-1
/
+1
2022-04-21
ASoC: rsnd: care return value from rsnd_node_fixed_index()
Kuninori Morimoto
6
-11
/
+43
2022-04-21
ASoC: rsnd: care default case on rsnd_ssiu_busif_err_status_clear()
Kuninori Morimoto
1
-1
/
+3
2022-04-05
ASoC: rsnd: use inclusive language for DAIFMT mask
Kuninori Morimoto
1
-1
/
+1
2022-03-07
ASoC: fsi: Add check for clk_enable
Jiasheng Jiang
1
-3
/
+16
[next]