Deleted Added
full compact
35c35
< SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pcm/ac97.c 164614 2006-11-26 12:24:06Z ariff $");
---
> SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pcm/ac97.c 167256 2007-03-06 02:36:54Z ariff $");
540a541,557
> /*
> * YMF chips does not indicate tone and 3D enhancement capability
> * in the AC97_REG_RESET register.
> */
> switch (codec->id) {
> case 0x594d4800: /* YMF743 */
> case 0x594d4803: /* YMF753 */
> codec->caps |= AC97_CAP_TONE;
> codec->se |= 0x04;
> break;
> case 0x594d4802: /* YMF752 */
> codec->se |= 0x04;
> break;
> default:
> break;
> }
>