From: Imre Deak Date: Thu, 8 Jan 2015 15:54:16 +0000 (+0200) Subject: ALSA: hda: pass intel_hda to all i915 interface functions X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~54^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926981ae3325257d0bffcf7ff7ba359edb4fd7e8;p=pandora-kernel.git ALSA: hda: pass intel_hda to all i915 interface functions chip is already passed to most of the i915 interface functions. Unify the interface by passing intel_hda instead of chip and passing it to all functions. Passing intel_hda instead of chip makes more sense since this is an intel specific interface. Also in an upcoming patch we will use intel_hda in all of these functions so by passing intel_hda we can save on some pointer casts from chip to intel_hda. This will be needed by an upcoming patch adding component support. No functional change. v2-3: unchanged v4: - pass intel_hda instead of chip Signed-off-by: Imre Deak Reviewed-by: Takashi Iwai Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed