Lines Matching defs:snd_bt87x

175 struct snd_bt87x {
201 static inline u32 snd_bt87x_readl(struct snd_bt87x *chip, u32 reg)
206 static inline void snd_bt87x_writel(struct snd_bt87x *chip, u32 reg, u32 value)
211 static int snd_bt87x_create_risc(struct snd_bt87x *chip, struct snd_pcm_substream *substream,
262 static void snd_bt87x_free_risc(struct snd_bt87x *chip)
270 static void snd_bt87x_pci_error(struct snd_bt87x *chip, unsigned int status)
300 struct snd_bt87x *chip = dev_id;
372 static int snd_bt87x_set_digital_hw(struct snd_bt87x *chip, struct snd_pcm_runtime *runtime)
382 static int snd_bt87x_set_analog_hw(struct snd_bt87x *chip, struct snd_pcm_runtime *runtime)
403 struct snd_bt87x *chip = snd_pcm_substream_chip(substream);
432 struct snd_bt87x *chip = snd_pcm_substream_chip(substream);
448 struct snd_bt87x *chip = snd_pcm_substream_chip(substream);
457 struct snd_bt87x *chip = snd_pcm_substream_chip(substream);
465 struct snd_bt87x *chip = snd_pcm_substream_chip(substream);
479 static int snd_bt87x_start(struct snd_bt87x *chip)
492 static int snd_bt87x_stop(struct snd_bt87x *chip)
504 struct snd_bt87x *chip = snd_pcm_substream_chip(substream);
518 struct snd_bt87x *chip = snd_pcm_substream_chip(substream);
547 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
556 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
582 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
591 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
623 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
632 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
655 struct snd_bt87x *chip = card->private_data;
660 static int snd_bt87x_pcm(struct snd_bt87x *chip, int device, char *name)
681 struct snd_bt87x *chip = card->private_data;
806 struct snd_bt87x *chip;