diff options
| author | Axel Lin <[email protected]> | 2015-07-22 03:27:45 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2015-07-22 09:49:02 +0000 |
| commit | b101acfabc9377469af3abfb7cb63112da367284 (patch) | |
| tree | 423b284ce9d4656d2cd726c73c5681d5421f4be0 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | Linux 4.2-rc2 (diff) | |
| download | kernel-b101acfabc9377469af3abfb7cb63112da367284.tar.gz kernel-b101acfabc9377469af3abfb7cb63112da367284.zip | |
ASoC: sgtl5000: Fix up define for SGTL5000_SMALL_POP
Currently, below code actually does not update any bit because
SGTL5000_SMALL_POP is 0.
snd_soc_update_bits(codec, SGTL5000_CHIP_REF_CTRL, SGTL5000_SMALL_POP, 1);
The SGTL5000_SMALL_POP should be BIT(0) rather than 0, fix it.
Signed-off-by: Axel Lin <[email protected]>
Acked-By: Alexander Stein <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
