Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257696
b: refs/heads/master
c: c619160
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 20, 2011
1 parent a6446da commit 4f4967c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6aadf41d6b9f8da68db5962929c07f816db15893
refs/heads/master: c6191607871776e828b8bc47b944d0c425776951
25 changes: 0 additions & 25 deletions trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,34 +56,10 @@

#define NID_MAPPING (-1)

/* amp values */
#define AMP_VAL_IDX_SHIFT 19
#define AMP_VAL_IDX_MASK (0x0f<<19)

/* Pin Widget NID */
#define VT1708_HP_NID 0x13
#define VT1708_DIGOUT_NID 0x14
#define VT1708_DIGIN_NID 0x16
#define VT1708_DIGIN_PIN 0x26
#define VT1708_HP_PIN_NID 0x20
#define VT1708_CD_PIN_NID 0x24

#define VT1709_HP_DAC_NID 0x28
#define VT1709_DIGOUT_NID 0x13
#define VT1709_DIGIN_NID 0x17
#define VT1709_DIGIN_PIN 0x25

#define VT1708B_HP_NID 0x25
#define VT1708B_DIGOUT_NID 0x12
#define VT1708B_DIGIN_NID 0x15
#define VT1708B_DIGIN_PIN 0x21

#define VT1708S_HP_NID 0x25
#define VT1708S_DIGOUT_NID 0x12

#define VT1702_HP_NID 0x17
#define VT1702_DIGOUT_NID 0x11

enum VIA_HDA_CODEC {
UNKNOWN = -1,
VT1708,
Expand Down Expand Up @@ -146,7 +122,6 @@ struct via_spec {
hda_nid_t mux_nids[3];
hda_nid_t aa_mix_nid;
hda_nid_t dig_in_nid;
hda_nid_t dig_in_pin;

/* capture source */
const struct hda_input_mux *input_mux;
Expand Down

0 comments on commit 4f4967c

Please sign in to comment.