diff options
author | ariff <ariff@FreeBSD.org> | 2006-10-02 15:32:12 +0000 |
---|---|---|
committer | ariff <ariff@FreeBSD.org> | 2006-10-02 15:32:12 +0000 |
commit | 81bdd4b32997569134b13c7951c97dd500d71623 (patch) | |
tree | 8ea1307d171efe08bf308564ae1dcb1d38171799 /sys/dev | |
parent | e5ff729f4a558572791b2d227abf3b7ddf839e1e (diff) | |
download | FreeBSD-src-81bdd4b32997569134b13c7951c97dd500d71623.zip FreeBSD-src-81bdd4b32997569134b13c7951c97dd500d71623.tar.gz |
Disable ad1981_patch for now until the real solution can be found
and makes everybody happy.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sound/pcm/ac97_patch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97_patch.c b/sys/dev/sound/pcm/ac97_patch.c index 2f7bae7..6b33061 100644 --- a/sys/dev/sound/pcm/ac97_patch.c +++ b/sys/dev/sound/pcm/ac97_patch.c @@ -48,8 +48,10 @@ void ad198x_patch(struct ac97_info* codec) void ad1981b_patch(struct ac97_info* codec) { +#if 0 ac97_wrcd(codec, AC97_AD_JACK_SPDIF, ac97_rdcd(codec, AC97_AD_JACK_SPDIF) | 0x0800); +#endif } void cmi9739_patch(struct ac97_info* codec) |