Home
last modified time | relevance | path

Searched defs:snd_cs46xx_pcm (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/sound/
Dcs46xx.h1635 struct snd_cs46xx_pcm { struct
1636 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 ... */
/linux-2.6.39/sound/pci/cs46xx/
Dcs46xx_lib.c1592 int __devinit snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm ** rpcm) in snd_cs46xx_pcm() function