summaryrefslogtreecommitdiff
path: root/trie.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04trie: remove useless header commentDaniel Borkmann1-6/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+21
nchange='this.form.submit();'>mode:
authorNikita Yushchenko <nikita.yoush@cogentembedded.com>2016-09-22 13:10:40 +0300
committerMark Brown <broonie@kernel.org>2016-09-24 19:26:59 +0100
commita114580f8f3e5bdefc14d75d6c3ba7032210b980 (patch)
tree0f563f289991273024fe34e1a1eafeb2300a551b /Documentation/media
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: tpa6130a2: fix volume setting when no stream is running
After moving tpa6130a2 power management to DAPM, if chip can be physically powered off (either reset_gpio is defined, or regulator indeed removes power), then volume change no longer works unless chip is on due to a running stream. Fix that by entering regcache cache_only mode while chip is off. Move regcache calls to tpa6130a2_power() to get them at driver init time as well. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/media')