diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c index c233e7f1a74a..bfbeff2e0d0c 100644 --- a/sound/pci/hda/hda_generic.c +++ b/sound/pci/hda/hda_generic.c | |||
@@ -44,7 +44,7 @@ struct hda_gnode { | |||
44 | struct list_head list; | 44 | struct list_head list; |
45 | }; | 45 | }; |
46 | 46 | ||
47 | /* pathc-specific record */ | 47 | /* patch-specific record */ |
48 | struct hda_gspec { | 48 | struct hda_gspec { |
49 | struct hda_gnode *dac_node; /* DAC node */ | 49 | struct hda_gnode *dac_node; /* DAC node */ |
50 | struct hda_gnode *out_pin_node; /* Output pin (Line-Out) node */ | 50 | struct hda_gnode *out_pin_node; /* Output pin (Line-Out) node */ |