From: Eliot Blennerhassett Date: Thu, 22 Dec 2011 00:38:43 +0000 (+1300) Subject: ALSA: asihpi - Remove redundant struct members. X-Git-Tag: v3.3-rc1~88^2~1^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7036b92d303a01477e27a5a9b2d582a5df3cc8ef;p=pandora-kernel.git ALSA: asihpi - Remove redundant struct members. Structs hpi_adapter and snd_card_asihpi had members that duplicate those in underlying hpi_adapter_obj or whose info can be retrieved using hpi_adapter_get_info(). Print less info in probe function, it can be retrieved from /proc. Avoid name redundancy: hpi_adapter_obj.adapter_type renamed to .type Signed-off-by: Eliot Blennerhassett Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed