diff options
-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) |