Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dac97_plugin_ad1980.c88 codec_id: 0x41445370,
Dac97_codec.c701 static char *codec_id(u16 id1, u16 id2, char *buf) in codec_id() function
878 codec_id(id1, id2, cidbuf), codec->name); in ac97_probe_codec()
893 if ((codec->model ^ d->codec_id) & d->codec_mask) in ac97_probe_codec()
1444 if(c->driver != NULL || ((c->model ^ driver->codec_id) & driver->codec_mask)) in ac97_register_driver()
Dac97_plugin_wm97xx.c293 codec_id: 0x574D4C05,
301 codec_id: 0x574D4C12,
/linux-2.4.37.9/include/linux/
Dac97_codec.h310 u32 codec_id; member