Searched refs:es1370_codec_write (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dio.h25 void es1370_codec_write(device_config *config, int regno, uint16 value);
H A Des1370.c464 es1370_codec_write(&card->config, CODEC_RESET_PWRDWN, 0x2);
466 es1370_codec_write(&card->config, CODEC_RESET_PWRDWN, 0x3);
468 es1370_codec_write(&card->config, CODEC_CLOCK_SEL, 0x0);
471 es1370_codec_write(&card->config, CODEC_MASTER_VOL_L, 0x0);
472 es1370_codec_write(&card->config, CODEC_MASTER_VOL_R, 0x0);
473 es1370_codec_write(&card->config, CODEC_VOICE_VOL_L, 0x0);
474 es1370_codec_write(&card->config, CODEC_VOICE_VOL_R, 0x0);
477 es1370_codec_write(&card->config, CODEC_OUTPUT_MIX1, ES1370_OUTPUT_MIX1_CDL | ES1370_OUTPUT_MIX1_CDR);
479 es1370_codec_write(&card->config, CODEC_OUTPUT_MIX2, ES1370_OUTPUT_MIX2_VOICEL | ES1370_OUTPUT_MIX2_VOICER);
H A Dio.c89 es1370_codec_write(device_config *config, int regno, uint16 value) function
H A Dmulti.c121 es1370_codec_write(&dev->config, info->reg, value);
135 es1370_codec_write(&dev->config, info->reg, value);
143 es1370_codec_write(&dev->config, info->reg, value);
150 es1370_codec_write(&dev->config, AC97_RECORD_SELECT, value);

Completed in 93 milliseconds