Searched defs:snd_hwdep_info (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | asound.h | 102 struct snd_hwdep_info { struct 103 unsigned int device; /* WR: device number */ 104 int card; /* R: card number */ 105 unsigned char id[64]; /* ID (user selectable) */ 106 unsigned char name[80]; /* hwdep name */ 130 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
|
/hardware/qcom/msm8994/kernel-headers/sound/ |
D | asound.h | 75 struct snd_hwdep_info { struct 76 unsigned int device; 77 int card; 79 unsigned char id[64]; 80 unsigned char name[80]; 81 int iface; 105 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
D | asound.h | 79 struct snd_hwdep_info { struct 80 unsigned int device; 81 int card; 82 unsigned char id[64]; 84 unsigned char name[80]; 85 int iface; 109 #define SNDRV_HWDEP_IOCTL_INFO _IOR('H', 0x01, struct snd_hwdep_info) argument
|
/hardware/qcom/msm8x26/kernel-headers/sound/ |
D | asound.h | 74 struct snd_hwdep_info { struct 75 unsigned int device; 76 int card; 77 unsigned char id[64]; 79 unsigned char name[80]; 80 int iface; 104 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
|
/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
D | asound.h | 102 struct snd_hwdep_info { struct 103 unsigned int device; /* WR: device number */ 104 int card; /* R: card number */ 105 unsigned char id[64]; /* ID (user selectable) */ 106 unsigned char name[80]; /* hwdep name */ 130 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
|
/hardware/qcom/msm8x84/kernel-headers/sound/ |
D | asound.h | 74 struct snd_hwdep_info { struct 75 unsigned int device; 76 int card; 77 unsigned char id[64]; 79 unsigned char name[80]; 80 int iface; 104 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | asound.h | 106 struct snd_hwdep_info { struct 107 unsigned int device; /* WR: device number */ 108 int card; /* R: card number */ 109 unsigned char id[64]; /* ID (user selectable) */ 110 unsigned char name[80]; /* hwdep name */ 134 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
|
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
D | asound.h | 103 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
|