]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: fireworks/bebob: Change type of argument for sampling rate
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 27 May 2014 15:14:40 +0000 (00:14 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 May 2014 15:35:13 +0000 (17:35 +0200)
commitd5757e660afa0834cbfa644618e3f229e9502d7b
tree7efe9ba1ce9aa4e22e21f795201ba6d8154ce7ab
parent49606931e962dd18c25b5c9774378eba41336c75
ALSA: fireworks/bebob: Change type of argument for sampling rate

Originally, I intent to this argument given with 'struct snd_pcm_runtime.rate'
or params_rate(). They return value of 'unsigned int'. So 'unsigned int' is
better for the type of this argument.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/bebob/bebob.h
sound/firewire/bebob/bebob_stream.c
sound/firewire/fireworks/fireworks.h
sound/firewire/fireworks/fireworks_stream.c