Searched defs:camelot_pcm (Results 1 – 1 of 1) sorted by relevance
50 struct camelot_pcm { struct51 unsigned long mmio; /* DMABRG audio channel control reg MMIO */52 unsigned int txid; /* ID of first DMABRG IRQ for this unit */54 struct snd_pcm_substream *tx_ss;55 unsigned long tx_period_size;56 unsigned int tx_period;58 struct snd_pcm_substream *rx_ss;59 unsigned long rx_period_size;60 unsigned int rx_period;
Completed in 5 milliseconds