Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c125 static audiohd_codec_info_t audiohd_codecs[] = { variable
2994 len = sizeof (audiohd_codecs) / sizeof (audiohd_codec_info_t); in audiohd_create_codec()
2996 if (audiohd_codecs[j].devid == codec->vid) { in audiohd_create_codec()
2997 codec->codec_info = &(audiohd_codecs[j]); in audiohd_create_codec()
3003 codec->codec_info = &(audiohd_codecs[len-1]); in audiohd_create_codec()