Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110897
b: refs/heads/master
c: ba44368
h: refs/heads/master
i:
  110895: 8042705
v: v3
  • Loading branch information
Jaroslav Kysela committed Aug 13, 2008
1 parent 563b3dd commit 19c730b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6ef109050da99952b59397840e9b50cd6611e92a
refs/heads/master: ba443687f2eb70d23e0466d4b7c0c3366b5cb5fb
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ int __devinit snd_hda_codec_new(struct hda_bus *bus, unsigned int codec_addr,
struct hda_codec **codecp)
{
struct hda_codec *codec;
char component[13];
char component[31];
int err;

if (snd_BUG_ON(!bus))
Expand Down Expand Up @@ -693,7 +693,7 @@ int __devinit snd_hda_codec_new(struct hda_bus *bus, unsigned int codec_addr,
snd_hda_create_hwdep(codec);
#endif

sprintf(component, "HDA:%08x", codec->vendor_id);
sprintf(component, "HDA:%08x,%08x,%08x", codec->vendor_id, codec->subsystem_id, codec->revision_id);
snd_component_add(codec->bus->card, component);

if (codecp)
Expand Down

0 comments on commit 19c730b

Please sign in to comment.