Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/dev/ic



Module Name:    syssrc
Committed By:   kent
Date:           Tue Oct  8 09:19:45 UTC 2002

Modified Files:
        syssrc/sys/dev/ic: ac97.c ac97var.h

Log Message:
Add IDs for YMF743-S and YMF753-S.

ac97_attach(): Enable VRA/VRM if the codec is capable of them.

The struct ac97_softc keeps the clock of the codec, the basic
features flag (the value of AC97_REG_RESET), and the extended
features flag (the value of AC97_REG_EXT_AUDIO_ID).

ac97_codec_if: Add get_extcaps(), set_rate(), and set_clock()
methods.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/ic/ac97.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/ac97var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index