alsa-lib/src/ucm
Mengdong Lin 6ad2a9763d ucm: Add ATTRIBUTE_UNUSED for unused parameters of execute_component_seq()
To fix the following warnings:

main.c: In function ‘execute_component_seq’:
main.c:489:24: warning: unused parameter ‘value_list1’ [-Wunused-parameter]
      struct list_head *value_list1,
                        ^
main.c:490:24: warning: unused parameter ‘value_list2’ [-Wunused-parameter]
      struct list_head *value_list2,
                        ^
main.c:491:24: warning: unused parameter ‘value_list3’ [-Wunused-parameter]
      struct list_head *value_list3,
                        ^

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-12-28 16:15:01 +01:00
..
main.c ucm: Add ATTRIBUTE_UNUSED for unused parameters of execute_component_seq() 2016-12-28 16:15:01 +01:00
Makefile.am autotools: update style 2014-02-26 08:16:22 +01:00
parser.c ucm: Parse sequence of component devices 2016-12-02 20:29:22 +01:00
ucm_local.h ucm: Execute sequence of component devices 2016-12-02 20:29:34 +01:00
utils.c ucm: Parse sequence of component devices 2016-12-02 20:29:22 +01:00