Home
last modified time | relevance | path

Searched refs:codecAddress (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp1473 hda_codec_new(hda_controller* controller, uint32 codecAddress) in hda_codec_new() argument
1475 if (codecAddress > HDA_MAX_CODECS) in hda_codec_new()
1487 codec->addr = codecAddress; in hda_codec_new()
1493 controller->codecs[codecAddress] = codec; in hda_codec_new()
1519 verbs[0] = MAKE_VERB(codecAddress, 0, VID_GET_PARAMETER, PID_VENDOR_ID); in hda_codec_new()
1520 verbs[1] = MAKE_VERB(codecAddress, 0, VID_GET_PARAMETER, PID_SUBSYSTEM_ID); in hda_codec_new()
1521 verbs[2] = MAKE_VERB(codecAddress, 0, VID_GET_PARAMETER, PID_REVISION_ID); in hda_codec_new()
1522 verbs[3] = MAKE_VERB(codecAddress, 0, VID_GET_PARAMETER, in hda_codec_new()
1547 verbs[0] = MAKE_VERB(codecAddress, nodeID, VID_GET_PARAMETER, in hda_codec_new()
1549 verbs[1] = MAKE_VERB(codecAddress, nodeID, VID_GET_SUBSYSTEMID, 0); in hda_codec_new()
[all …]