• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/

Lines Matching refs:snd_sb_csp

91 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
93 static int snd_sb_csp_unload(struct snd_sb_csp * p);
94 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, int load_flags);
95 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode);
96 static int snd_sb_csp_check_version(struct snd_sb_csp * p);
98 static int snd_sb_csp_use(struct snd_sb_csp * p);
99 static int snd_sb_csp_unuse(struct snd_sb_csp * p);
100 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
101 static int snd_sb_csp_stop(struct snd_sb_csp * p);
102 static int snd_sb_csp_pause(struct snd_sb_csp * p);
103 static int snd_sb_csp_restart(struct snd_sb_csp * p);
105 static int snd_sb_qsound_build(struct snd_sb_csp * p);
106 static void snd_sb_qsound_destroy(struct snd_sb_csp * p);
107 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p);
109 static int init_proc_entry(struct snd_sb_csp * p, int device);
117 struct snd_sb_csp *p;
170 struct snd_sb_csp *p = hwdep->private_data;
187 struct snd_sb_csp *p = hw->private_data;
196 struct snd_sb_csp *p = hw->private_data;
266 struct snd_sb_csp *p = hw->private_data;
275 static int snd_sb_csp_use(struct snd_sb_csp * p)
292 static int snd_sb_csp_unuse(struct snd_sb_csp * p)
305 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
463 static int snd_sb_csp_unload(struct snd_sb_csp * p)
607 static int snd_sb_csp_check_version(struct snd_sb_csp * p)
619 static int snd_sb_csp_load(struct snd_sb_csp * p, const unsigned char *buf, int size, int load_flags)
685 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, int load_flags)
700 static int snd_sb_csp_firmware_load(struct snd_sb_csp *p, int index, int flags)
727 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode)
799 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels)
878 static int snd_sb_csp_stop(struct snd_sb_csp * p)
919 static int snd_sb_csp_pause(struct snd_sb_csp * p)
939 static int snd_sb_csp_restart(struct snd_sb_csp * p)
966 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol);
974 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol);
998 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol);
1010 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol);
1046 static int snd_sb_qsound_build(struct snd_sb_csp * p)
1072 static void snd_sb_qsound_destroy(struct snd_sb_csp * p)
1099 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p)
1124 static int init_proc_entry(struct snd_sb_csp * p, int device)
1136 struct snd_sb_csp *p = entry->private_data;