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