ALSA: ctl: evaluate macro instead of numerical value
authorTakashi Sakamoto <[email protected]>
Thu, 9 Apr 2015 23:43:00 +0000 (08:43 +0900)
committerTakashi Iwai <[email protected]>
Fri, 10 Apr 2015 07:36:25 +0000 (09:36 +0200)
commit39d118677baa531cd9ee4c025a34f243746a3d18
treec7f51ab981efa7e30afc13a68442fc371a254410
parentcfd3113e7cc358b68bc13a2ca46714b0445dca56
ALSA: ctl: evaluate macro instead of numerical value

SNDRV_CTL_TLV_OP_XXX is defined but not used in core code. Instead,
raw numerical value is evaluated.

This commit replaces these values to these macros for better looking.

Signed-off-by: Takashi Sakamoto <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/core/control.c