Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15921
b: refs/heads/master
c: b4a621f
h: refs/heads/master
i:
  15919: a52956e
v: v3
  • Loading branch information
Jaroslav Kysela committed Jan 3, 2006
1 parent d5f14d6 commit 58ab812
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 6ef7e8614c03f90ecb924938f5cc074af2723d35
refs/heads/master: b4a621f547ce78d6a415b3be2febd29b55e3235c
7 changes: 7 additions & 0 deletions trunk/sound/pci/ac97/ac97_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,16 @@ static void snd_ac97_proc_read_main(ac97_t *ac97, snd_info_buffer_t * buffer, in

snd_ac97_get_name(NULL, ac97->id, name, 0);
snd_iprintf(buffer, "%d-%d/%d: %s\n\n", ac97->addr, ac97->num, subidx, name);


if ((ac97->scaps & AC97_SCAP_AUDIO) == 0)
goto __modem;

snd_iprintf(buffer, "PCI Subsys Vendor: 0x%04x\n",
ac97->subsystem_vendor);
snd_iprintf(buffer, "PCI Subsys Device: 0x%04x\n\n",
ac97->subsystem_device);

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 58ab812

Please sign in to comment.