[alsa-devel] [PATCH] hda: remove redundant get_amp_nid()
18 Nov
2008
18 Nov
'08
4:21 a.m.
Remove get_amp_nid(): it duplicates the one defined in hda_local.h
Signed-off-by: Wu Fengguang wfg@linux.intel.com --- sound/pci/hda/patch_via.c | 2 -- 1 file changed, 2 deletions(-)
--- sound-2.6.orig/sound/pci/hda/patch_via.c +++ sound-2.6/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,
5836
Age (days ago)
5836
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wu Fengguang