Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170113
b: refs/heads/master
c: 9dc9120
h: refs/heads/master
i:
  170111: 32f4783
v: v3
  • Loading branch information
Krzysztof Helt authored and Takashi Iwai committed Nov 23, 2009
1 parent 3f8cd0e commit d6169cf
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 106 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: 9aeba6297151abcb1b34f3237e4c028aae500ce4
refs/heads/master: 9dc9120c774e1d7e3d939542200bd44829c0059d
17 changes: 17 additions & 0 deletions trunk/include/sound/aci.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,21 @@
#define ACI_SET_EQ6 0x45
#define ACI_SET_EQ7 0x46 /* ... to Treble */

struct snd_miro_aci {
unsigned long aci_port;
int aci_vendor;
int aci_product;
int aci_version;
int aci_amp;
int aci_preamp;
int aci_solomode;

struct mutex aci_mutex;
};

int snd_aci_cmd(struct snd_miro_aci *aci, int write1, int write2, int write3);

struct snd_miro_aci *snd_aci_get_aci(void);

#endif /* _ACI_H_ */

Loading

0 comments on commit d6169cf

Please sign in to comment.