Searched refs:rme32 (Results 1 – 5 of 5) sorted by relevance
178 struct rme32 { struct222 #define RME32_ISWORKING(rme32) ((rme32)->wcreg & RME32_WCR_START) argument223 #define RME32_PRO_WITH_8414(rme32) ((rme32)->pci->device == PCI_DEVICE_ID_RME_DIGI32_PRO && (rme32)… argument231 static void snd_rme32_proc_init(struct rme32 * rme32);233 static int snd_rme32_create_switches(struct snd_card *card, struct rme32 * rme32);235 static inline unsigned int snd_rme32_pcm_byteptr(struct rme32 * rme32) in snd_rme32_pcm_byteptr() argument237 return (readl(rme32->iobase + RME32_IO_GET_POS) in snd_rme32_pcm_byteptr()246 struct rme32 *rme32 = snd_pcm_substream_chip(substream); in snd_rme32_playback_silence() local248 memset_io(rme32->iobase + RME32_IO_DATA_BUFFER + pos, 0, count); in snd_rme32_playback_silence()257 struct rme32 *rme32 = snd_pcm_substream_chip(substream); in snd_rme32_playback_copy() local[all …]
25 snd-rme32-y := rme32.o51 obj-$(CONFIG_SND_RME32) += snd-rme32.o
803 will be called snd-rme32.
1920 Module snd-rme32
3462 as in the cases above. Examples are found in ``rme32.c`` and