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-dapm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-11
ASoC: dapm: Fix uninitialized variable in snd_soc_dapm_get_enum_double()
Geert Uytterhoeven
1
-5
/
+7
2014-07-23
ASoC: Move card field form platform/codec to component
Lars-Peter Clausen
1
-1
/
+1
2014-07-17
ASoC: Remove unused 'r' variable from dapm_connect_dai_link_widgets()
Lars-Peter Clausen
1
-3
/
+0
2014-07-17
ASoC: pcm: Add soc_dai_hw_params helper
Benoit Cousson
1
-20
/
+8
2014-07-17
ASoC: dapm: Add support for DAI multicodec
Benoit Cousson
1
-20
/
+47
2014-06-22
ASoC: dapm: Remove platform field from widget and dapm context struct
Lars-Peter Clausen
1
-1
/
+0
2014-06-22
ASoC: Add DAPM support at the component level
Lars-Peter Clausen
1
-36
/
+64
2014-06-22
ASoC: Add a set_bias_level() callback to the DAPM context struct
Lars-Peter Clausen
1
-8
/
+3
2014-06-22
Merge remote-tracking branch 'asoc/fix/core' into asoc-component
Mark Brown
1
-13
/
+16
2014-06-22
ASoC: Auto disconnect pins from all DAPM contexts
Lars-Peter Clausen
1
-16
/
+11
2014-06-22
ASoC: Move name and id from CODEC/platform to component
Lars-Peter Clausen
1
-4
/
+4
2014-06-22
ASoC: Move name_prefix from CODEC to component
Lars-Peter Clausen
1
-14
/
+22
2014-06-09
ASoC: dapm: Make sure register value is in sync with DAPM kcontrol state
Jarkko Nikula
1
-13
/
+16
2014-05-22
Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next
Mark Brown
1
-114
/
+56
2014-05-22
Merge remote-tracking branch 'asoc/topic/component' into asoc-next
Mark Brown
1
-77
/
+14
2014-05-13
ASoC: dapm: Fix SUSPEND -> OFF bias sequence
Lars-Peter Clausen
1
-2
/
+5
2014-05-13
ASoC: dapm: Handle SND_SOC_DAPM_REG() generically
Lars-Peter Clausen
1
-20
/
+0
2014-05-13
ASoC: dapm: Simplify snd_soc_dapm_link_dai_widgets()
Lars-Peter Clausen
1
-18
/
+9
2014-05-13
ASoC: dapm: Use snd_soc_dapm_add_path() in snd_soc_dapm_new_pcm()
Lars-Peter Clausen
1
-10
/
+5
2014-05-13
ASoC: dapm: Use snd_soc_dapm_add_path() in connect_dai_link_widgets()
Lars-Peter Clausen
1
-14
/
+13
2014-05-13
ASoC: dapm: Revert "ASoC: dapm: Fix double prefix addition"
Lars-Peter Clausen
1
-6
/
+5
2014-05-13
ASoC: dapm: Skip CODEC<->CODEC links in connect_dai_link_widgets()
Lars-Peter Clausen
1
-2
/
+5
2014-05-05
ASoC: dapm: Make sure to always update the DAPM graph in _put_volsw()
Lars-Peter Clausen
1
-13
/
+10
2014-04-29
Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-77
/
+14
2014-04-29
ASoC: dapm: Factor out duplicated code in soc_dapm_stream_event()
Lars-Peter Clausen
1
-35
/
+16
2014-04-22
ASoC: dapm: Rename soc_widget_update_bits_locked() to soc_widget_update_bits()
Lars-Peter Clausen
1
-5
/
+4
2014-04-22
ASoC: Move IO abstraction to the component level
Lars-Peter Clausen
1
-73
/
+11
2014-04-21
ASoC: dapm: Fix widget double free with auto-disable DAPM kcontrol
Jarkko Nikula
1
-1
/
+0
2014-04-18
ASoC: dapm: Allow update_bits use 32 bits reg
Bard Liao
1
-1
/
+1
2014-03-13
Merge remote-tracking branch 'asoc/topic/enum' into asoc-next
Mark Brown
1
-294
/
+77
2014-03-10
ASoC: dapm: Sprinkle lockdep asserts through the code
Mark Brown
1
-0
/
+18
2014-03-10
ASoC: dapm: Staticise dapm_mark_dirty()
Mark Brown
1
-2
/
+1
2014-03-03
ASoC: dapm: Reorder the bias update sequence
Xiang Xiao
1
-11
/
+26
2014-03-03
ASoC: dapm: Power off all widgets in the snd_soc_dapm_shutdown
Xiang Xiao
1
-6
/
+6
2014-03-01
ASoC: dapm: Break dapm_set_path_status() appart
Lars-Peter Clausen
1
-89
/
+44
2014-03-01
ASoC: dapm: Consolidate MUXs and virtual MUXs
Lars-Peter Clausen
1
-83
/
+30
2014-03-01
ASoC: dapm: Consolidate MUXs and value MUXs
Lars-Peter Clausen
1
-138
/
+19
2014-03-01
Merge branches 'topic/dapm', 'topic/sign', 'topic/adau1373', 'topic/max98090'...
Mark Brown
1
-22
/
+153
2014-02-20
ASoC: dapm: Add unlocked version of snd_soc_dapm_sync
Charles Keepax
1
-5
/
+22
2014-02-20
Merge branch 'fix/dapm' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Mark Brown
1
-13
/
+126
2014-02-20
ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions
Charles Keepax
1
-10
/
+123
2014-02-20
ASoC: Rename soc_enum.max field with items
Takashi Iwai
1
-11
/
+11
2014-02-19
ASoC: dapm: Correct regulator bypass error messages
Charles Keepax
1
-3
/
+3
2014-02-13
ASoC: dapm: Consistently use unsigned int for register values
Lars-Peter Clausen
1
-4
/
+5
2014-01-17
ASoC: dapm: Fix double prefix addition
Arun Shamanna Lakshmi
1
-5
/
+6
2014-01-15
ASoC: dapm: Change prototype of soc_widget_read
Arun Shamanna Lakshmi
1
-11
/
+15
2014-01-08
ASoC: sapm: Automatically connect DAI link widgets in DAPM graph.
Liam Girdwood
1
-0
/
+49
2013-12-17
ASoC: dapm: update DPCM runtime when mixer/mux changes
Nenghua Cao
1
-4
/
+24
2013-11-08
Merge tag 'asoc-v3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Takashi Iwai
1
-9
/
+11
2013-11-08
Merge remote-tracking branch 'asoc/topic/warn' into asoc-next
Mark Brown
1
-9
/
+11
[next]