Lines Matching defs:mode
319 " 0x0c: revision & mode = 0x%02x "
546 snd_printk(KERN_DEBUG "get_format: 0x%x (mode=0x%x)\n", format, mode);
858 static int snd_wss_open(struct snd_wss *chip, unsigned int mode)
863 if ((chip->mode & mode) ||
864 ((chip->mode & WSS_MODE_OPEN) && chip->single_dma)) {
868 if (chip->mode & WSS_MODE_OPEN) {
869 chip->mode |= mode;
895 chip->mode = mode;
900 static void snd_wss_close(struct snd_wss *chip, unsigned int mode)
905 chip->mode &= ~mode;
906 if (chip->mode & WSS_MODE_OPEN) {
942 chip->mode = 0;
1089 if (chip->mode & WSS_MODE_PLAY) {
1093 if (chip->mode & WSS_MODE_RECORD) {