OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_CARDS
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
driver.h
32
#define
SNDRV_CARDS
32
34
#define
SNDRV_CARDS
8 /* don't change - minor numbers */
initval.h
38
#define SNDRV_DEFAULT_IDX { [0 ... (
SNDRV_CARDS
-1)] = -1 }
39
#define SNDRV_DEFAULT_STR { [0 ... (
SNDRV_CARDS
-1)] = NULL }
40
#define SNDRV_DEFAULT_ENABLE { 1, [1 ... (
SNDRV_CARDS
-1)] = 0 }
41
#define SNDRV_DEFAULT_ENABLE_PNP { [0 ... (
SNDRV_CARDS
-1)] = 1 }
47
#define SNDRV_DEFAULT_PORT { [0 ... (
SNDRV_CARDS
-1)] = SNDRV_AUTO_PORT }
48
#define SNDRV_DEFAULT_IRQ { [0 ... (
SNDRV_CARDS
-1)] = SNDRV_AUTO_IRQ }
49
#define SNDRV_DEFAULT_DMA { [0 ... (
SNDRV_CARDS
-1)] = SNDRV_AUTO_DMA }
50
#define SNDRV_DEFAULT_DMA_SIZE { [0 ... (
SNDRV_CARDS
-1)] = SNDRV_AUTO_DMA_SIZE }
core.h
281
extern struct snd_card *snd_cards[
SNDRV_CARDS
];
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
driver.h
32
#define
SNDRV_CARDS
32
34
#define
SNDRV_CARDS
8 /* don't change - minor numbers */
initval.h
38
#define SNDRV_DEFAULT_IDX { [0 ... (
SNDRV_CARDS
-1)] = -1 }
39
#define SNDRV_DEFAULT_STR { [0 ... (
SNDRV_CARDS
-1)] = NULL }
40
#define SNDRV_DEFAULT_ENABLE { 1, [1 ... (
SNDRV_CARDS
-1)] = 0 }
41
#define SNDRV_DEFAULT_ENABLE_PNP { [0 ... (
SNDRV_CARDS
-1)] = 1 }
47
#define SNDRV_DEFAULT_PORT { [0 ... (
SNDRV_CARDS
-1)] = SNDRV_AUTO_PORT }
48
#define SNDRV_DEFAULT_IRQ { [0 ... (
SNDRV_CARDS
-1)] = SNDRV_AUTO_IRQ }
49
#define SNDRV_DEFAULT_DMA { [0 ... (
SNDRV_CARDS
-1)] = SNDRV_AUTO_DMA }
50
#define SNDRV_DEFAULT_DMA_SIZE { [0 ... (
SNDRV_CARDS
-1)] = SNDRV_AUTO_DMA_SIZE }
core.h
281
extern struct snd_card *snd_cards[
SNDRV_CARDS
];
Completed in 47 milliseconds