Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1515
b: refs/heads/master
c: 98f759a
h: refs/heads/master
i:
  1513: 2d6b248
  1511: 337a3a2
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 29, 2005
1 parent c5c2320 commit 161aa5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 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: 01f66d2ccf83ee3ddc8276346f4e1113b9de50d9
refs/heads/master: 98f759a61639b40686e607ecc6fefacb4c249c82
12 changes: 5 additions & 7 deletions trunk/sound/pci/hda/hda_codec.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,6 @@ enum {
#define AC_PINCAP_VREF_GRD (1<<2) /* ground */
#define AC_PINCAP_VREF_80 (1<<4) /* 80% */
#define AC_PINCAP_VREF_100 (1<<5) /* 100% */
/* Vref setting (used in pin ctl) */
#define AC_PINCTL_VREF_HIZ (0) /* Hi-Z */
#define AC_PINCTL_VREF_50 (1) /* 50% */
#define AC_PINCTL_VREF_GRD (2) /* ground */
#define AC_PINCTL_VREF_80 (4) /* 80% */
#define AC_PINCTL_VREF_100 (5) /* 100% */


/* Amplifier capabilities */
#define AC_AMPCAP_OFFSET (0x7f<<0) /* 0dB offset */
Expand Down Expand Up @@ -254,6 +247,11 @@ enum {

/* Pin widget control - 8bit */
#define AC_PINCTL_VREFEN (0x7<<0)
#define AC_PINCTL_VREF_HIZ 0 /* Hi-Z */
#define AC_PINCTL_VREF_50 1 /* 50% */
#define AC_PINCTL_VREF_GRD 2 /* ground */
#define AC_PINCTL_VREF_80 4 /* 80% */
#define AC_PINCTL_VREF_100 5 /* 100% */
#define AC_PINCTL_IN_EN (1<<5)
#define AC_PINCTL_OUT_EN (1<<6)
#define AC_PINCTL_HP_EN (1<<7)
Expand Down

0 comments on commit 161aa5a

Please sign in to comment.