Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/cs46xx/
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 ... */
Dcs46xx_lib.c1780 int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device) in snd_cs46xx_pcm() function