• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/sb/

Lines Matching refs:snd_sb_csp

94 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
96 static int snd_sb_csp_unload(struct snd_sb_csp * p);
97 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, int load_flags);
98 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode);
99 static int snd_sb_csp_check_version(struct snd_sb_csp * p);
101 static int snd_sb_csp_use(struct snd_sb_csp * p);
102 static int snd_sb_csp_unuse(struct snd_sb_csp * p);
103 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
104 static int snd_sb_csp_stop(struct snd_sb_csp * p);
105 static int snd_sb_csp_pause(struct snd_sb_csp * p);
106 static int snd_sb_csp_restart(struct snd_sb_csp * p);
108 static int snd_sb_qsound_build(struct snd_sb_csp * p);
109 static void snd_sb_qsound_destroy(struct snd_sb_csp * p);
110 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p);
112 static int init_proc_entry(struct snd_sb_csp * p, int device);
120 struct snd_sb_csp *p;
174 struct snd_sb_csp *p = hwdep->private_data;
193 struct snd_sb_csp *p = hw->private_data;
202 struct snd_sb_csp *p = hw->private_data;
271 struct snd_sb_csp *p = hw->private_data;
280 static int snd_sb_csp_use(struct snd_sb_csp * p)
297 static int snd_sb_csp_unuse(struct snd_sb_csp * p)
310 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
468 static int snd_sb_csp_unload(struct snd_sb_csp * p)
612 static int snd_sb_csp_check_version(struct snd_sb_csp * p)
624 static int snd_sb_csp_load(struct snd_sb_csp * p, const unsigned char *buf, int size, int load_flags)
690 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, int load_flags)
716 static int snd_sb_csp_firmware_load(struct snd_sb_csp *p, int index, int flags)
747 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode)
819 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels)
898 static int snd_sb_csp_stop(struct snd_sb_csp * p)
939 static int snd_sb_csp_pause(struct snd_sb_csp * p)
959 static int snd_sb_csp_restart(struct snd_sb_csp * p)
993 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol);
1001 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol);
1025 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol);
1037 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol);
1073 static int snd_sb_qsound_build(struct snd_sb_csp * p)
1098 static void snd_sb_qsound_destroy(struct snd_sb_csp * p)
1124 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p)
1149 static int init_proc_entry(struct snd_sb_csp * p, int device)
1161 struct snd_sb_csp *p = entry->private_data;