Searched refs:audiohd_codecs (Results 1 – 1 of 1) sorted by relevance
125 static audiohd_codec_info_t audiohd_codecs[] = { variable2994 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()