diff options
| author | Wu Fengguang <wfg@linux.intel.com> | 2008-10-07 02:21:41 -0400 |
|---|---|---|
| committer | Jaroslav Kysela <perex@perex.cz> | 2008-10-10 07:41:51 -0400 |
| commit | 6b34500c1ce9707b77ba1631bb21c8a1dea060bd (patch) | |
| tree | 12743d77c54405fd60485a13162536f59d0ec3eb | |
| parent | 5c1d1a98c5e20ba517369d15995464a10add9132 (diff) | |
ALSA: hda: comment typo fix
fix a typo in comment for is_in_nid_list().
Signed-off-by: Wu Fengguang <wfg@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
| -rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 1c0b33b6ce13..6447754ae56e 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
| @@ -2789,7 +2789,7 @@ int snd_hda_multi_out_analog_cleanup(struct hda_codec *codec, | |||
| 2789 | } | 2789 | } |
| 2790 | 2790 | ||
| 2791 | /* | 2791 | /* |
| 2792 | * Helper for automatic ping configuration | 2792 | * Helper for automatic pin configuration |
| 2793 | */ | 2793 | */ |
| 2794 | 2794 | ||
| 2795 | static int is_in_nid_list(hda_nid_t nid, hda_nid_t *list) | 2795 | static int is_in_nid_list(hda_nid_t nid, hda_nid_t *list) |
