Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h336 struct snd_pcm_info { struct
339 int stream; /* RO/WR (control): stream direction */
340 int card; /* R: card number */
341 unsigned char id[64]; /* ID (user selectable) */
342 unsigned char name[80]; /* name of this device */
343 unsigned char subname[32]; /* subdevice name */
344 int dev_class; /* SNDRV_PCM_CLASS_* */
345 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
346 unsigned int subdevices_count;
347 unsigned int subdevices_avail;
[all …]
/openbmc/linux/include/uapi/sound/
H A Dasound.h336 struct snd_pcm_info { struct
339 int stream; /* RO/WR (control): stream direction */
340 int card; /* R: card number */
341 unsigned char id[64]; /* ID (user selectable) */
342 unsigned char name[80]; /* name of this device */
343 unsigned char subname[32]; /* subdevice name */
344 int dev_class; /* SNDRV_PCM_CLASS_* */
345 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
346 unsigned int subdevices_count;
347 unsigned int subdevices_avail;
[all …]
/openbmc/linux/sound/core/
H A Dpcm_native.c215 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function