Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d3091fad4a4902185c3ce0b77a847ecafcb3f006
Commit: d3091fad4a4902185c3ce0b77a847ecafcb3f006
Parent: e3f9678c36dc81fde5dc86848d6d6077659ecaf0
Author: Takashi Iwai <[EMAIL PROTECTED]>
AuthorDate: Wed Mar 28 15:11:53 2007 +0200
Committer: Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Fri May 11 16:55:54 2007 +0200
[ALSA] hda-codec - Fix missing array terminators
Added missing array terminators in patch_conexant.c.
Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
sound/pci/hda/patch_conexant.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index c7fb0b8..efb95dc 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -632,11 +632,13 @@ static struct hda_verb cxt5045_init_verbs[] = {
static struct hda_verb cxt5045_hp_sense_init_verbs[] = {
/* pin sensing on HP jack */
{0x11, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
+ { } /* end */
};
static struct hda_verb cxt5045_mic_sense_init_verbs[] = {
/* pin sensing on HP jack */
{0x12, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN |
CONEXANT_MIC_EVENT},
+ { } /* end */
};
#ifdef CONFIG_SND_DEBUG
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html