Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1510
b: refs/heads/master
c: eb8caf3
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 29, 2005
1 parent 52e75a4 commit 2ca1062
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 191 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: 267cdf4036ed9e8565a7d909fdf854b9c7e1c5ff
refs/heads/master: eb8caf30f4c059ddfdfa32b6034549622953db6f
4 changes: 4 additions & 0 deletions trunk/include/sound/ac97_codec.h
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ struct snd_ac97_build_ops {
void (*suspend) (ac97_t *ac97);
void (*resume) (ac97_t *ac97);
#endif
void (*update_jacks) (ac97_t *ac97); /* for jack-sharing */
};

struct _snd_ac97_bus_ops {
Expand Down Expand Up @@ -516,6 +517,9 @@ struct _snd_ac97 {
} ad18xx;
unsigned int dev_flags; /* device specific */
} spec;
/* jack-sharing info */
unsigned char indep_surround;
unsigned char channel_mode;
};

/* conditions */
Expand Down
Loading

0 comments on commit 2ca1062

Please sign in to comment.