Home
last modified time | relevance | path

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

/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h248 struct snd_pcm_info { struct
249 unsigned int device;
250 unsigned int subdevice;
251 int stream;
252 int card;
253 unsigned char id[64];
254 unsigned char name[80];
255 unsigned char subname[32];
256 int dev_class;
257 int dev_subclass;
[all …]
/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h253 struct snd_pcm_info { struct
254 unsigned int device;
255 unsigned int subdevice;
256 int stream;
257 int card;
258 unsigned char id[64];
259 unsigned char name[80];
260 unsigned char subname[32];
261 int dev_class;
262 int dev_subclass;
[all …]
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h248 struct snd_pcm_info { struct
249 unsigned int device;
250 unsigned int subdevice;
251 int stream;
252 int card;
253 unsigned char id[64];
254 unsigned char name[80];
255 unsigned char subname[32];
256 int dev_class;
257 int dev_subclass;
[all …]
/device/google/sunfish-kernel/sm7150/kernel-headers/sound/
Dasound.h253 struct snd_pcm_info { struct
254 unsigned int device;
255 unsigned int subdevice;
256 int stream;
257 int card;
258 unsigned char id[64];
259 unsigned char name[80];
260 unsigned char subname[32];
261 int dev_class;
262 int dev_subclass;
[all …]
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h315 struct snd_pcm_info { struct
316 unsigned int device; /* RO/WR (control): device number */
317 unsigned int subdevice; /* RO/WR (control): subdevice number */
318 int stream; /* RO/WR (control): stream direction */
319 int card; /* R: card number */
320 unsigned char id[64]; /* ID (user selectable) */
321 unsigned char name[80]; /* name of this device */
322 unsigned char subname[32]; /* subdevice name */
323 int dev_class; /* SNDRV_PCM_CLASS_* */
324 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h323 struct snd_pcm_info { struct
324 unsigned int device; /* RO/WR (control): device number */
325 unsigned int subdevice; /* RO/WR (control): subdevice number */
326 int stream; /* RO/WR (control): stream direction */
327 int card; /* R: card number */
328 unsigned char id[64]; /* ID (user selectable) */
329 unsigned char name[80]; /* name of this device */
330 unsigned char subname[32]; /* subdevice name */
331 int dev_class; /* SNDRV_PCM_CLASS_* */
332 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h315 struct snd_pcm_info { struct
316 unsigned int device; /* RO/WR (control): device number */
317 unsigned int subdevice; /* RO/WR (control): subdevice number */
318 int stream; /* RO/WR (control): stream direction */
319 int card; /* R: card number */
320 unsigned char id[64]; /* ID (user selectable) */
321 unsigned char name[80]; /* name of this device */
322 unsigned char subname[32]; /* subdevice name */
323 int dev_class; /* SNDRV_PCM_CLASS_* */
324 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]
/device/google/sunfish-kernel/sm7150/original-kernel-headers/sound/
Dasound.h323 struct snd_pcm_info { struct
324 unsigned int device; /* RO/WR (control): device number */
325 unsigned int subdevice; /* RO/WR (control): subdevice number */
326 int stream; /* RO/WR (control): stream direction */
327 int card; /* R: card number */
328 unsigned char id[64]; /* ID (user selectable) */
329 unsigned char name[80]; /* name of this device */
330 unsigned char subname[32]; /* subdevice name */
331 int dev_class; /* SNDRV_PCM_CLASS_* */
332 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]