]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit4a286d55285fa865df3810f632bd5747dc6e8475
tree7efe9ba1ce9aa4e22e21f795201ba6d8154ce7ab
parent93219d0649703f4106bbc44b9bb71771475ee254
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