Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352989
b: refs/heads/master
c: f4f0a8c
h: refs/heads/master
i:
  352987: b8c6dc9
v: v3
  • Loading branch information
David Henningsson authored and Takashi Iwai committed Jan 8, 2013
1 parent a6ebbdc commit c6e70d8
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: e4cc6153401fc59d6d4ca0317be5774bdbd399ba
refs/heads/master: f4f0a8c4783a0258f2d0020a67fd619ce41a02a3
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/hda_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ static void print_codec_info(struct snd_info_entry *entry,
print_amp_caps(buffer, codec, codec->afg, HDA_INPUT);
snd_iprintf(buffer, "Default Amp-Out caps: ");
print_amp_caps(buffer, codec, codec->afg, HDA_OUTPUT);
snd_iprintf(buffer, "State of AFG node 0x%02x:\n", codec->afg);
print_power_state(buffer, codec, codec->afg);

nodes = snd_hda_get_sub_nodes(codec, codec->afg, &nid);
if (! nid || nodes < 0) {
Expand Down

0 comments on commit c6e70d8

Please sign in to comment.