From: Wu Fengguang Date: Tue, 18 Nov 2008 02:21:55 +0000 (+0800) Subject: ALSA: hda: remove redundant get_amp_nid() X-Git-Tag: v2.6.29-rc7~11^2~43^2~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2eca83ba9cc6f811f8c63314b22b4bc0532e2207;p=profile%2Fivi%2Fkernel-x86-ivi.git ALSA: hda: remove redundant get_amp_nid() Remove get_amp_nid(): it duplicates the one defined in hda_local.h Signed-off-by: Wu Fengguang Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c index 760e14a..05182be 100644 --- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c @@ -142,8 +142,6 @@ enum { AUTO_SEQ_SIDE }; -#define get_amp_nid(kc) ((kc)->private_value & 0xffff) - /* Some VT1708S based boards gets the micboost setting wrong, so we have * to apply some brute-force and re-write the TLV's by software. */ static int mic_boost_tlv(struct snd_kcontrol *kcontrol, int op_flag,