Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_controller.h122 #define AZX_MAX_CODECS 8 macro
124 #define STATESTS_INT_MASK ((1 << AZX_MAX_CODECS) - 1)
248 int cmds[AZX_MAX_CODECS]; /* number of pending requests */
249 u32 res[AZX_MAX_CODECS]; /* last read value */
363 unsigned int last_cmd[AZX_MAX_CODECS];
Dhda_controller.c1069 if (addr >= AZX_MAX_CODECS) { in azx_command_addr()
1139 if ((addr >= AZX_MAX_CODECS) || !(chip->codec_mask & (1 << addr))) { in azx_update_rirb()