index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2014-08-04
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Mark Brown
1
-1
/
+8
2014-07-23
ASoC: Add function to register component controls
Lars-Peter Clausen
1
-10
/
+25
2014-07-23
ASoC: Move card field form platform/codec to component
Lars-Peter Clausen
1
-9
/
+10
2014-07-23
ASoC: Remove per card platform list
Lars-Peter Clausen
1
-2
/
+0
2014-07-17
ASoC: core: Add initial support for DAI multicodec
Benoit Cousson
1
-90
/
+203
2014-07-17
Merge remote-tracking branch 'asoc/topic/component' into asoc-multi
Mark Brown
1
-280
/
+251
2014-07-09
ASoC: core: Fix possible NULL pointer dereference
Tushar Behera
1
-1
/
+8
2014-07-03
ASoC: core: Move non-shared code paths out of snd_soc_post_component_init()
Lars-Peter Clausen
1
-75
/
+46
2014-07-03
ASoC: core: Bind aux devs early
Lars-Peter Clausen
1
-42
/
+25
2014-07-03
ASoC: core: Replace soc_find_matching_codec() with soc_find_codec()
Lars-Peter Clausen
1
-22
/
+4
2014-07-03
ASoC: core: Remove duplicated rtd->codec initialization
Lars-Peter Clausen
1
-6
/
+2
2014-07-01
ASoC: core: Change soc_link_dai_widgets signature for multiple codecs
Benoit Cousson
1
-4
/
+4
2014-06-28
Merge remote-tracking branch 'asoc/fix/debugfs' into asoc-component
Mark Brown
1
-4
/
+26
2014-06-28
ASoC: fix debugfs directory creation bug
Russell King
1
-4
/
+24
2014-06-22
ASoC: dapm: Remove platform field from widget and dapm context struct
Lars-Peter Clausen
1
-1
/
+0
2014-06-22
ASoC: dapm: Remove DAI DAPM context
Lars-Peter Clausen
1
-11
/
+1
2014-06-22
ASoC: Add component level stream_event() and seq_notifier() support
Lars-Peter Clausen
1
-3
/
+22
2014-06-22
ASoC: Use component DAPM context for platforms
Lars-Peter Clausen
1
-13
/
+12
2014-06-22
ASoC: Add DAPM support at the component level
Lars-Peter Clausen
1
-5
/
+14
2014-06-22
ASoC: Add a set_bias_level() callback to the DAPM context struct
Lars-Peter Clausen
1
-0
/
+10
2014-06-22
ASoC: Auto disconnect pins from all DAPM contexts
Lars-Peter Clausen
1
-2
/
+1
2014-06-22
ASoC: Split component registration into two steps
Lars-Peter Clausen
1
-86
/
+91
2014-06-22
ASoC: Move name and id from CODEC/platform to component
Lars-Peter Clausen
1
-33
/
+20
2014-06-22
ASoC: Move name_prefix from CODEC to component
Lars-Peter Clausen
1
-6
/
+6
2014-05-22
Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'as...
Mark Brown
1
-1
/
+7
2014-05-22
Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'aso...
Mark Brown
1
-8
/
+46
2014-05-22
Merge remote-tracking branch 'asoc/topic/dt' into asoc-next
Mark Brown
1
-26
/
+43
2014-05-07
ASoC: Remove unused num_dai field from CODEC
Lars-Peter Clausen
1
-1
/
+0
2014-05-07
ASoC: Remove unused 'list' field form card
Lars-Peter Clausen
1
-1
/
+0
2014-05-07
ASoC: Remove card's DAI list
Lars-Peter Clausen
1
-5
/
+0
2014-05-07
Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-200
/
+376
2014-05-05
ASoC: Make soc_find_matching_codec() static
Lars-Peter Clausen
1
-1
/
+2
2014-05-03
ASoC: add SND_SOC_BYTES_EXT
Vinod Koul
1
-0
/
+12
2014-05-01
ASoC: dt: Allow Aux Codecs to be specified using DT
Sebastian Reichel
1
-26
/
+42
2014-04-29
ASoC: core: Fix component_list corruption when unloading modules
Jarkko Nikula
1
-10
/
+15
2014-04-26
ASoC: Remove name_prefix unset during DAI link init hack again
Lars-Peter Clausen
1
-13
/
+0
2014-04-24
ASoC: core: Add helpers for dai link and aux dev init
Misael Lopez Cruz
1
-8
/
+59
2014-04-23
ASoC: core: Don't break component searching if both id and num_dai are 0
Nicolin Chen
1
-1
/
+1
2014-04-23
ASoC: core: Update snd_soc_of_parse_daifmt() interface
Jyri Sarha
1
-1
/
+7
2014-04-22
ASoC: Move standard kcontrol helpers to the component level
Lars-Peter Clausen
1
-83
/
+138
2014-04-22
Merge branch 'topic/multicodec' of git://git.kernel.org/pub/scm/linux/kernel/...
Mark Brown
1
-92
/
+154
2014-04-22
ASoC: Move IO abstraction to the component level
Lars-Peter Clausen
1
-25
/
+71
2014-04-22
Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' o...
Mark Brown
1
-17
/
+40
2014-04-18
ASoC: core: use PTR_ERR instead of PTR_RET
Christoph Jaeger
1
-4
/
+4
2014-04-14
ASoC: core: Add function for ac97 codec registration
Misael Lopez Cruz
1
-9
/
+20
2014-04-14
ASoC: core: Add helper for DAI widgets linking
Misael Lopez Cruz
1
-24
/
+40
2014-04-14
ASoC: core: Add helpers for codec DAI probe & remove
Misael Lopez Cruz
1
-27
/
+47
2014-04-14
ASoC: core: Add helpers for codec and codec_dai search
Misael Lopez Cruz
1
-32
/
+47
2014-04-14
Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-219
/
+27
2014-04-14
ASoC: core: Allow snd_soc_update_bits use 32 bits register
Bard Liao
1
-4
/
+4
[next]