Lines Matching defs:codec
37 * codec support problem.
65 /* codec detection constant indicating the interrupt flags */
405 /* pass request to AC'97 codec code */
416 /* pass request to AC'97 codec code */
426 /* pass request to AC'97 codec code */
812 /* check if we are looking for codec detection */
1104 * codec handling
1108 * settings? XXX does NetBSD support more than one audio codec? XXX
1140 /* build up command for reading codec register */
1151 /* wait until codec info is clocked in */
1156 DPRINTF(("read ac'97 codec reg 0x%x = 0x%08x\n",
1166 printf("%s: codec read timeout! (reg %x)\n",
1181 DPRINTF(("write ac'97 codec reg 0x%x = 0x%08x\n", reg, data));
1189 /* build up command for writing codec register */
1226 /* wait until all codec transfers are done */
1247 struct auixp_codec *codec;
1271 printf("%s: WARNING: timeout during codec detection; "
1279 codec = &sc->sc_codec;
1280 bzero(codec, sizeof(struct auixp_codec));
1282 codec->sc = sc;
1284 codec->host_if.arg = codec;
1285 codec->host_if.attach = auixp_attach_codec;
1286 codec->host_if.read = auixp_read_codec;
1287 codec->host_if.write = auixp_write_codec;
1288 codec->host_if.reset = auixp_reset_codec;
1289 codec->host_if.flags = auixp_flags_codec;
1296 codec->codec_flags = AC97_HOST_ALC650_PIN47_IS_EAPD;
1301 /* codec 0 present */
1302 DPRINTF(("auixp : YAY! codec 0 present!\n"));
1311 /* codec 1 present */
1312 DPRINTF(("auixp : YAY! codec 1 present!\n"));
1321 /* codec 2 present */
1322 DPRINTF(("auixp : YAY! codec 2 present!\n"));