diff options
| author | Colin Ian King <[email protected]> | 2021-06-15 15:20:48 +0100 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2021-06-16 08:53:24 +0200 |
| commit | 36d1a6729be5b0d784f632aa1fd1fd11511e11c0 (patch) | |
| tree | cd0d300d19019f5a0710b7cdc40ec7bd1c2bade5 /tools/perf/scripts/python | |
| parent | 80b9c1be567c3c6bbe0d4b290af578e630485b5d (diff) | |
ALSA: bebob: Fix bit flag quirk constants
The quirking bit-flags are currently set as contiguous integer enum values
and so currently SND_BEBOB_QUIRK_INITIAL_DISCONTINUOUS_DBC is zero and so
he quirking never getting set or tested correctly for this quirk. Fix this
by setting the quirking constants as shifted bit values.
Addresses-Coverity: ("Bitwise-and with zero")
Fixes: 93cd12d6e88a ("ALSA: bebob: code refactoring for model-dependent quirks")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Takashi Sakamoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions