alsa-lib/src/topology
Takashi Iwai f41fe763e9 topology: ctl: Fix access type checks
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>
2015-09-08 22:09:44 +02:00
..
builder.c topology: builder: Fix possibly uninitialized variable in write_elem_block() 2015-09-08 22:08:22 +02:00
channel.c topology: Add Channel map parser. 2015-07-30 16:21:52 +02:00
ctl.c topology: ctl: Fix access type checks 2015-09-08 22:09:44 +02:00
dapm.c topology: A API calls to directly build topology data from templates 2015-08-12 16:42:37 +02:00
data.c topology: rename OBJECT_TYPE_ to SND_TPLG_TYPE_ 2015-08-11 15:33:40 +02:00
elem.c topology: A API calls to directly build topology data from templates 2015-08-12 16:42:37 +02:00
Makefile.am topology: autotools: Add build support for topology core 2015-07-30 17:10:14 +02:00
ops.c topology: Add operations parser 2015-07-30 16:21:50 +02:00
parser.c topology: A API calls to directly build topology data from templates 2015-08-12 16:42:37 +02:00
pcm.c topology: rename OBJECT_TYPE_ to SND_TPLG_TYPE_ 2015-08-11 15:33:40 +02:00
text.c topology: rename OBJECT_TYPE_ to SND_TPLG_TYPE_ 2015-08-11 15:33:40 +02:00
tplg_local.h topology: A API calls to directly build topology data from templates 2015-08-12 16:42:37 +02:00