Searched refs:snd_ctl_card_info (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/tools/include/uapi/sound/ |
| D | asound.h | 960 struct snd_ctl_card_info { struct 1097 #define SNDRV_CTL_IOCTL_CARD_INFO _IOR('U', 0x01, struct snd_ctl_card_info)
|
| /Linux-v6.1/include/uapi/sound/ |
| D | asound.h | 960 struct snd_ctl_card_info { struct 1097 #define SNDRV_CTL_IOCTL_CARD_INFO _IOR('U', 0x01, struct snd_ctl_card_info)
|
| /Linux-v6.1/sound/core/ |
| D | control.c | 856 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() function 859 struct snd_ctl_card_info *info; in snd_ctl_card_info() 873 if (copy_to_user(arg, info, sizeof(struct snd_ctl_card_info))) { in snd_ctl_card_info() 1929 return snd_ctl_card_info(card, ctl, cmd, argp); in snd_ctl_ioctl()
|