aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-04-20 13:43:00 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 10:04:50 +0200
commitc31329257522bf66df56e279e20df6fc7abd1ea7 (patch)
treef0e18361a4b5b5ad6c68fa0576348136899f765a /sound/pci
parent[ALSA] prevent oops & dead keyboard on usb unplugging while the device is being used (diff)
downloadlinux-dev-c31329257522bf66df56e279e20df6fc7abd1ea7.tar.xz
linux-dev-c31329257522bf66df56e279e20df6fc7abd1ea7.zip
[ALSA] Fix a typo in comments
HDA generic driver Fix a typo in comments. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_generic.c2
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 {
struct list_head list;
};
-/* pathc-specific record */
+/* patch-specific record */
struct hda_gspec {
struct hda_gnode *dac_node; /* DAC node */
struct hda_gnode *out_pin_node; /* Output pin (Line-Out) node */