index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: Always run default suspend/resume code
Lars-Peter Clausen
2014-09-04
1
-4
/
+7
*
ASoC: Add support for automatically going to BIAS_OFF on suspend
Lars-Peter Clausen
2014-09-04
1
-0
/
+1
*
ASoC: Shutdown DAPM contexts when removing a card
Lars-Peter Clausen
2014-09-04
1
-0
/
+1
*
ASoC: Set card->instantiated to false when removing the card
Lars-Peter Clausen
2014-09-04
1
-1
/
+3
*
ASoC: Remove unused cache_only from struct snd_soc_codec
Jarkko Nikula
2014-08-28
1
-2
/
+0
*
ASoC: Restore idle_bias_off initialization
Lars-Peter Clausen
2014-08-26
1
-0
/
+2
*
ASoC: Replace list_empty(&card->codec_dev_list) with !card->instantiated
Lars-Peter Clausen
2014-08-19
1
-8
/
+4
*
ASoC: Remove support for legacy snd_soc_platform IO
Lars-Peter Clausen
2014-08-19
1
-22
/
+0
*
ASoC: Automatically initialize regmap for all components
Lars-Peter Clausen
2014-08-19
1
-18
/
+17
*
ASoC: Consolidate CPU and CODEC DAI lookup
Lars-Peter Clausen
2014-08-19
1
-53
/
+19
*
ASoC: Consolidate CPU and CODEC DAI removal
Lars-Peter Clausen
2014-08-19
1
-23
/
+11
*
ASoC: Cleanup DAI module reference counting
Lars-Peter Clausen
2014-08-19
1
-8
/
+0
*
ASoC: Move component->probed check into soc_{remove,probe}_component()
Lars-Peter Clausen
2014-08-19
1
-17
/
+12
*
ASoC: Pass component instead of DAPM context to AUX dev init callback
Lars-Peter Clausen
2014-08-19
1
-1
/
+1
*
ASoC: Move AUX dev support to the component level
Lars-Peter Clausen
2014-08-19
1
-12
/
+36
*
ASoC: Add component level probe/remove support
Lars-Peter Clausen
2014-08-19
1
-18
/
+24
*
ASoC: Make rtd->codec optional
Lars-Peter Clausen
2014-08-19
1
-10
/
+14
*
ASoC: Consolidate platform and CODEC probe/remove
Lars-Peter Clausen
2014-08-19
1
-161
/
+174
*
ASoC: Move debugfs registration to the component level
Lars-Peter Clausen
2014-08-19
1
-70
/
+52
*
-
.
Merge remote-tracking branches 'asoc/topic/tlv', 'asoc/topic/tlv320aic23', 'a...
Mark Brown
2014-08-04
1
-0
/
+21
|
\
\
|
*
|
ASoC: core: add a helper for extended byte controls using TLV
Omair Mohammed Abdullah
2014-07-16
1
-0
/
+21
|
|
/
*
|
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Mark Brown
2014-08-04
1
-1
/
+8
|
\
\
|
*
|
ASoC: core: Fix possible NULL pointer dereference
Tushar Behera
2014-07-09
1
-1
/
+8
|
|
/
*
|
ASoC: Add function to register component controls
Lars-Peter Clausen
2014-07-23
1
-10
/
+25
*
|
ASoC: Move card field form platform/codec to component
Lars-Peter Clausen
2014-07-23
1
-9
/
+10
*
|
ASoC: Remove per card platform list
Lars-Peter Clausen
2014-07-23
1
-2
/
+0
*
|
ASoC: core: Add initial support for DAI multicodec
Benoit Cousson
2014-07-16
1
-90
/
+203
*
|
Merge remote-tracking branch 'asoc/topic/component' into asoc-multi
Mark Brown
2014-07-16
1
-280
/
+251
|
\
\
|
*
|
ASoC: core: Move non-shared code paths out of snd_soc_post_component_init()
Lars-Peter Clausen
2014-07-02
1
-75
/
+46
|
*
|
ASoC: core: Bind aux devs early
Lars-Peter Clausen
2014-07-02
1
-42
/
+25
|
*
|
ASoC: core: Replace soc_find_matching_codec() with soc_find_codec()
Lars-Peter Clausen
2014-07-02
1
-22
/
+4
|
*
|
ASoC: core: Remove duplicated rtd->codec initialization
Lars-Peter Clausen
2014-07-02
1
-6
/
+2
|
*
|
Merge remote-tracking branch 'asoc/fix/debugfs' into asoc-component
Mark Brown
2014-06-28
1
-4
/
+26
|
|
\
\
|
|
*
|
ASoC: fix debugfs directory creation bug
Russell King
2014-06-28
1
-4
/
+24
|
|
|
/
|
*
|
ASoC: dapm: Remove platform field from widget and dapm context struct
Lars-Peter Clausen
2014-06-21
1
-1
/
+0
|
*
|
ASoC: dapm: Remove DAI DAPM context
Lars-Peter Clausen
2014-06-21
1
-11
/
+1
|
*
|
ASoC: Add component level stream_event() and seq_notifier() support
Lars-Peter Clausen
2014-06-21
1
-3
/
+22
|
*
|
ASoC: Use component DAPM context for platforms
Lars-Peter Clausen
2014-06-21
1
-13
/
+12
|
*
|
ASoC: Add DAPM support at the component level
Lars-Peter Clausen
2014-06-21
1
-5
/
+14
|
*
|
ASoC: Add a set_bias_level() callback to the DAPM context struct
Lars-Peter Clausen
2014-06-21
1
-0
/
+10
|
*
|
ASoC: Auto disconnect pins from all DAPM contexts
Lars-Peter Clausen
2014-06-21
1
-2
/
+1
|
*
|
ASoC: Split component registration into two steps
Lars-Peter Clausen
2014-06-21
1
-86
/
+91
|
*
|
ASoC: Move name and id from CODEC/platform to component
Lars-Peter Clausen
2014-06-21
1
-33
/
+20
|
*
|
ASoC: Move name_prefix from CODEC to component
Lars-Peter Clausen
2014-06-21
1
-6
/
+6
|
|
/
*
/
ASoC: core: Change soc_link_dai_widgets signature for multiple codecs
Benoit Cousson
2014-07-01
1
-4
/
+4
|
/
*
-
.
Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'as...
Mark Brown
2014-05-22
1
-1
/
+7
|
\
\
|
|
*
ASoC: core: Update snd_soc_of_parse_daifmt() interface
Jyri Sarha
2014-04-23
1
-1
/
+7
|
|
/
|
|
|
\
*
-
.
\
Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'aso...
Mark Brown
2014-05-22
1
-8
/
+46
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
ASoC: Remove name_prefix unset during DAI link init hack again
Lars-Peter Clausen
2014-04-26
1
-13
/
+0
|
|
*
ASoC: core: Add helpers for dai link and aux dev init
Misael Lopez Cruz
2014-04-24
1
-8
/
+59
[next]