Searched refs:snd_sb (Results 1 – 8 of 8) sorted by relevance
| /linux/include/sound/ |
| H A D | sb.h | 50 struct snd_sb { struct 265 static inline void snd_sb_ack_8bit(struct snd_sb *chip) in snd_sb_ack_8bit() 270 static inline void snd_sb_ack_16bit(struct snd_sb *chip) in snd_sb_ack_16bit() 276 int snd_sbdsp_command(struct snd_sb *chip, unsigned char val); 277 int snd_sbdsp_get_byte(struct snd_sb *chip); 278 int snd_sbdsp_reset(struct snd_sb *chip); 285 struct snd_sb **r_chip); 287 void snd_sbmixer_write(struct snd_sb *chip, unsigned char reg, unsigned char data); 288 unsigned char snd_sbmixer_read(struct snd_sb *chip, unsigned char reg); 289 int snd_sbmixer_new(struct snd_sb *chip); [all …]
|
| H A D | sb16_csp.h | 45 struct snd_sb *chip; /* SB16 DSP */ 75 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
|
| /linux/sound/pci/ |
| H A D | als4000.c | 98 struct snd_sb *chip; 210 static inline void snd_als4k_gcr_write(struct snd_sb *sb, in snd_als4k_gcr_write() 225 static inline u32 snd_als4k_gcr_read(struct snd_sb *sb, enum als4k_gcr_t reg) in snd_als4k_gcr_read() 254 static inline void snd_als4_cr_write(struct snd_sb *chip, in snd_als4_cr_write() 264 static inline u8 snd_als4_cr_read(struct snd_sb *chip, in snd_als4_cr_read() 273 static void snd_als4000_set_rate(struct snd_sb *chip, unsigned int rate) in snd_als4000_set_rate() 282 static inline void snd_als4000_set_capture_dma(struct snd_sb *chip, in snd_als4000_set_capture_dma() 290 static inline void snd_als4000_set_playback_dma(struct snd_sb *chip, in snd_als4000_set_playback_dma() 358 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_als4000_capture_prepare() 385 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_als4000_playback_prepare() [all …]
|
| H A D | cs5530.c | 56 struct snd_sb *sb;
|
| /linux/sound/isa/sb/ |
| H A D | sb8.c | 44 struct snd_sb *chip; 49 struct snd_sb *chip = dev_id; in snd_sb8_interrupt() 75 struct snd_sb *chip; in snd_sb8_probe() 187 struct snd_sb *chip = acard->chip; in snd_sb8_suspend() 198 struct snd_sb *chip = acard->chip; in snd_sb8_resume()
|
| H A D | jazz16.c | 66 struct snd_sb *chip; 101 struct snd_sb chip = {}; in jazz16_detect_board() 153 static int jazz16_configure_board(struct snd_sb *chip, int mpu_irq) in jazz16_configure_board() 219 struct snd_sb *chip; in snd_jazz16_probe() 335 struct snd_sb *chip = acard->chip; in snd_jazz16_suspend() 346 struct snd_sb *chip = acard->chip; in snd_jazz16_resume()
|
| H A D | sb16_csp.c | 72 static int csp_detect(struct snd_sb *chip, int *version); 73 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val); 74 static int set_register(struct snd_sb *chip, unsigned char reg, unsigned char val); 75 static int read_register(struct snd_sb *chip, unsigned char reg); 76 static int set_mode_register(struct snd_sb *chip, unsigned char mode); 77 static int get_version(struct snd_sb *chip); 103 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() 470 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq() 483 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) in set_codec_parameter() 500 static int set_register(struct snd_sb *chip, unsigned char reg, unsigned char val) in set_register() [all …]
|
| /linux/sound/isa/ |
| H A D | als100.c | 54 struct snd_sb *chip; 166 struct snd_sb *chip; in snd_card_als100_probe() 283 struct snd_sb *chip = acard->chip; in snd_als100_pnp_suspend() 294 struct snd_sb *chip = acard->chip; in snd_als100_pnp_resume()
|