diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2014-09-21 22:50:57 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-09-22 08:51:35 +0200 |
commit | a9960e6a293e6fc3ed414643bb4e4106272e4d0a (patch) | |
tree | f00c53cde94fe2f6935adad07c8d56ee9795b984 /arch/cris | |
parent | 8245b3634516e6b7eb1c94594c0fd41d233502aa (diff) | |
download | linux-a9960e6a293e6fc3ed414643bb4e4106272e4d0a.tar.bz2 |
ALSA: pcm: fix fifo_size frame calculation
The calculated frame size was wrong because snd_pcm_format_physical_width()
actually returns the number of bits, not bytes.
Use snd_pcm_format_size() instead, which not only returns bytes, but also
simplifies the calculation.
Fixes: 8bea869c5e56 ("ALSA: PCM midlevel: improve fifo_size handling")
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'arch/cris')
0 files changed, 0 insertions, 0 deletions