Skip to content

Commit

Permalink
ALSA: hda - Fix stac92hd83xxx_amp_nids[]
Browse files Browse the repository at this point in the history
Fix the bug introduced in commit c15c506:
  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>
  • Loading branch information
Takashi Iwai committed Jan 14, 2009
1 parent 3e420e7 commit 9248f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ static unsigned int stac92hd83xxx_pwr_mapping[4] = {
0x03, 0x0c, 0x10, 0x40,
};

static unsigned int stac92hd83xxx_amp_nids[1] = {
static hda_nid_t stac92hd83xxx_amp_nids[1] = {
0xc,
};

Expand Down

0 comments on commit 9248f26

Please sign in to comment.