mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
3f6175ece9
The echoaudio locally defines TRUE and FALSE. Not only is this redundant given that C now has a boolean type it results in lots of warnings as other headers also define these macros, causing duplicate definitions. Fix this by removing the local defines and converting all local users to use the standard C true and false instead, simply removing the macros is less safe due to implicit inclusion of the other definitons. [fixed overlooked replacement of FALSE by tiwai] Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
---|---|---|
.. | ||
darla20.c | ||
darla20_dsp.c | ||
darla24.c | ||
darla24_dsp.c | ||
echo3g.c | ||
echo3g_dsp.c | ||
echoaudio.c | ||
echoaudio.h | ||
echoaudio_3g.c | ||
echoaudio_dsp.c | ||
echoaudio_dsp.h | ||
echoaudio_gml.c | ||
gina20.c | ||
gina20_dsp.c | ||
gina24.c | ||
gina24_dsp.c | ||
indigo.c | ||
indigo_dsp.c | ||
indigo_express_dsp.c | ||
indigodj.c | ||
indigodj_dsp.c | ||
indigodjx.c | ||
indigodjx_dsp.c | ||
indigoio.c | ||
indigoio_dsp.c | ||
indigoiox.c | ||
indigoiox_dsp.c | ||
layla20.c | ||
layla20_dsp.c | ||
layla24.c | ||
layla24_dsp.c | ||
Makefile | ||
mia.c | ||
mia_dsp.c | ||
midi.c | ||
mona.c | ||
mona_dsp.c |