index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime()
Peter Ujfalusi
1
-0
/
+3
2025-02-20
ASoC: soc-core: Use str_yes_no() in snd_soc_close_delayed_work()
Thorsten Blum
1
-1
/
+2
2025-02-16
ASoC: soc-core: makes snd_soc_set_dmi_name() local
Kuninori Morimoto
1
-8
/
+7
2025-02-03
ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties
Geert Uytterhoeven
1
-19
/
+13
2025-01-13
ASoC: soc-core: Enable to use extra format on each DAI
Kuninori Morimoto
1
-2
/
+25
2025-01-13
ASoC: soc-core: return 0 if np was NULL on snd_soc_daifmt_parse_clock_provide...
Kuninori Morimoto
1
-0
/
+3
2025-01-09
ASoC: remove disable_route_checks
Kuninori Morimoto
1
-25
/
+4
2024-12-17
ASoC: soc-core: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+0
2024-12-16
ASoC: soc-core: tidyup ret handling for card->disable_route_checks
Kuninori Morimoto
1
-0
/
+2
2024-11-01
ASoC: cleanup function parameter for rtd and its id
Kuninori Morimoto
1
-5
/
+3
2024-11-01
ASoC: soc-core: do rtd->id trick at snd_soc_add_pcm_runtime()
Kuninori Morimoto
1
-18
/
+24
2024-11-01
ASoC: remove rtd->num
Kuninori Morimoto
1
-1
/
+0
2024-11-01
ASoC: rename rtd->num to rtd->id
Kuninori Morimoto
1
-7
/
+8
2024-10-23
ASoC: soc-core: remove dpcm_xxx flags
Kuninori Morimoto
1
-19
/
+1
2024-08-01
ASoC: Use of_property_read_bool()
Rob Herring (Arm)
1
-4
/
+4
2024-07-29
ASoC: Use __counted_by() annotation for snd_soc_pcm_runtime
Takashi Iwai
1
-7
/
+6
2024-06-18
ASoC: Constify passed data to core function
Krzysztof Kozlowski
1
-2
/
+2
2024-03-25
ASoC: dmaengine_pcm: Allow passing component name via config
Tomi Valkeinen
1
-3
/
+5
2024-03-12
ASoC: soc-core.c: Skip dummy codec when adding platforms
Chancel Liu
1
-0
/
+3
2024-03-04
ASoC: soc-core.c: Prefer to return dai->driver->name in snd_soc_dai_name_get()
Chancel Liu
1
-6
/
+6
2024-02-22
ASoC: soc-core: tidyup strcmp() param on snd_soc_is_matching_dai()
Kuninori Morimoto
1
-1
/
+1
2024-02-19
ASoC: Constify pointer to of_phandle_args
Krzysztof Kozlowski
1
-4
/
+5
2024-01-22
ASoC: allow up to eight CPU/codec DAIs
Krzysztof Kozlowski
1
-1
/
+4
2023-12-19
ASoC: soc.h: don't create dummy Component via COMP_DUMMY()
Kuninori Morimoto
1
-0
/
+24
2023-11-29
ASoC: core: Fix a handful of spelling mistakes.
Colin Ian King
1
-5
/
+5
2023-11-27
ASoC: makes CPU/Codec channel connection map more generic
Kuninori Morimoto
1
-1
/
+94
2023-10-10
ASoC: Merge fixes for consistent cs42l43 schema
Mark Brown
1
-7
/
+17
2023-09-29
ASoC: core: Do not call link_exit() on uninitialized rtd objects
Amadeusz Sławiński
1
-5
/
+15
2023-09-29
ASoC: core: Print component name when printing log
Amadeusz Sławiński
1
-2
/
+2
2023-09-25
ASoC: soc-core: convert not to use asoc_xxx()
Kuninori Morimoto
1
-10
/
+10
2023-08-24
ASoC: soc-core.c: Do not error if a DAI link component is not found
Cristian Ciocaltea
1
-5
/
+5
2023-08-14
ASoC: soc-dai.h: remove unused call back functions
Kuninori Morimoto
1
-25
/
+0
2023-08-14
ASoC: soc-dai.h: merge DAI call back functions into ops
Kuninori Morimoto
1
-0
/
+25
2023-07-17
ASoC: soc-core.c: add snd_soc_copy_dai_args()
Kuninori Morimoto
1
-0
/
+13
2023-07-17
ASoC: soc-core.c: add snd_soc_dlc_use_cpu_as_platform()
Kuninori Morimoto
1
-0
/
+8
2023-07-17
ASoC: soc-core.c: add snd_soc_get_dai_via_args()
Kuninori Morimoto
1
-0
/
+18
2023-07-17
ASoC: soc-core.c: enable multi Component
Kuninori Morimoto
1
-2
/
+30
2023-07-17
ASoC: soc-dai.c: add DAI get/match functions
Kuninori Morimoto
1
-15
/
+47
2023-07-09
ASoC: soc-core: protect dlc->of_node under mutex
Kuninori Morimoto
1
-2
/
+4
2023-07-09
ASoC: soc-core.c: cleanup soc_dai_link_sanity_check()
Kuninori Morimoto
1
-59
/
+72
2023-07-09
ASoC: soc-core.c: initialize dlc on snd_soc_get_dai_id()
Kuninori Morimoto
1
-3
/
+4
2023-07-06
ASoC: core: suppress probe deferral errors
Johan Hovold
1
-2
/
+4
2023-06-23
ASoC: core: Always store of_node when getting DAI link component
Mark Brown
1
-1
/
+2
2023-06-20
ASoC: soc-core.c: use snd_soc_{of_}get_dlc()
Kuninori Morimoto
1
-22
/
+2
2023-06-20
ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()
Kuninori Morimoto
1
-2
/
+2
2023-06-20
ASoC: soc-core.c: add snd_soc_{of_}get_dlc()
Kuninori Morimoto
1
-13
/
+40
2023-06-06
ASoC: add snd_soc_get_stream_cpu()
Kuninori Morimoto
1
-0
/
+34
2023-04-17
ASoC: add snd_soc_card_mutex_lock/unlock()
Kuninori Morimoto
1
-2
/
+2
2023-04-17
ASoC: expand snd_soc_dpcm_mutex_lock/unlock()
Kuninori Morimoto
1
-2
/
+2
2023-03-28
ASoC: soc-core.c: add snd_soc_add_pcm_runtimes()
Kuninori Morimoto
1
-10
/
+21
[next]