linux/sound/firewire/fireworks
Takashi Sakamoto 93219d0649 ALSA: fireworks: Use the same prototype for functions as actual declaration
There are two modes for Fireworks, IEC 61883 compliant or Windows.
So it's better to use enum type instead of int to express the intension,
even if C language specification defines to handle enum variables as usual
integer.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-05-27 17:35:04 +02:00
..
fireworks.c ALSA: fireworks: Add command/response functionality into hwdep interface 2014-05-26 14:28:58 +02:00
fireworks.h ALSA: fireworks: Use the same prototype for functions as actual declaration 2014-05-27 17:35:04 +02:00
fireworks_command.c ALSA: fireworks: Add command/response functionality into hwdep interface 2014-05-26 14:28:58 +02:00
fireworks_hwdep.c ALSA: fireworks: Fix wrong value as argument for PTR_ERR() 2014-05-27 17:34:52 +02:00
fireworks_midi.c ALSA: fireworks: Add hwdep interface 2014-05-26 14:28:41 +02:00
fireworks_pcm.c ALSA: fireworks: Add hwdep interface 2014-05-26 14:28:41 +02:00
fireworks_proc.c ALSA: fireworks: Add command/response functionality into hwdep interface 2014-05-26 14:28:58 +02:00
fireworks_stream.c ALSA: fireworks: Add hwdep interface 2014-05-26 14:28:41 +02:00
fireworks_transaction.c ALSA: fireworks: Add command/response functionality into hwdep interface 2014-05-26 14:28:58 +02:00
Makefile ALSA: fireworks: Add hwdep interface 2014-05-26 14:28:41 +02:00