Home
last modified time | relevance | path

Searched defs:snd_pcm_info (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h279 struct snd_pcm_info { struct
280 unsigned int device;
281 unsigned int subdevice;
282 int stream;
284 int card;
285 unsigned char id[64];
286 unsigned char name[80];
287 unsigned char subname[32];
289 int dev_class;
290 int dev_subclass;
[all …]
/aosp12/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h292 struct snd_pcm_info { struct
295 int stream; /* RO/WR (control): stream direction */
296 int card; /* R: card number */
297 unsigned char id[64]; /* ID (user selectable) */
298 unsigned char name[80]; /* name of this device */
299 unsigned char subname[32]; /* subdevice name */
300 int dev_class; /* SNDRV_PCM_CLASS_* */
301 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
302 unsigned int subdevices_count;
303 unsigned int subdevices_avail;
[all …]
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound.h288 struct snd_pcm_info { struct
289 unsigned int device;
291 unsigned int subdevice;
292 int stream;
293 int card;
294 unsigned char id[64];
296 unsigned char name[80];
297 unsigned char subname[32];
298 int dev_class;
299 int dev_subclass;
[all …]
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound.h298 struct snd_pcm_info { struct
301 int stream; /* RO/WR (control): stream direction */
302 int card; /* R: card number */
303 unsigned char id[64]; /* ID (user selectable) */
304 unsigned char name[80]; /* name of this device */
305 unsigned char subname[32]; /* subdevice name */
306 int dev_class; /* SNDRV_PCM_CLASS_* */
307 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
308 unsigned int subdevices_count;
309 unsigned int subdevices_avail;
[all …]
/aosp12/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dasound.h286 struct snd_pcm_info { struct
287 unsigned int device;
289 unsigned int subdevice;
290 int stream;
291 int card;
292 unsigned char id[64];
294 unsigned char name[80];
295 unsigned char subname[32];
296 int dev_class;
297 int dev_subclass;
[all …]
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dasound.h298 struct snd_pcm_info { struct
301 int stream; /* RO/WR (control): stream direction */
302 int card; /* R: card number */
303 unsigned char id[64]; /* ID (user selectable) */
304 unsigned char name[80]; /* name of this device */
305 unsigned char subname[32]; /* subdevice name */
306 int dev_class; /* SNDRV_PCM_CLASS_* */
307 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
308 unsigned int subdevices_count;
309 unsigned int subdevices_avail;
[all …]
/aosp12/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h277 struct snd_pcm_info { struct
279 unsigned int device;
280 unsigned int subdevice;
281 int stream;
282 int card;
284 unsigned char id[64];
285 unsigned char name[80];
286 unsigned char subname[32];
287 int dev_class;
289 int dev_subclass;
[all …]
/aosp12/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dasound.h291 struct snd_pcm_info { struct
294 int stream; /* RO/WR (control): stream direction */
295 int card; /* R: card number */
296 unsigned char id[64]; /* ID (user selectable) */
297 unsigned char name[80]; /* name of this device */
298 unsigned char subname[32]; /* subdevice name */
299 int dev_class; /* SNDRV_PCM_CLASS_* */
300 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
301 unsigned int subdevices_count;
302 unsigned int subdevices_avail;
[all …]
/aosp12/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h277 struct snd_pcm_info { struct
279 unsigned int device;
280 unsigned int subdevice;
281 int stream;
282 int card;
284 unsigned char id[64];
285 unsigned char name[80];
286 unsigned char subname[32];
287 int dev_class;
289 int dev_subclass;
[all …]
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h291 struct snd_pcm_info { struct
294 int stream; /* RO/WR (control): stream direction */
295 int card; /* R: card number */
296 unsigned char id[64]; /* ID (user selectable) */
297 unsigned char name[80]; /* name of this device */
298 unsigned char subname[32]; /* subdevice name */
299 int dev_class; /* SNDRV_PCM_CLASS_* */
300 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
301 unsigned int subdevices_count;
302 unsigned int subdevices_avail;
[all …]
/aosp12/bionic/libc/kernel/uapi/sound/
H A Dasound.h272 struct snd_pcm_info { struct
273 unsigned int device;
274 unsigned int subdevice;
275 int stream;
276 int card;
277 unsigned char id[64];
278 unsigned char name[80];
279 unsigned char subname[32];
280 int dev_class;
281 int dev_subclass;
[all …]