Searched refs:snd_hwdep (Results 1 – 7 of 7) sorted by relevance
/include/sound/ |
D | hwdep.h | 28 struct snd_hwdep; 32 long long (*llseek)(struct snd_hwdep *hw, struct file *file, 34 long (*read)(struct snd_hwdep *hw, char __user *buf, 36 long (*write)(struct snd_hwdep *hw, const char __user *buf, 38 int (*open)(struct snd_hwdep *hw, struct file * file); 39 int (*release)(struct snd_hwdep *hw, struct file * file); 40 unsigned int (*poll)(struct snd_hwdep *hw, struct file *file, 42 int (*ioctl)(struct snd_hwdep *hw, struct file *file, 44 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file, 46 int (*mmap)(struct snd_hwdep *hw, struct file *file, [all …]
|
D | snd_wavefront.h | 120 extern int snd_wavefront_synth_ioctl (struct snd_hwdep *, 124 extern int snd_wavefront_synth_open (struct snd_hwdep *, struct file *); 125 extern int snd_wavefront_synth_release (struct snd_hwdep *, struct file *); 131 extern int snd_wavefront_fx_ioctl (struct snd_hwdep *, 135 extern int snd_wavefront_fx_open (struct snd_hwdep *, struct file *); 136 extern int snd_wavefront_fx_release (struct snd_hwdep *, struct file *);
|
D | opl3.h | 318 struct snd_hwdep *hwdep; 356 void snd_opl3_interrupt(struct snd_hwdep * hw); 367 struct snd_hwdep ** rhwdep); 370 int snd_opl3_open(struct snd_hwdep * hw, struct file *file); 371 int snd_opl3_ioctl(struct snd_hwdep * hw, struct file *file, 373 int snd_opl3_release(struct snd_hwdep * hw, struct file *file); 378 long snd_opl3_write(struct snd_hwdep *hw, const char __user *buf, long count,
|
D | sb16_csp.h | 185 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
|
D | emux_synth.h | 108 struct snd_hwdep *hwdep; /* hwdep device */
|
D | vx_core.h | 182 struct snd_hwdep *hwdep;
|
D | emu10k1.h | 1822 int snd_emu10k1_fx8010_new(struct snd_emu10k1 *emu, int device, struct snd_hwdep ** rhwdep);
|