From: Takashi Iwai Date: Tue, 16 Jun 2009 11:57:07 +0000 (+0200) Subject: ALSA: Add new TLV types for dBwith min/max X-Git-Tag: v2.6.32-rc1~732^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=085f30654175a91c28d2b66b9ea6cceab627fed0;p=pandora-kernel.git ALSA: Add new TLV types for dBwith min/max Add new types for TLV dB scale specified with min/max values instead of min/step since the resolution can't match always with the one a device provides. For example, usb audio devices give 1/256 dB resolution while ALSA TLV is based on 1/100 dB resolution. The new min/max types have less problems because the possible rounding error happens only at min/max. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed