Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b56df151 authored by Clément Guedez's avatar Clément Guedez Committed by Takashi Iwai
Browse files

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: default avatarClément Guedez <klem.dev@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2a557a86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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]);