HomeSort by relevance Sort by last modified time
    Searched refs:snd_card (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tea6330t.h 28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
core.h 78 struct snd_card *card; /* card which holds this device */
98 struct snd_card { struct
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
153 static inline void snd_power_lock(struct snd_card *card)
158 static inline void snd_power_unlock(struct snd_card *card)
163 static inline unsigned int snd_power_get_state(struct snd_card *card)
168 static inline void snd_power_change_state(struct snd_card *card, unsigned int state)
175 int snd_power_wait(struct snd_card *card, unsigned int power_state);
181 static inline int snd_power_wait(struct snd_card *card, unsigned int state) { return 0; }
197 static inline struct device *snd_card_get_device_link(struct snd_card *card
    [all...]
opl4.h 27 extern int snd_opl4_create(struct snd_card *card,
pt2258.h 26 struct snd_card *card;
info.h 79 struct snd_card *card;
116 struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card,
123 int snd_info_card_create(struct snd_card * card);
124 int snd_info_card_register(struct snd_card * card);
125 int snd_info_card_free(struct snd_card * card);
126 void snd_info_card_disconnect(struct snd_card * card);
130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp);
154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; }
157 static inline int snd_info_card_create(struct snd_card * card) { return 0; }
158 static inline int snd_info_card_register(struct snd_card * card) { return 0;
    [all...]
control.h 92 struct snd_card *card;
105 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
113 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
114 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
117 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
120 int snd_ctl_create(struct snd_card *card)
    [all...]
seq_device.h 36 struct snd_card *card; /* sound card */
71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
seq_virmidi.h 55 struct snd_card *card; /* associated card */
79 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
mixer_oss.h 53 struct snd_card *card;
72 struct snd_card *card;
tea575x-tuner.h 36 struct snd_card *card;
emu8000.h 80 struct snd_card *card; /* The card that this belongs to */
101 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
hwdep.h 45 struct snd_card *card;
69 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
rawmidi.h 118 struct snd_card *card;
149 int snd_rawmidi_new(struct snd_card *card, char *id, int device,
170 int snd_rawmidi_info_select(struct snd_card *card, struct snd_rawmidi_info *info);
171 int snd_rawmidi_kernel_open(struct snd_card *card, int device, int subdevice,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tea6330t.h 28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
core.h 78 struct snd_card *card; /* card which holds this device */
98 struct snd_card { struct
112 void (*private_free) (struct snd_card *card); /* callback for freeing of
153 static inline void snd_power_lock(struct snd_card *card)
158 static inline void snd_power_unlock(struct snd_card *card)
163 static inline unsigned int snd_power_get_state(struct snd_card *card)
168 static inline void snd_power_change_state(struct snd_card *card, unsigned int state)
175 int snd_power_wait(struct snd_card *card, unsigned int power_state);
181 static inline int snd_power_wait(struct snd_card *card, unsigned int state) { return 0; }
197 static inline struct device *snd_card_get_device_link(struct snd_card *card
    [all...]
opl4.h 27 extern int snd_opl4_create(struct snd_card *card,
pt2258.h 26 struct snd_card *card;
info.h 79 struct snd_card *card;
116 struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card,
123 int snd_info_card_create(struct snd_card * card);
124 int snd_info_card_register(struct snd_card * card);
125 int snd_info_card_free(struct snd_card * card);
126 void snd_info_card_disconnect(struct snd_card * card);
130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp);
154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; }
157 static inline int snd_info_card_create(struct snd_card * card) { return 0; }
158 static inline int snd_info_card_register(struct snd_card * card) { return 0;
    [all...]
control.h 92 struct snd_card *card;
105 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
109 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
113 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
114 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
115 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
116 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
117 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
118 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
120 int snd_ctl_create(struct snd_card *card)
    [all...]
seq_device.h 36 struct snd_card *card; /* sound card */
71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result);
seq_virmidi.h 55 struct snd_card *card; /* associated card */
79 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
mixer_oss.h 53 struct snd_card *card;
72 struct snd_card *card;
tea575x-tuner.h 36 struct snd_card *card;
emu8000.h 80 struct snd_card *card; /* The card that this belongs to */
101 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
hwdep.h 45 struct snd_card *card;
69 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,

Completed in 315 milliseconds

1 2 3 4