index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-dapm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: Merge fixes for consistent cs42l43 schema
Mark Brown
2023-10-10
1
-0
/
+12
|
\
|
*
ASoC: soc-dapm: Add helper for comparing widget name
Krzysztof Kozlowski
2023-10-09
1
-0
/
+12
*
|
ASoC: soc-dapm: Annotate struct snd_soc_dapm_widget_list with __counted_by
Kees Cook
2023-10-04
1
-1
/
+1
*
|
ASoC: soc-dapm: convert not to use asoc_xxx()
Kuninori Morimoto
2023-09-25
1
-6
/
+6
|
/
*
ASoC: dapm: Add a flag for not having widget name in kcontrol name
Jyri Sarha
2023-08-15
1
-0
/
+2
*
ASoC: add N cpus to M codecs dai link support
Bard Liao
2023-06-13
1
-1
/
+23
*
ASoC: add snd_soc_get_stream_cpu()
Kuninori Morimoto
2023-06-06
1
-34
/
+1
*
ASoC: soc-dapm.c: clean up debugfs for freed widget
Trevor Wu
2023-06-02
1
-0
/
+16
*
ASoC: expand snd_soc_dapm_mutex_lock/unlock()
Kuninori Morimoto
2023-04-17
1
-61
/
+58
*
ASoC: soc-dapm.c: tidyup dapm_connect_dai_pair()
Kuninori Morimoto
2023-04-06
1
-36
/
+57
*
ASoC: soc.h: clarify Codec2Codec params
Kuninori Morimoto
2023-04-05
1
-22
/
+22
*
ASoC: dapm: Sort speakers after other outputs
Mark Brown
2023-03-30
1
-37
/
+37
*
ASoC: soc-dapm.c: use helper function
Kuninori Morimoto
2023-01-31
1
-14
/
+12
*
ASoC: Merge up fixes
Mark Brown
2022-11-29
1
-1
/
+1
|
\
|
*
ASoC: dapm: Don't use prefix for regulator name
Paul Cercueil
2022-10-26
1
-1
/
+1
*
|
ASoC: soc-dapm.c random cleanups
Mark Brown
2022-10-19
1
-52
/
+45
|
\
\
|
*
|
ASoC: soc-dapm.c: numerical order for dapm_up_seq
Kuninori Morimoto
2022-10-19
1
-1
/
+1
|
*
|
ASoC: soc-dapm.c: cleanup snd_soc_dapm_new_dai()
Kuninori Morimoto
2022-10-19
1
-28
/
+28
|
*
|
ASoC: soc-dapm.c: merge dapm_power_one_widget() and dapm_widget_set_power()
Kuninori Morimoto
2022-10-19
1
-24
/
+16
|
*
|
ASoC: soc-dapm.c: cleanup dapm_widget_set_power()
Kuninori Morimoto
2022-10-19
1
-7
/
+8
|
*
|
ASoC: soc-dapm.c: ignore parameter NULL at snd_soc_dapm_free_widget()
Kuninori Morimoto
2022-10-19
1
-0
/
+3
|
*
|
ASoC: soc-dapm.c: remove no meaning variable from snd_soc_dapm_add_path()
Kuninori Morimoto
2022-10-19
1
-6
/
+4
|
*
|
ASoC: soc-dapm.c: tidyup error handling on snd_soc_dapm_add_route()
Kuninori Morimoto
2022-10-19
1
-22
/
+13
|
*
|
ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widget
Kuninori Morimoto
2022-10-19
1
-20
/
+9
|
|
/
*
|
ASoC: soc-dapm.c: cleanup dapm_widget_set_power()
Kuninori Morimoto
2022-10-18
1
-7
/
+8
*
|
ASoC: soc-dapm.c: ignore parameter NULL at snd_soc_dapm_free_widget()
Kuninori Morimoto
2022-10-18
1
-0
/
+3
*
|
ASoC: soc-dapm.c: remove no meaning variable from snd_soc_dapm_add_path()
Kuninori Morimoto
2022-10-18
1
-6
/
+4
*
|
ASoC: soc-dapm.c: tidyup error handling on snd_soc_dapm_add_route()
Kuninori Morimoto
2022-10-18
1
-22
/
+13
*
|
ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widget
Kuninori Morimoto
2022-10-18
1
-20
/
+9
|
/
*
ASoC: soc.h: use array instead of playback/capture_widget
Kuninori Morimoto
2022-09-20
1
-8
/
+11
*
ASoC: soc.h: remove num_cpus/codecs
Kuninori Morimoto
2022-09-20
1
-2
/
+2
*
ASoC: soc-dapm: Switch to use dev_err_probe() helper
Yang Yingliang
2022-09-14
1
-3
/
+2
*
ASoC: soc-dapm.c: tidyup snd_soc_dai_link_event_pre_pmu()
Kuninori Morimoto
2022-09-08
1
-5
/
+4
*
ASoC: soc-dapm.c: add comment for kzalloc()/kfree() on snd_soc_dai_link_event...
Kuninori Morimoto
2022-09-08
1
-0
/
+11
*
ASoC: soc-dapm.c: fixup snd_soc_dapm_new_control_unlocked() error handling
Kuninori Morimoto
2022-09-07
1
-14
/
+13
*
ASoC: soc-dapm.c: don't use WARN_ON() at snd_soc_dai_link_event_pre_pmu()
Kuninori Morimoto
2022-09-07
1
-1
/
+1
*
ASoC: DAPM: Replace sprintf() calls with sysfs_emit_at()
Takashi Iwai
2022-08-15
1
-5
/
+4
*
ASoC: Merge up fixes
Mark Brown
2022-06-27
1
-0
/
+5
|
\
|
*
ASoC: dapm: Initialise kcontrol data for mux/demux controls
Charles Keepax
2022-06-24
1
-0
/
+5
*
|
ASoC: dapm: Move stereo autodisable check
Charles Keepax
2022-06-23
1
-5
/
+5
|
/
*
ASoC: dapm: Don't fold register value changes into notifications
Mark Brown
2022-05-03
1
-2
/
+0
*
ASoC: soc-dapm: fix two incorrect uses of list iterator
Xiaomeng Tong
2022-04-05
1
-4
/
+2
*
ASoC: Export DAI register and widget ctor and dctor functions
Cezary Rojewski
2022-03-11
1
-0
/
+15
*
ASoC: DAPM: Cover regression by kctl change notification fix
Takashi Iwai
2021-11-05
1
-6
/
+23
*
Merge branch 'asoc-5.15' into asoc-5.16
Mark Brown
2021-10-18
1
-5
/
+8
|
\
|
*
ASoC: DAPM: Fix missing kctl change notifications
Takashi Iwai
2021-10-07
1
-5
/
+8
*
|
AsoC: dapm: export a couple of functions
Ranjani Sridharan
2021-10-01
1
-0
/
+2
|
/
*
ASoC: soc-dapm: cleanup cppcheck warning at soc_dapm_dai_stream_event()
Kuninori Morimoto
2021-08-05
1
-1
/
+2
*
ASoC: soc-dapm: cleanup cppcheck warning at snd_soc_dapm_new_controls()
Kuninori Morimoto
2021-08-05
1
-2
/
+1
*
ASoC: soc-dapm: cleanup cppcheck warning at snd_soc_dapm_weak_routes()
Kuninori Morimoto
2021-08-05
1
-2
/
+2
[next]