summaryrefslogtreecommitdiff
path: root/sound/pci/ice1712
diff options
context:
space:
mode:
authorClément Guedez <klem.dev@gmail.com>2015-03-18 02:26:26 +0100
committerTakashi Iwai <tiwai@suse.de>2015-03-18 08:04:52 +0100
commitb56df151d3b97a95ba3d3a76c2867d00f2db7782 (patch)
tree25db8083ece080299f88ad3bc681884159b02658 /sound/pci/ice1712
parent2a557a861ae44e1941452bc2d700f1be58c1325b (diff)
ALSA: ice1724: ESI W192M: Correct copy/paste from prodigy driver
Correct copy/paste name from prodigy driver, no behaviour change, only name. Signed-off-by: Clément Guedez <klem.dev@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712')
-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)
static int wtm_init(struct snd_ice1712 *ice)
{
- static unsigned short stac_inits_prodigy[] = {
+ static unsigned short stac_inits_wtm[] = {
STAC946X_RESET, 0,
(unsigned short)-1
};
@@ -475,7 +475,7 @@ static int wtm_init(struct snd_ice1712 *ice)
ice->force_rdma1 = 1;
/*initialize codec*/
- p = stac_inits_prodigy;
+ p = stac_inits_wtm;
for (; *p != (unsigned short)-1; p += 2) {
stac9460_put(ice, p[0], p[1]);
stac9460_2_put(ice, p[0], p[1]);