Home
last modified time | relevance | path

Searched refs:snd_cs46xx_pcm (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/pci/cs46xx/
H A Dcs46xx_lib.c868 struct snd_cs46xx_pcm * cpcm = runtime->private_data; in snd_cs46xx_pb_trans_copy()
875 struct snd_cs46xx_pcm * cpcm = runtime->private_data; in snd_cs46xx_playback_transfer()
900 struct snd_cs46xx_pcm *cpcm = substream->runtime->private_data; in snd_cs46xx_playback_direct_pointer()
918 struct snd_cs46xx_pcm *cpcm = substream->runtime->private_data; in snd_cs46xx_playback_indirect_pointer()
953 struct snd_cs46xx_pcm *cpcm = substream->runtime->private_data; in snd_cs46xx_playback_trigger()
1041 static int _cs46xx_adjust_sample_rate (struct snd_cs46xx *chip, struct snd_cs46xx_pcm *cpcm, in _cs46xx_adjust_sample_rate()
1082 struct snd_cs46xx_pcm *cpcm; in snd_cs46xx_playback_hw_params()
1186 struct snd_cs46xx_pcm *cpcm; in snd_cs46xx_playback_hw_free()
1210 struct snd_cs46xx_pcm *cpcm; in snd_cs46xx_playback_prepare()
1343 struct snd_cs46xx_pcm *cpcm = NULL; in snd_cs46xx_interrupt()
[all …]
H A Dcs46xx.h1620 struct snd_cs46xx_pcm { struct
1708 struct snd_cs46xx_pcm *playback_pcm;
1725 int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device);
H A Dcs46xx.c88 if ((err = snd_cs46xx_pcm(chip, 0)) < 0) { in snd_card_cs46xx_probe()