/kernel/linux/linux-5.10/include/sound/ |
D | core.h | 68 struct snd_card *card; /* card which holds this device */ 79 struct snd_card { struct 94 void (*private_free) (struct snd_card *card); /* callback for freeing of argument 137 #define dev_to_snd_card(p) container_of(p, struct snd_card, card_dev) argument 140 static inline unsigned int snd_power_get_state(struct snd_card *card) in snd_power_get_state() 145 static inline void snd_power_change_state(struct snd_card *card, unsigned int state) in snd_power_change_state() 152 int snd_power_wait(struct snd_card *card, unsigned int power_state); 156 static inline int snd_power_wait(struct snd_card *card, unsigned int state) { return 0; } in snd_power_wait() 169 struct snd_card *card_ptr; /* assigned card instance */ 173 static inline struct device *snd_card_get_device_link(struct snd_card *card) in snd_card_get_device_link() [all …]
|
D | info.h | 117 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, 124 int snd_info_card_create(struct snd_card *card); 125 int snd_info_card_register(struct snd_card *card); 126 int snd_info_card_free(struct snd_card *card); 127 void snd_info_card_disconnect(struct snd_card *card); 128 void snd_info_card_id_change(struct snd_card *card); 132 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new() 147 int snd_card_rw_proc_new(struct snd_card *card, const char *name, 168 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, const char *… in snd_info_create_card_entry() 171 static inline int snd_info_card_create(struct snd_card *card) { return 0; } in snd_info_card_create() [all …]
|
D | control.h | 101 struct snd_card *card; 113 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, 117 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id); 121 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol); 122 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol); 123 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace); 124 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id); 125 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_i… 126 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, 128 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid); [all …]
|
D | mixer_oss.h | 38 struct snd_card *card; 57 struct snd_card *card; 61 int snd_mixer_oss_ioctl_card(struct snd_card *card,
|
D | jack.h | 61 struct snd_card *card; 77 int snd_jack_new(struct snd_card *card, const char *id, int type, 88 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new()
|
D | es1688.h | 95 int snd_es1688_create(struct snd_card *card, 103 int snd_es1688_pcm(struct snd_card *card, struct snd_es1688 *chip, int device); 104 int snd_es1688_mixer(struct snd_card *card, struct snd_es1688 *chip);
|
D | rawmidi.h | 108 struct snd_card *card; 140 int snd_rawmidi_new(struct snd_card *card, char *id, int device, 164 int snd_rawmidi_info_select(struct snd_card *card, struct snd_rawmidi_info *info); 165 int snd_rawmidi_kernel_open(struct snd_card *card, int device, int subdevice,
|
/kernel/linux/linux-5.10/sound/core/ |
D | init.c | 38 static struct snd_card *snd_cards[SNDRV_CARDS]; 84 int (*snd_mixer_oss_notify_callback)(struct snd_card *card, int free_flag); 126 void snd_device_initialize(struct device *dev, struct snd_card *card) in snd_device_initialize() 136 static int snd_card_do_free(struct snd_card *card); 163 struct snd_card **card_ret) in snd_card_new() 165 struct snd_card *card; in snd_card_new() 178 card->private_data = (char *)card + sizeof(struct snd_card); in snd_card_new() 268 struct snd_card *snd_card_ref(int idx) in snd_card_ref() 270 struct snd_card *card; in snd_card_ref() 380 int snd_card_disconnect(struct snd_card *card) in snd_card_disconnect() [all …]
|
D | device.c | 29 int snd_device_new(struct snd_card *card, enum snd_device_type type, in snd_device_new() 82 static struct snd_device *look_for_dev(struct snd_card *card, void *device_data) in look_for_dev() 106 void snd_device_disconnect(struct snd_card *card, void *device_data) in snd_device_disconnect() 130 void snd_device_free(struct snd_card *card, void *device_data) in snd_device_free() 171 int snd_device_register(struct snd_card *card, void *device_data) in snd_device_register() 189 int snd_device_register_all(struct snd_card *card) in snd_device_register_all() 208 void snd_device_disconnect_all(struct snd_card *card) in snd_device_disconnect_all() 222 void snd_device_free_all(struct snd_card *card) in snd_device_free_all() 251 int snd_device_get_state(struct snd_card *card, void *device_data) in snd_device_get_state()
|
D | control.c | 39 struct snd_card *card; in snd_ctl_open() 107 struct snd_card *card; in snd_ctl_release() 143 void snd_ctl_notify(struct snd_card *card, unsigned int mask, in snd_ctl_notify() 302 static bool snd_ctl_remove_numid_conflict(struct snd_card *card, in snd_ctl_remove_numid_conflict() 321 static int snd_ctl_find_hole(struct snd_card *card, unsigned int count) in snd_ctl_find_hole() 340 static int __snd_ctl_add_replace(struct snd_card *card, in __snd_ctl_add_replace() 388 static int snd_ctl_add_replace(struct snd_card *card, in snd_ctl_add_replace() 425 int snd_ctl_add(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_add() 445 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, in snd_ctl_replace() 464 int snd_ctl_remove(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_remove() [all …]
|
D | ctljack.c | 30 static int get_available_index(struct snd_card *card, const char *name) in get_available_index() 63 snd_kctl_jack_new(const char *name, struct snd_card *card) in snd_kctl_jack_new() 77 void snd_kctl_jack_report(struct snd_card *card, in snd_kctl_jack_report()
|
/kernel/linux/linux-5.10/sound/pci/cs5535audio/ |
D | cs5535audio.h | 86 struct snd_card *card; 101 void olpc_prequirks(struct snd_card *card, 103 int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97); 124 static inline void olpc_prequirks(struct snd_card *card, in olpc_prequirks() 126 static inline int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97) in olpc_quirks()
|
/kernel/linux/linux-5.10/sound/arm/ |
D | pxa2xx-ac97.c | 119 static int pxa2xx_ac97_do_suspend(struct snd_card *card) in pxa2xx_ac97_do_suspend() 131 static int pxa2xx_ac97_do_resume(struct snd_card *card) in pxa2xx_ac97_do_resume() 150 struct snd_card *card = dev_get_drvdata(dev); in pxa2xx_ac97_suspend() 161 struct snd_card *card = dev_get_drvdata(dev); in pxa2xx_ac97_resume() 185 static int pxa2xx_ac97_pcm_new(struct snd_card *card) in pxa2xx_ac97_pcm_new() 221 struct snd_card *card; in pxa2xx_ac97_probe() 280 struct snd_card *card = platform_get_drvdata(dev); in pxa2xx_ac97_remove()
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
D | cobalt-alsa-main.c | 35 static void snd_cobalt_card_private_free(struct snd_card *sc) in snd_cobalt_card_private_free() 45 struct snd_card *sc, in snd_cobalt_card_create() 65 struct snd_card *sc = cobsc->sc; in snd_cobalt_card_set_names() 85 struct snd_card *sc = NULL; in cobalt_alsa_init()
|
D | cobalt-alsa.h | 9 struct snd_card; 13 struct snd_card *sc;
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
D | emux_voice.h | 18 int snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index); 28 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card); 73 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device); 77 struct snd_card *card, int device) {} in snd_emux_proc_init()
|
/kernel/linux/linux-5.10/sound/drivers/mpu401/ |
D | mpu401.c | 53 struct snd_card **rcard) in snd_mpu401_create() 55 struct snd_card *card; in snd_mpu401_create() 94 struct snd_card *card; in snd_mpu401_probe() 173 struct snd_card *card; in snd_mpu401_pnp_probe() 199 struct snd_card *card = (struct snd_card *) pnp_get_drvdata(dev); in snd_mpu401_pnp_remove()
|
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
D | solo6x10-g723.c | 318 struct snd_card *card = solo_dev->snd_card; in solo_snd_pcm_init() 354 struct snd_card *card; in solo_g723_init() 366 &solo_dev->snd_card); in solo_g723_init() 370 card = solo_dev->snd_card; in solo_g723_init() 411 if (!solo_dev->snd_card) in solo_g723_exit() 417 snd_card_free(solo_dev->snd_card); in solo_g723_exit() 418 solo_dev->snd_card = NULL; in solo_g723_exit()
|
/kernel/linux/linux-5.10/sound/usb/usx2y/ |
D | usbusx2y.c | 157 static void snd_usx2y_card_private_free(struct snd_card *card); 329 struct snd_card **cardp) in usx2y_create_card() 332 struct snd_card * card; in usx2y_create_card() 367 struct snd_card **cardp) in usx2y_usb_probe() 370 struct snd_card * card; in usx2y_usb_probe() 396 struct snd_card *card; in snd_usx2y_probe() 420 static void snd_usx2y_card_private_free(struct snd_card *card) in snd_usx2y_card_private_free() 437 struct snd_card *card = ptr; in usx2y_usb_disconnect()
|
D | us122l.c | 41 static int us122l_create_usbmidi(struct snd_card *card) in us122l_create_usbmidi() 63 static int us144_create_usbmidi(struct snd_card *card) in us144_create_usbmidi() 410 static int usb_stream_hwdep_new(struct snd_card *card) in usb_stream_hwdep_new() 435 static bool us122l_create_card(struct snd_card *card) in us122l_create_card() 483 static void snd_us122l_free(struct snd_card *card) in snd_us122l_free() 493 struct snd_card **cardp, in usx2y_create_card() 497 struct snd_card *card; in usx2y_create_card() 532 struct snd_card **cardp) in us122l_usb_probe() 535 struct snd_card *card; in us122l_usb_probe() 563 struct snd_card *card; in snd_us122l_probe() [all …]
|
/kernel/linux/linux-5.10/sound/isa/es1688/ |
D | es1688.c | 83 static int snd_es1688_legacy_create(struct snd_card *card, in snd_es1688_legacy_create() 122 static int snd_es1688_probe(struct snd_card *card, unsigned int n) in snd_es1688_probe() 171 struct snd_card *card; in snd_es1688_isa_probe() 217 static int snd_card_es968_pnp(struct snd_card *card, unsigned int n, in snd_card_es968_pnp() 245 struct snd_card *card; in snd_es968_pnp_detect() 290 struct snd_card *card = pnp_get_card_drvdata(pcard); in snd_es968_pnp_suspend() 298 struct snd_card *card = pnp_get_card_drvdata(pcard); in snd_es968_pnp_resume()
|
/kernel/linux/linux-5.10/sound/aoa/core/ |
D | alsa.c | 18 struct snd_card *alsa_card; in aoa_alsa_init() 45 struct snd_card *aoa_get_card(void) in aoa_get_card() 64 struct snd_card *card = aoa_get_card(); in aoa_snd_device_new()
|
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/ |
D | tw686x-audio.c | 268 struct snd_card *card = dev->snd_card; in tw686x_snd_pcm_init() 355 if (!dev->snd_card) in tw686x_audio_free() 357 snd_card_free(dev->snd_card); in tw686x_audio_free() 358 dev->snd_card = NULL; in tw686x_audio_free() 364 struct snd_card *card; in tw686x_audio_init() 376 dev->snd_card = card; in tw686x_audio_init() 410 dev->snd_card = NULL; in tw686x_audio_init()
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
D | hpios.h | 136 struct snd_card; 141 struct snd_card *snd_card; member
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
D | cx18-alsa-main.c | 74 static void snd_cx18_card_private_free(struct snd_card *sc) in snd_cx18_card_private_free() 84 struct snd_card *sc, in snd_cx18_card_create() 103 struct snd_card *sc = cxsc->sc; in snd_cx18_card_set_names() 123 struct snd_card *sc = NULL; in snd_cx18_init()
|