Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34924
b: refs/heads/master
c: 9f458e7
h: refs/heads/master
v: v3
  • Loading branch information
Andrey Liakhovets authored and Jaroslav Kysela committed Sep 23, 2006
1 parent b1457c5 commit 947638e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33925186d843e7004288cd3d87843c5a1dbf55a4
refs/heads/master: 9f458e7fb5b92385d348fb6039ba7211a6d6ba6e
4 changes: 4 additions & 0 deletions trunk/sound/pci/ac97/ac97_patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -2799,6 +2799,10 @@ int patch_vt1616(struct snd_ac97 * ac97)
*/
int patch_vt1617a(struct snd_ac97 * ac97)
{
/* bring analog power consumption to normal, like WinXP driver
* for EPIA SP
*/
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;
return 0;
Expand Down

0 comments on commit 947638e

Please sign in to comment.