/external/tinyalsa/ |
tinypcminfo.c | 37 unsigned int card = 0; local 41 fprintf(stderr, "Usage: %s -D card -d device\n", argv[0]); 51 card = atoi(*argv); 62 printf("Info for card %d, device %d:\n", card, device); 71 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN);
|
tinymix.c | 45 int card = 0; local 50 card = atoi(argv[1]); 58 mixer = mixer_open(card); 73 printf("Usage: tinymix [-D card] [control id] [value to set]\n");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pt2258.h | 26 struct snd_card *card; member in struct:snd_pt2258
|
tea575x-tuner.h | 36 struct snd_card *card; member in struct:snd_tea575x
|
mixer_oss.h | 53 struct snd_card *card; member in struct:snd_mixer_oss 72 struct snd_card *card; member in struct:snd_mixer_oss_file
|
seq_device.h | 36 struct snd_card *card; /* sound card */ member in struct:snd_seq_device 60 * Typically, call snd_device_free(dev->card, dev->driver_data) 71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
|
seq_virmidi.h | 55 struct snd_card *card; /* associated card */ member in struct:snd_virmidi_dev 79 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pt2258.h | 26 struct snd_card *card; member in struct:snd_pt2258
|
tea575x-tuner.h | 36 struct snd_card *card; member in struct:snd_tea575x
|