[ALSA] ac97 - Fix vt1617a build ops
authorDaniel Jacobowitz <drow@false.org>
Fri, 12 Jan 2007 18:11:47 +0000 (19:11 +0100)
committerJaroslav Kysela <perex@suse.cz>
Fri, 9 Feb 2007 08:03:02 +0000 (09:03 +0100)
This patch connects the extra vt1616 controls for the vt1617a, which
is necessary to control the rear speakers on e.g. a Shuttle SN25P.

Signed-off-by: Daniel Jacobowitz <drow@false.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/ac97/ac97_patch.c

index f5b4b44bbdab27cf6c0711df83b141417afc3b6f..f1950fa1f0efa0c57de66d73ee3d17fc72ae6b46 100644 (file)
@@ -3285,6 +3285,7 @@ int patch_vt1617a(struct snd_ac97 * ac97)
        snd_ac97_write_cache(ac97, 0x5c, 0x20);
        ac97->ext_id |= AC97_EI_SPDIF;  /* force the detection of spdif */
        ac97->rates[AC97_RATES_SPDIF] = SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000;
+       ac97->build_ops = &patch_vt1616_ops;
        return 0;
 }