mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-12 13:30:12 -05:00
Fix the wrong bit-and check by adding parentheses properly:
ctl.c: In function ‘tplg_add_bytes’:
ctl.c:868:22: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
if (be->hdr.access & SNDRV_CTL_ELEM_ACCESS_TLV_READWRITE
^
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
||
|---|---|---|
| .. | ||
| builder.c | ||
| channel.c | ||
| ctl.c | ||
| dapm.c | ||
| data.c | ||
| elem.c | ||
| Makefile.am | ||
| ops.c | ||
| parser.c | ||
| pcm.c | ||
| text.c | ||
| tplg_local.h | ||