index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
/
rcar
Age
Commit message (
Expand
)
Author
Lines
2024-10-30
ASoC: Rename "sh" to "renesas"
Lad Prabhakar
-9191
/
+0
2024-10-17
ASoC: rsnd: Refactor port handling with helper for endpoint node selection
Lad Prabhakar
-9
/
+21
2024-10-11
ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing
Lad Prabhakar
-2
/
+5
2024-09-09
ASoC: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-1
/
+1
2024-07-30
ASoC: rsnd: use pcm_dmaengine code
Kuninori Morimoto
-87
/
+8
2024-07-30
ASoC: rsnd: remove rsnd_mod_confirm_ssi() under DEBUG
Kuninori Morimoto
-11
/
+2
2024-06-17
ASoC: Constify DAI ops auto_selectable_formats
Krzysztof Kozlowski
-1
/
+1
2024-05-08
ASoC: sh: Use *-y instead of *-objs in Makefile
Takashi Iwai
-1
/
+1
2024-04-02
ASoC: rsnd: no exception for SCU
Kuninori Morimoto
-20
/
+0
2024-04-02
ASoC: rsnd: R-Car Gen1/Gen2 exception
Kuninori Morimoto
-2
/
+2
2024-04-02
ASoC: rsnd: rename rsnd_is_e3() to rsnd_is_gen3_e3()
Kuninori Morimoto
-2
/
+2
2024-04-02
ASoC: rsnd: don't get resource from ID
Kuninori Morimoto
-38
/
+27
2024-04-02
ASoC: rsnd: cleanup regmap table
Kuninori Morimoto
-292
/
+226
2024-03-04
ASoC: rcar: adg: correct TIMSEL setting for SSI9
Andreas Pape
-0
/
+7
2023-10-09
ASoC: Explicitly include correct DT includes
Rob Herring
-3
/
+5
2023-09-25
ASoC: sh: convert not to use asoc_xxx()
Kuninori Morimoto
-3
/
+3
2023-09-12
ASoC: Merge up fixes
Mark Brown
-0
/
+1
2023-09-12
ASoC: rsnd: remove unneeded of_node_put()
Kuninori Morimoto
-1
/
+0
2023-09-11
ASoC: rsnd: add missing of_node_put
Julia Lawall
-0
/
+1
2023-08-23
ASoC: rsnd: setup BRGCKR/BRRA/BRRB on rsnd_adg_clk_control()
Kuninori Morimoto
-2
/
+7
2023-08-23
ASoC: rsnd: remove default division of clock out
Kuninori Morimoto
-9
/
+6
2023-08-23
ASoC: rsnd: tidyup brga/brgb default value
Kuninori Morimoto
-2
/
+2
2023-08-23
ASoC: rsnd: setup clock-out only when all conditions are right
Kuninori Morimoto
-0
/
+4
2023-08-23
ASoC: rsnd: enable clk_i approximate rate usage
Kuninori Morimoto
-0
/
+36
2023-08-14
ASoC: rsnd: merge DAI call back functions into ops
Kuninori Morimoto
-14
/
+13
2023-08-09
ASoC: rsnd: call of_node_put() when break
Kuninori Morimoto
-0
/
+2
2023-07-31
ASoC: rsnd: enable multi Component support for Audio Graph Card/Card2
Kuninori Morimoto
-43
/
+95
2023-07-31
ASoC: rsnd: cleanup rsnd_dai_of_node()
Kuninori Morimoto
-14
/
+17
2023-07-31
ASoC: rsnd: use DAI driver ID instead of DAI ID
Kuninori Morimoto
-0
/
+1
2023-03-20
ASoC: sh: rcar: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-03-11
ASoC: Use of_property_read_bool() for boolean properties
Rob Herring
-2
/
+2
2023-02-16
ASoC: rsnd: adg: Fix BRG typos
Geert Uytterhoeven
-32
/
+32
2023-02-10
ASoC: rsnd: core.c: indicate warning if strange TDM width was set
Kuninori Morimoto
-0
/
+7
2023-02-01
ASoC: rsnd: add R-Car Gen4 Sound support
Kuninori Morimoto
-6
/
+140
2023-02-01
ASoC: rsnd: dma.c: tidyup rsnd_dma_probe()
Kuninori Morimoto
-2
/
+7
2023-02-01
ASoC: rsnd: tidyup rsnd_dma_addr()
Kuninori Morimoto
-5
/
+5
2023-02-01
ASoC: rsnd: use array for 44.1kHz/48kHz rate handling
Kuninori Morimoto
-30
/
+30
2023-02-01
ASoC: rsnd: use clkin/out_size
Kuninori Morimoto
-7
/
+23
2023-02-01
ASoC: rsnd: moves clkout_name to top of the file
Kuninori Morimoto
-6
/
+7
2023-02-01
ASoC: rsnd: rename clk to clkin
Kuninori Morimoto
-19
/
+20
2023-02-01
ASoC: rsnd: remove unnecessary ADG flags
Kuninori Morimoto
-21
/
+4
2023-02-01
ASoC: rsnd: use same debug message format on clkout
Kuninori Morimoto
-2
/
+2
2023-02-01
ASoC: rsnd: indicate warning once if it can't handle requested rule
Kuninori Morimoto
-3
/
+17
2023-02-01
ASoC: rsnd: indicate necessary error when clock start failed
Kuninori Morimoto
-5
/
+8
2023-02-01
ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()
Kuninori Morimoto
-10
/
+0
2023-02-01
ASoC: rsnd: fixup #endif position
Kuninori Morimoto
-2
/
+2
2023-02-01
ASoC: rsnd: check whether playback/capture property exists
Kuninori Morimoto
-16
/
+26
2022-11-28
ASoC: rsnd: adg: use __clk_get_name() instead of local clk_name[]
Kuninori Morimoto
-2
/
+2
2022-10-19
ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_param
Kuninori Morimoto
-1
/
+2
2022-10-17
ASoC: rsnd: Use DIV_ROUND_UP() instead of open-coding it
Shang XiaoJing
-2
/
+2
[next]