linux-stable/sound/firewire/bebob
Takashi Sakamoto a6b598bf4b ALSA: fireworks/bebob: Use the same type of variables as function parameters
The second argument of snd_efw_command_get_sampling_rate() means sampling
rate and its type is 'unsigned int'. But 'int' variable is passed as parameter.
It's better to apply the same type for the variable as its argument.

Similally, the type of variable for snd_efw_command_get_clock_source() and
avc_bridgeco_get_plug_type() should be the same type as each argument.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-05-27 17:35:22 +02:00
..
bebob.c ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire series 2014-05-26 14:33:10 +02:00
bebob.h ALSA: fireworks/bebob: Change type of argument for sampling rate 2014-05-27 17:35:13 +02:00
bebob_command.c ALSA: bebob: Prepare for device specific operations 2014-05-26 14:31:15 +02:00
bebob_focusrite.c ALSA: bebob: Add support for Focusrite Saffire/SaffirePro series 2014-05-26 14:31:50 +02:00
bebob_hwdep.c ALSA: bebob: Add hwdep interface 2014-05-26 14:31:03 +02:00
bebob_maudio.c ALSA: bebob: Send a cue to load firmware for M-Audio Firewire series 2014-05-26 14:32:58 +02:00
bebob_midi.c ALSA: bebob: Add hwdep interface 2014-05-26 14:31:03 +02:00
bebob_pcm.c ALSA: bebob: Prepare for device specific operations 2014-05-26 14:31:15 +02:00
bebob_proc.c ALSA: bebob: Prepare for device specific operations 2014-05-26 14:31:15 +02:00
bebob_stream.c ALSA: fireworks/bebob: Use the same type of variables as function parameters 2014-05-27 17:35:22 +02:00
bebob_terratec.c ALSA: bebob: Add support for Terratec PHASE, EWS series and Aureon 2014-05-26 14:31:25 +02:00
bebob_yamaha.c ALSA: bebob: Add support for Yamaha GO series 2014-05-26 14:31:38 +02:00
Makefile ALSA: bebob: Add support for M-Audio usual Firewire series 2014-05-26 14:32:03 +02:00