diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-14 03:40:25 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-14 03:40:25 -0500 |
commit | 9248f2693921b143b54f380b60c945b28a7a5358 (patch) | |
tree | 8aa3430d2783b9a74934d666cfea6b2b84160b74 /sound/pci/hda/patch_sigmatel.c | |
parent | 3e420e78ece6f9d2accc1568e80dfd0501e13df1 (diff) |
ALSA: hda - Fix stac92hd83xxx_amp_nids[]
Fix the bug introduced in commit c15c5060fc32d7de7cde76aa61e98bae1334d82e:
sound/pci/hda/patch_sigmatel.c: In function ‘patch_stac92hd83xxx’:
sound/pci/hda/patch_sigmatel.c:4765: warning: assignment from incompatible pointer type
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 103ac6d743ef..25230f4c888e 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -336,7 +336,7 @@ static unsigned int stac92hd83xxx_pwr_mapping[4] = { | |||
336 | 0x03, 0x0c, 0x10, 0x40, | 336 | 0x03, 0x0c, 0x10, 0x40, |
337 | }; | 337 | }; |
338 | 338 | ||
339 | static unsigned int stac92hd83xxx_amp_nids[1] = { | 339 | static hda_nid_t stac92hd83xxx_amp_nids[1] = { |
340 | 0xc, | 340 | 0xc, |
341 | }; | 341 | }; |
342 | 342 | ||