summaryrefslogtreecommitdiff
path: root/staging/cli_sequence.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+263
After some back and forth, we decided that it is easier to maintain mausezahn in a staging directory until it is fully reworked and cleaned up to be ready to be fully integrated. This way, it is better than having it in a separate branch, and we can also accept patches from outside more easily. Also, while at it, fix up some function mismatches with libcli. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
peter.ujfalusi@ti.com>2015-06-04 16:04:16 +0300 committerMark Brown <broonie@kernel.org>2015-06-04 17:50:02 +0100 commit89683fdefdd74828145b9d18333761cc975143f8 (patch) treebaccb272b4134abd5a49d2341739f743f7d14408 /sound/soc/codecs/tas2552.c parent1cf0f44811b754b64283b11ef0e60cb0de07b29c (diff)
ASoC: tas2552: Correct PDM configuration register bit definitions
The PDM clock can be selected via bit0-1. PDM_DATA_ES bit is at bit2. The code were trying to select BCLK as PDM reference clock but instead it was selecting PLL and set the DATA_ES bit to 1. Selecting the PLL output as reference clock as default does make sense, but the driver should not change the PDM data edge. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/tas2552.c')