Searched refs:rme32 (Results 1 – 5 of 5) sorted by relevance
179 struct rme32 { struct223 #define RME32_ISWORKING(rme32) ((rme32)->wcreg & RME32_WCR_START) argument224 #define RME32_PRO_WITH_8414(rme32) ((rme32)->pci->device == PCI_DEVICE_ID_RME_DIGI32_PRO && (rme32)… argument232 static void snd_rme32_proc_init(struct rme32 * rme32);234 static int snd_rme32_create_switches(struct snd_card *card, struct rme32 * rme32);236 static inline unsigned int snd_rme32_pcm_byteptr(struct rme32 * rme32) in snd_rme32_pcm_byteptr() argument238 return (readl(rme32->iobase + RME32_IO_GET_POS) in snd_rme32_pcm_byteptr()247 struct rme32 *rme32 = snd_pcm_substream_chip(substream); in snd_rme32_playback_silence() local249 memset_io(rme32->iobase + RME32_IO_DATA_BUFFER + pos, 0, count); in snd_rme32_playback_silence()258 struct rme32 *rme32 = snd_pcm_substream_chip(substream); in snd_rme32_playback_copy() local[all …]
25 snd-rme32-objs := rme32.o51 obj-$(CONFIG_SND_RME32) += snd-rme32.o
785 will be called snd-rme32.
1888 Module snd-rme32
3631 as in the cases above. The examples are found in ``rme32.c`` and