Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx.h1620 struct snd_cs46xx_pcm { struct
1621 struct snd_dma_buffer hw_buf;
1623 unsigned int ctl;
1624 unsigned int shift; /* Shift count to trasform frames in bytes */
1625 struct snd_pcm_indirect pcm_rec;
1626 struct snd_pcm_substream *substream;
1628 struct dsp_pcm_channel_descriptor * pcm_channel;
1630 int pcm_channel_id; /* Fron Rear, Center Lfe ... */
H A Dcs46xx_lib.c1747 int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device) in snd_cs46xx_pcm() function