Searched defs:snd_cs46xx_pcm (Results 1 – 2 of 2) sorted by relevance
1635 struct snd_cs46xx_pcm { struct1636 struct snd_dma_buffer hw_buf;1638 unsigned int ctl;1639 unsigned int shift; /* Shift count to trasform frames in bytes */1640 struct snd_pcm_indirect pcm_rec;1641 struct snd_pcm_substream *substream;1643 struct dsp_pcm_channel_descriptor * pcm_channel;1645 int pcm_channel_id; /* Fron Rear, Center Lfe ... */
1592 int __devinit snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm ** rpcm) in snd_cs46xx_pcm() function