aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-02-13 05:37:08 -0500
committerTakashi Iwai <tiwai@suse.de>2009-02-13 05:53:27 -0500
commit3a08e30de2facffe8e1a25bf4fa62cbc920fbaf6 (patch)
treec6ea60a94e80416fe6a6c41ded071493f8fc0786 /sound
parent92258a3ed2f583c8720ef570f5c62b28e6c58d71 (diff)
ALSA: hda - Add missing terminator in slave dig-out array
Added the missing terminator for ad1989b_slave_dig_outs[]. Cc: <stable@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 2e7371ec2e23..7006d62ca6c2 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -1885,8 +1885,8 @@ static hda_nid_t ad1988_capsrc_nids[3] = {
1885#define AD1988_SPDIF_OUT_HDMI 0x0b 1885#define AD1988_SPDIF_OUT_HDMI 0x0b
1886#define AD1988_SPDIF_IN 0x07 1886#define AD1988_SPDIF_IN 0x07
1887 1887
1888static hda_nid_t ad1989b_slave_dig_outs[2] = { 1888static hda_nid_t ad1989b_slave_dig_outs[] = {
1889 AD1988_SPDIF_OUT, AD1988_SPDIF_OUT_HDMI 1889 AD1988_SPDIF_OUT, AD1988_SPDIF_OUT_HDMI, 0
1890}; 1890};
1891 1891
1892static struct hda_input_mux ad1988_6stack_capture_source = { 1892static struct hda_input_mux ad1988_6stack_capture_source = {