commit | b0bb3aa6233dccfccd040793d0d9ce838e4890e1 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jul 03 23:25:37 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 03 23:25:37 2009 +0200 |
tree | fcdb8af4b9fe4742d5387f46d5285fb41576976a | |
parent | e488fca79fd0e864e993745ebda99e93dffebda8 [diff] |
ALSA: hda - Don't override maxbps for FLOAT sharing with linear formats When FLOAT PCM format is available but together with other linear PCM formats, don't override maxbps value. For FLOAT format, it's always 32, thus it can be better checked in snd_hda_calc_stream_format(). Otherwise the maxbps 32 might be used wrongly even if the linear PCM doesn't support it. Signed-off-by: Takashi Iwai <tiwai@suse.de>