Home
last modified time | relevance | path

Searched refs:rme32 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/sound/pci/
Drme32.c179 struct rme32 { struct
223 #define RME32_ISWORKING(rme32) ((rme32)->wcreg & RME32_WCR_START) argument
224 #define RME32_PRO_WITH_8414(rme32) ((rme32)->pci->device == PCI_DEVICE_ID_RME_DIGI32_PRO && (rme32)… argument
232 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() argument
238 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() local
249 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 …]
DMakefile25 snd-rme32-objs := rme32.o
51 obj-$(CONFIG_SND_RME32) += snd-rme32.o
DKconfig785 will be called snd-rme32.
/Linux-v5.10/Documentation/sound/
Dalsa-configuration.rst1888 Module snd-rme32
/Linux-v5.10/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst3631 as in the cases above. The examples are found in ``rme32.c`` and