aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-09ASoC: dapm: Make sure register value is in sync with DAPM kcontrol stateJarkko Nikula1-13/+16
2014-05-22Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-114/+56
2014-05-22Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-77/+14
2014-05-12ASoC: dapm: Fix SUSPEND -> OFF bias sequenceLars-Peter Clausen1-2/+5
2014-05-12ASoC: dapm: Handle SND_SOC_DAPM_REG() genericallyLars-Peter Clausen1-20/+0
2014-05-12ASoC: dapm: Simplify snd_soc_dapm_link_dai_widgets()Lars-Peter Clausen1-18/+9
2014-05-12ASoC: dapm: Use snd_soc_dapm_add_path() in snd_soc_dapm_new_pcm()Lars-Peter Clausen1-10/+5
2014-05-12ASoC: dapm: Use snd_soc_dapm_add_path() in connect_dai_link_widgets()Lars-Peter Clausen1-14/+13
2014-05-12ASoC: dapm: Revert "ASoC: dapm: Fix double prefix addition"Lars-Peter Clausen1-6/+5
2014-05-12ASoC: dapm: Skip CODEC<->CODEC links in connect_dai_link_widgets()Lars-Peter Clausen1-2/+5
2014-05-05ASoC: dapm: Make sure to always update the DAPM graph in _put_volsw()Lars-Peter Clausen1-13/+10
2014-04-29Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-dapmMark Brown1-77/+14
2014-04-29ASoC: dapm: Factor out duplicated code in soc_dapm_stream_event()Lars-Peter Clausen1-35/+16
2014-04-22ASoC: dapm: Rename soc_widget_update_bits_locked() to soc_widget_update_bits()Lars-Peter Clausen1-5/+4
2014-04-22ASoC: Move IO abstraction to the component levelLars-Peter Clausen1-73/+11
2014-04-21ASoC: dapm: Fix widget double free with auto-disable DAPM kcontrolJarkko Nikula1-1/+0
2014-04-18ASoC: dapm: Allow update_bits use 32 bits regBard Liao1-1/+1
2014-03-12Merge remote-tracking branch 'asoc/topic/enum' into asoc-nextMark Brown1-294/+77
2014-03-10ASoC: dapm: Sprinkle lockdep asserts through the codeMark Brown1-0/+18
2014-03-10ASoC: dapm: Staticise dapm_mark_dirty()Mark Brown1-2/+1
2014-03-03ASoC: dapm: Reorder the bias update sequenceXiang Xiao1-11/+26
2014-03-03ASoC: dapm: Power off all widgets in the snd_soc_dapm_shutdownXiang Xiao1-6/+6
2014-03-01ASoC: dapm: Break dapm_set_path_status() appartLars-Peter Clausen1-89/+44
2014-03-01ASoC: dapm: Consolidate MUXs and virtual MUXsLars-Peter Clausen1-83/+30
2014-03-01ASoC: dapm: Consolidate MUXs and value MUXsLars-Peter Clausen1-138/+19
2014-03-01Merge branches 'topic/dapm', 'topic/sign', 'topic/adau1373', 'topic/max98090', 'topic/mc13783', 'fix/wm8994' and 'topic/wm8995' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-enumMark Brown1-22/+153
2014-02-20ASoC: dapm: Add unlocked version of snd_soc_dapm_syncCharles Keepax1-5/+22
2014-02-20Merge branch 'fix/dapm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-dapmMark Brown1-13/+126
2014-02-20ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functionsCharles Keepax1-10/+123
2014-02-20ASoC: Rename soc_enum.max field with itemsTakashi Iwai1-11/+11
2014-02-19ASoC: dapm: Correct regulator bypass error messagesCharles Keepax1-3/+3
2014-02-13ASoC: dapm: Consistently use unsigned int for register valuesLars-Peter Clausen1-4/+5
2014-01-17ASoC: dapm: Fix double prefix additionArun Shamanna Lakshmi1-5/+6
2014-01-15ASoC: dapm: Change prototype of soc_widget_readArun Shamanna Lakshmi1-11/+15
2014-01-08ASoC: sapm: Automatically connect DAI link widgets in DAPM graph.Liam Girdwood1-0/+49
2013-12-16ASoC: dapm: update DPCM runtime when mixer/mux changesNenghua Cao1-4/+24
2013-11-08Merge tag 'asoc-v3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-9/+11
2013-11-08Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown1-9/+11
2013-11-08Merge remote-tracking branch 'asoc/topic/twl4030' into asoc-nextMark Brown1-18/+28
2013-11-07ASoC: dapm: Use WARN_ON() instead of BUG_ON()Takashi Iwai1-6/+8
2013-11-07ASoC: Replace BUG() with WARN()Takashi Iwai1-3/+3
2013-11-03Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown1-1/+3
2013-10-28ASoC: dapm: Return -ENOMEM in snd_soc_dapm_new_dai_widgets()Takashi Iwai1-0/+2
2013-10-28ASoC: dapm: Fix source list debugfs outputsTakashi Iwai1-1/+1
2013-10-10ASoC: dapm: Run clock and regulator events separately to other suppliesMark Brown1-25/+25
2013-10-10ASoC: dapm: Use async I/O for DAPM sequencesMark Brown1-2/+22
2013-10-07ASoC: dapm: Add support for virtual mixer controlsLars-Peter Clausen1-18/+27
2013-10-07ASoC: dapm: Ignore VMID widgets for target biasLars-Peter Clausen1-0/+1
2013-09-01Merge remote-tracking branch 'asoc/topic/dapm' into tmpMark Brown1-0/+2
2013-08-30ASoC: dapm: Fix auto-disable for inverted controlsLars-Peter Clausen1-0/+2