Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9a7c9fe1203eb360b3a01b65a18bcd0de6670c53
/
sound
/
soc
/
soc-core.c
9a7c9fe
ASoC: soc-core: add soc_rtd_free()
by Kuninori Morimoto
· 5 years ago
542694d
ASoC: soc-core: rename soc_post_component_init() to soc_rtd_init()
by Kuninori Morimoto
· 5 years ago
495efdb
ASoC: soc-core: initialize list at one place
by Kuninori Morimoto
· 5 years ago
8d92bb5
ASoC: soc-core: initialize component list
by Kuninori Morimoto
· 5 years ago
a4de83a
ASoC: soc-core: soc_cleanup_card_resources() become void
by Kuninori Morimoto
· 5 years ago
a33c0d1
ASoC: soc-core: add NOTE to snd_soc_rtdcom_lookup()
by Kuninori Morimoto
· 5 years ago
4168dda
ASoC: soc-core: use device_register()
by Kuninori Morimoto
· 5 years ago
c26a884
ASoC: soc-core: remove unneeded dai_link check from snd_soc_remove_dai_link()
by Kuninori Morimoto
· 5 years ago
b03bfae
ASoC: soc-core: merge snd_soc_initialize_card_lists()
by Kuninori Morimoto
· 5 years ago
72b745e
ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtime
by Peter Ujfalusi
· 5 years ago
0faf123
ASoC: soc-core: Fix -Wunused-const-variable warning
by YueHaibing
· 5 years ago
c2b71c7
ASoC: soc-core: add for_each_xxx macro for aux_dev
by Kuninori Morimoto
· 5 years ago
a48b561
ASoC: soc-core: remove legacy style of aux_dev
by Kuninori Morimoto
· 5 years ago
3dc29b8
ASoC: soc-core: support snd_soc_dai_link_component for aux_dev
by Kuninori Morimoto
· 5 years ago
0e36f36
ASoC: soc-core: fix module_put() warning in soc_cleanup_component
by Pierre-Louis Bossart
· 5 years ago
596becd
ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()
by Kuninori Morimoto
· 5 years ago
ee5b3f1
ASoC: soc-core: define soc_dpcm_debugfs_add() for non CONFIG_DEBUG_FS
by Kuninori Morimoto
· 5 years ago
b3da425
ASoC: soc-core: tidyup for card->deferred_resume_work
by Kuninori Morimoto
· 5 years ago
b245d27
ASoC: soc-core: remove unneeded list_empty() check for snd_soc_try_rebind_card()
by Kuninori Morimoto
· 5 years ago
d8ca7a0
ASoC: soc-core: call snd_soc_dapm_debugfs_init() at soc_init_card_debugfs()
by Kuninori Morimoto
· 5 years ago
9b98c7c
ASoC: soc-core: tidyup for snd_soc_add_card_controls()
by Kuninori Morimoto
· 5 years ago
daa480b
ASoC: soc-core: tidyup for snd_soc_dapm_add_routes()
by Kuninori Morimoto
· 5 years ago
e6d7020
ASoC: soc-core: tidyup for snd_soc_add_component_controls()
by Kuninori Morimoto
· 5 years ago
b8ba3b5
ASoC: soc-core: tidyup for snd_soc_dapm_new_controls()
by Kuninori Morimoto
· 5 years ago
32d2c17
ASoC: soc-core: reuse rtdcom at snd_soc_rtdcom_add()
by Kuninori Morimoto
· 5 years ago
4284906
ASoC: soc-core: don't use for_each_card_links_safe() at snd_soc_find_dai_link()
by Kuninori Morimoto
· 5 years ago
5b99a0a
ASoC: soc-core: check return value of snd_soc_add_dai_link()
by Kuninori Morimoto
· 5 years ago
6634e3d
ASoC: soc-core: add comment for for_each_xxx
by Kuninori Morimoto
· 5 years ago
ad64bfb
ASoC: soc-core: set component->debugfs_root NULL
by Kuninori Morimoto
· 5 years ago
7951b14
ASoC: soc-component: move snd_soc_component_set_bias_level()
by Kuninori Morimoto
· 5 years ago
8e2a990
ASoC: soc-component: move snd_soc_component_stream_event()
by Kuninori Morimoto
· 5 years ago
9d415fb
ASoC: soc-component: move snd_soc_component_seq_notifier()
by Kuninori Morimoto
· 5 years ago
a2a3417
ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()
by Kuninori Morimoto
· 5 years ago
2c7b170
ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()
by Kuninori Morimoto
· 5 years ago
03b34dd
ASoC: soc-component: add snd_soc_component_remove()
by Kuninori Morimoto
· 5 years ago
08e837d
ASoC: soc-component: add snd_soc_component_probe()
by Kuninori Morimoto
· 5 years ago
e40fadb
ASoC: soc-component: add snd_soc_component_is_suspended()
by Kuninori Morimoto
· 5 years ago
9a840cb
ASoC: soc-component: add snd_soc_component_resume()
by Kuninori Morimoto
· 5 years ago
66c5157
ASoC: soc-component: add snd_soc_component_suspend()
by Kuninori Morimoto
· 5 years ago
4a81e8f
ASoC: soc-component: add snd_soc_component_get/put()
by Kuninori Morimoto
· 5 years ago
4ff1fef
ASoC: add soc-component.c
by Kuninori Morimoto
· 5 years ago
fee531d
ASoC: core: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 5 years ago
a342031
ASoC: create pcm for codec2codec links as well
by Jerome Brunet
· 5 years ago
3b46a67
Merge branch 'asoc-5.3' into asoc-5.4
by Mark Brown
· 5 years ago
40aa538
ASoC: Fail card instantiation if DAI format setup fails
by Ricard Wanderlof
· 6 years ago
88fdffa
ASoC: soc-core: use existing snd_soc_dai_digital_mute()
by Kuninori Morimoto
· 6 years ago
b423c42
ASoC: soc-dai: add snd_soc_dai_compress_new()
by Kuninori Morimoto
· 6 years ago
dcdab58
ASoC: soc-dai: add snd_soc_dai_remove()
by Kuninori Morimoto
· 6 years ago
cfd9b5f
ASoC: soc-dai: add snd_soc_dai_probe()
by Kuninori Morimoto
· 6 years ago
24b09d0
ASoC: soc-dai: add snd_soc_dai_resume()
by Kuninori Morimoto
· 6 years ago
e0f2262
ASoC: soc-dai: add snd_soc_dai_suspend()
by Kuninori Morimoto
· 6 years ago
06f6e1d
ASoC: add soc-dai.c
by Kuninori Morimoto
· 6 years ago
043b35f
Merge branch 'asoc-5.3' into asoc-next
by Mark Brown
· 6 years ago
74b35a7
ASoC: core: Return -ENOTSUPP from set_channel_map() if no operation provided
by Srinivas Kandagatla
· 6 years ago
3461473
ASoC: soc-core: support dai_link with platforms_num != 1
by Jerome Brunet
· 6 years ago
af18b13
ASoC: soc-core: defer card registration if codec component is missing
by Jerome Brunet
· 6 years ago
53c8b29
Merge tag 'v5.2-rc6' into asoc-5.3
by Mark Brown
· 6 years ago
e330326
ASoC: soc-core: don't use soc_find_component() at snd_soc_find_dai()
by Kuninori Morimoto
· 6 years ago
b9f2e25
ASoC: soc-core: use soc_find_component() at snd_soc_find_dai()
by Kuninori Morimoto
· 6 years ago
c1e230f
ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_component
by Kuninori Morimoto
· 6 years ago
a9ec849
ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component()
by Kuninori Morimoto
· 6 years ago
7d7db5d
ASoC: soc-core: move soc_find_component()
by Kuninori Morimoto
· 6 years ago
c2c928c
ASoC: core: Adapt for debugfs API change
by Mark Brown
· 6 years ago
b545542
ASoC: soc-core: call snd_soc_unbind_card() under mutex_lock;
by Kuninori Morimoto
· 6 years ago
1d76898
ASoC: soc-core: allow no Platform on dai_link
by Kuninori Morimoto
· 6 years ago
495f926
ASoC: core: Fix deadlock in snd_soc_instantiate_card()
by Ranjani Sridharan
· 6 years ago
0779935
ASoC: Remove erroneous soc_cleanup_card_resources() call
by Sylwester Nawrocki
· 6 years ago
a8e9923
Merge branch 'asoc-5.2' into asoc-5.3
by Mark Brown
· 6 years ago
adb76b5
ASoC: soc-core: remove legacy style dai_link
by Kuninori Morimoto
· 6 years ago
587c984
ASoC: soc.h: add sound dai_link connection macro
by Kuninori Morimoto
· 6 years ago
08a5841
ASoC: soc-core: use snd_soc_dai_link_component for CPU
by Kuninori Morimoto
· 6 years ago
3bb936f5
ASoC: core: Tell codec that jack is being removed
by Amadeusz Sławiński
· 6 years ago
70fc537
ASoC: core: move DAI pre-links initiation to snd_soc_instantiate_card
by Tzung-Bi Shih
· 6 years ago
9d563eb
Revert "ASoC: core: use component driver name as component name"
by Krzysztof Kozlowski
· 6 years ago
79b3b7c
Merge branch 'asoc-5.2' into asoc-5.3
by Mark Brown
· 6 years ago
b19671d
ASoC: core: use component driver name as component name
by Tzung-Bi Shih
· 6 years ago
29040d1
ASoC: soc-core: fixup references at soc_cleanup_card_resources()
by Kuninori Morimoto
· 6 years ago
34ac3c3
ASoC: core: lock client_mutex while removing link components
by Ranjani Sridharan
· 6 years ago
2ffb0f5
ASoC: soc-core: WARN() is not related to component->driver->probe
by Kuninori Morimoto
· 6 years ago
09d4cc0
ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id()
by Kuninori Morimoto
· 6 years ago
c083444
ASoC: soc-core: add soc_component_to_node()
by Kuninori Morimoto
· 6 years ago
e2b30ed
ASoC: soc-core: tidyup soc_bind_dai_link() comment balance
by Kuninori Morimoto
· 6 years ago
0a2cfcd
ASoC: soc-core: don't use codec_dais on soc_bind_dai_link()
by Kuninori Morimoto
· 6 years ago
22d251a
ASoC: soc-core: use i on snd_soc_resume()
by Kuninori Morimoto
· 6 years ago
93f38ef
Merge branch 'asoc-5.1' into asoc-5.2
by Mark Brown
· 6 years ago
b4ed6b5
ASoC: core: conditionally increase module refcount on component open
by Ranjani Sridharan
· 6 years ago
f96fb7d
ASoC: core: remove link components before cleaning up card resources
by Ranjani Sridharan
· 6 years ago
e194098b
ASoC: core: support driver alias names for FE topology overrides
by Pierre-Louis Bossart
· 6 years ago
a976486
ASoC: dpcm: prevent snd_soc_dpcm use after free
by KaiChieh Chuang
· 6 years ago
c342feb
ASoC: soc-core: Fix probe deferral following prelink failure
by Jonathan Hunter
· 6 years ago
b450b87
ASoC: core: don't increase component module refcount unconditionally
by Pierre-Louis Bossart
· 6 years ago
e29fe43
Merge branch 'asoc-5.0' into asoc-5.1 for dapm table
by Mark Brown
· 6 years ago
78a24e1
ASoC: soc-core: clear platform pointers on error
by Curtis Malainey
· 6 years ago
52abe6c
ASoC: topology: fix oops/use-after-free case with dai driver
by Guennadi Liakhovetski
· 6 years ago
720734a
ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2
by Kuninori Morimoto
· 6 years ago
d0b95e6
ASoC: core: Allow soc_find_component lookups to match parent of_node
by Charles Keepax
· 6 years ago
3f6a125
ASoC: core: Fix multi-CODEC setups
by Mark Brown
· 6 years ago
10dff9b
ASoC: soc-core: use for_each_link_codecs() for dai_link codecs
by Kuninori Morimoto
· 6 years ago
22d1423
ASoC: soc-core: add soc_cleanup_component()
by Kuninori Morimoto
· 6 years ago
5229359
ASoC: soc-core: reduce if/else nest on soc_probe_link_dais
by Kuninori Morimoto
· 6 years ago
Next »