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);
480 static int snd_bt87x_start(struct snd_bt87x *chip)
494 static int snd_bt87x_stop(struct snd_bt87x *chip)
507 struct snd_bt87x *chip = snd_pcm_substream_chip(substream);
521 struct snd_bt87x *chip = snd_pcm_substream_chip(substream);
550 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
559 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
586 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
595 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
628 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
637 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol);
661 struct snd_bt87x *chip = card->private_data;
666 static int snd_bt87x_pcm(struct snd_bt87x *chip, int device, char *name)
687 struct snd_bt87x *chip = card->private_data;
813 struct snd_bt87x *chip;