Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133151
b: refs/heads/master
c: 328cc6d
h: refs/heads/master
i:
  133149: 9fa8e6c
  133147: b88cca9
  133143: 2fe9a7b
  133135: c652834
  133119: d1f7ac0
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Takashi Iwai committed Jan 29, 2009
1 parent ffc8b36 commit 7560cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e167280070cccd2e0cde94f73ded0a4b08bf6412
refs/heads/master: 328cc6dfaadad614449eca1c75559e64c5054fea
2 changes: 2 additions & 0 deletions trunk/sound/pci/ac97/ac97_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ static void snd_ac97_proc_read_main(struct snd_ac97 *ac97, struct snd_info_buffe
snd_iprintf(buffer, "PCI Subsys Device: 0x%04x\n\n",
ac97->subsystem_device);

snd_iprintf(buffer, "Flags: %x\n", ac97->flags);

if ((ac97->ext_id & AC97_EI_REV_MASK) >= AC97_EI_REV_23) {
val = snd_ac97_read(ac97, AC97_INT_PAGING);
snd_ac97_update_bits(ac97, AC97_INT_PAGING,
Expand Down

0 comments on commit 7560cec

Please sign in to comment.