tag | line | file | source code |
---|---|---|---|
mixdev | 486 | drivers/sound/sound_switch.c | int mixdev; |
mixdev | 493 | drivers/sound/sound_switch.c | mixdev = audio_devs[dev >> 4]->mixer_dev; |
mixdev | 494 | drivers/sound/sound_switch.c | if (mixdev < 0 || mixdev >= num_mixers) |
mixdev | 496 | drivers/sound/sound_switch.c | return mixer_devs[mixdev]->ioctl (mixdev, cmd, arg); |