Home
last modified time | relevance | path

Searched refs:PCM_COUNT (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/sound/pci/oxygen/
Doxygen.h18 #define PCM_COUNT 6 macro
139 struct snd_pcm_substream *streams[PCM_COUNT];
Doxygen_pcm.c105 static const struct snd_pcm_hardware *const oxygen_hardware[PCM_COUNT] = {
293 static const unsigned int channel_base_registers[PCM_COUNT] = {
Doxygen_lib.c86 for (i = 0; i < PCM_COUNT; ++i) in oxygen_interrupt()