From: Kristoffer KARLSSON Date: Fri, 20 Apr 2012 09:32:44 +0000 (+0200) Subject: ASoC: core: Add strobe control X-Git-Tag: v3.5-rc1~118^2~3^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd7b10b30c40dddb9750926d78cfe89c0cd8434d;p=pandora-kernel.git ASoC: core: Add strobe control Added support for a control that strobes a bit in a register to high then back to low (or the inverse). This is typically useful for hardware that requires strobing a singe bit to trigger some functionality and where exposing the bit in a normal single control would require the user to first manually set then again unset the bit again for the strobe to trigger. Added convenience macro. SOC_SINGLE_STROBE Added accessor implementations. snd_soc_get_strobe snd_soc_put_strobe Signed-off-by: Kristoffer KARLSSON Signed-off-by: Mark Brown --- Reading git-diff-tree failed