From: Clemens Ladisch Date: Fri, 3 Apr 2009 07:42:42 +0000 (+0200) Subject: sound: usb-audio: remove check_hw_params_convention() X-Git-Tag: v2.6.30-rc1~9^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4608eb089b41386e96bd1410326073a6c1c221ba;p=pandora-kernel.git sound: usb-audio: remove check_hw_params_convention() This removes the check_hw_params_convention() function because 1) it is not necessary, as the hw_rule_* functions also work correctly (i.e., as no-ops) when the device supports all combinations of the audio format parameters; and 2) it would become too complex when adding a fourth altsetting-dependent hardware parameter, as this would require another three loops to check dependecies with rate/channels/format. Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed