aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 70e3cb6dd252..56941031ab0d 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -509,7 +509,7 @@ int snd_hda_codec_new(struct hda_bus *bus, unsigned int codec_addr,
509 /* FIXME: support for multiple AFGs? */ 509 /* FIXME: support for multiple AFGs? */
510 codec->afg = look_for_afg_node(codec); 510 codec->afg = look_for_afg_node(codec);
511 if (! codec->afg) { 511 if (! codec->afg) {
512 snd_printk(KERN_ERR "hda_codec: no AFG node found\n"); 512 snd_printdd("hda_codec: no AFG node found\n");
513 snd_hda_codec_free(codec); 513 snd_hda_codec_free(codec);
514 return -ENODEV; 514 return -ENODEV;
515 } 515 }