summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-02-13 11:37:08 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-02-17 09:29:01 -0800
commit7a7856eddb9603da697d54d5d3340c020a717364 (patch)
treef15b9fc94348139dab980dc6914f883df3aa4be0
parente27ccb282947e4554b43346cadd543bc1b8ad18c (diff)
ALSA: hda - Add missing terminator in slave dig-out array
commit 3a08e30de2facffe8e1a25bf4fa62cbc920fbaf6 upstream. Added the missing terminator for ad1989b_slave_dig_outs[]. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--sound/pci/hda/patch_analog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 87bade3542be..3495e8337501 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -1873,8 +1873,8 @@ static hda_nid_t ad1988_capsrc_nids[3] = {
#define AD1988_SPDIF_OUT_HDMI 0x0b
#define AD1988_SPDIF_IN 0x07
-static hda_nid_t ad1989b_slave_dig_outs[2] = {
- AD1988_SPDIF_OUT, AD1988_SPDIF_OUT_HDMI
+static hda_nid_t ad1989b_slave_dig_outs[] = {
+ AD1988_SPDIF_OUT, AD1988_SPDIF_OUT_HDMI, 0
};
static struct hda_input_mux ad1988_6stack_capture_source = {