Searched refs:snd_sb_csp (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
D | sb16_csp.h | 16 struct snd_sb_csp; 33 int (*csp_use) (struct snd_sb_csp * p); 34 int (*csp_unuse) (struct snd_sb_csp * p); 35 int (*csp_autoload) (struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode); 36 int (*csp_start) (struct snd_sb_csp * p, int sample_width, int channels); 37 int (*csp_stop) (struct snd_sb_csp * p); 38 int (*csp_qsound_transfer) (struct snd_sb_csp * p); 44 struct snd_sb_csp { struct
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | sb16_csp.c | 78 static int snd_sb_csp_riff_load(struct snd_sb_csp * p, 80 static int snd_sb_csp_unload(struct snd_sb_csp * p); 81 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, i… 82 static int snd_sb_csp_autoload(struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode); 83 static int snd_sb_csp_check_version(struct snd_sb_csp * p); 85 static int snd_sb_csp_use(struct snd_sb_csp * p); 86 static int snd_sb_csp_unuse(struct snd_sb_csp * p); 87 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels); 88 static int snd_sb_csp_stop(struct snd_sb_csp * p); 89 static int snd_sb_csp_pause(struct snd_sb_csp * p); [all …]
|
D | sb16_main.c | 44 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_playback_prepare() 92 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_capture_prepare() 130 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_update() 144 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_playback_open() 162 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_playback_close() 175 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_capture_open() 193 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_capture_close()
|