Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62071
b: refs/heads/master
c: e25c05f
h: refs/heads/master
i:
  62069: f175793
  62067: 28767f0
  62063: c95530b
v: v3
  • Loading branch information
Jonathan Phenix authored and Jaroslav Kysela committed Jul 20, 2007
1 parent 779b90a commit 1628346
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 92a22beb756c53985e8ba98d39f2c8fc834557a4
refs/heads/master: e25c05f1d5cf4e332db88b15e9daa1cabd6e17e0
6 changes: 6 additions & 0 deletions trunk/sound/pci/hda/hda_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@ static void print_codec_info(struct snd_info_entry *entry, struct snd_info_buffe
snd_iprintf(buffer, "Vendor Id: 0x%x\n", codec->vendor_id);
snd_iprintf(buffer, "Subsystem Id: 0x%x\n", codec->subsystem_id);
snd_iprintf(buffer, "Revision Id: 0x%x\n", codec->revision_id);

if (codec->mfg)
snd_iprintf(buffer, "Modem Function Group: 0x%x\n", codec->mfg);
else
snd_iprintf(buffer, "No Modem Function Group found\n");

if (! codec->afg)
return;
snd_iprintf(buffer, "Default PCM:\n");
Expand Down

0 comments on commit 1628346

Please sign in to comment.