aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/ice1712/wtm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ice1712/wtm.c b/sound/pci/ice1712/wtm.c
index bcf30a387b87..f65ac193cf1a 100644
--- a/sound/pci/ice1712/wtm.c
+++ b/sound/pci/ice1712/wtm.c
@@ -463,7 +463,7 @@ static int wtm_add_controls(struct snd_ice1712 *ice)
463 463
464static int wtm_init(struct snd_ice1712 *ice) 464static int wtm_init(struct snd_ice1712 *ice)
465{ 465{
466 static unsigned short stac_inits_prodigy[] = { 466 static unsigned short stac_inits_wtm[] = {
467 STAC946X_RESET, 0, 467 STAC946X_RESET, 0,
468 (unsigned short)-1 468 (unsigned short)-1
469 }; 469 };
@@ -475,7 +475,7 @@ static int wtm_init(struct snd_ice1712 *ice)
475 ice->force_rdma1 = 1; 475 ice->force_rdma1 = 1;
476 476
477 /*initialize codec*/ 477 /*initialize codec*/
478 p = stac_inits_prodigy; 478 p = stac_inits_wtm;
479 for (; *p != (unsigned short)-1; p += 2) { 479 for (; *p != (unsigned short)-1; p += 2) {
480 stac9460_put(ice, p[0], p[1]); 480 stac9460_put(ice, p[0], p[1]);
481 stac9460_2_put(ice, p[0], p[1]); 481 stac9460_2_put(ice, p[0], p[1]);