summaryrefslogtreecommitdiff
path: root/changelog
blob: 5e161ff407b60534f23fadf891925b2ed47817d9 (plain)
1
2
3
4
5
6
7
inotail 0.2

  * Support for the -n/-c +<num> options (tail relative to start of file)
  * Copyright and license cleanup
  * Various fixes

  -- Tobias Klauser <tklauser@distanz.ch.ch> 2006-11-30 17:56
7e'/>
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-12-03 15:10:50 +0800
committerMark Brown <broonie@kernel.org>2016-12-06 12:22:28 +0000
commit914657c2be09fb89a50c7841e98186301c93767e (patch)
tree7702fbf158bb00b90889a14191fac414a6b017c2 /Documentation/media/uapi
parent55060feefcdff692ace47b1a2346998dfcd4bcb5 (diff)
ASoC: cs35l34: Simplify the logic to set CS35L34_MCLK_CTL setting
The logic of "value = ~CS35L34_MCLK_DIV & CS35L34_MCLK_RATE_XXXXXX;" is unnecessary complex. By setting CS35L34_MCLK_DIV | CS35L34_MCLK_RATE_MASK as the mask for regmap_update_bits() call, what the code does is exactly the same as setting value = CS35L34_MCLK_RATE_XXXXXX. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/media/uapi')