Home
last modified time | relevance | path

Searched defs:snd_hwdep_info (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/sound/
Dasound.h103 struct snd_hwdep_info { struct
104 unsigned int device; /* WR: device number */
105 int card; /* R: card number */
106 unsigned char id[64]; /* ID (user selectable) */
107 unsigned char name[80]; /* hwdep name */
131 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
/linux-3.4.99/sound/core/
Dhwdep.c188 static int snd_hwdep_info(struct snd_hwdep *hw, in snd_hwdep_info() function