Lines Matching refs:snd_riptide
415 struct snd_riptide { struct
488 static int snd_riptide_initialize(struct snd_riptide *chip);
489 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip);
1072 struct snd_riptide *chip = dev_id; in riptide_handleirq()
1147 struct snd_riptide *chip = card->private_data; in riptide_suspend()
1158 struct snd_riptide *chip = card->private_data; in riptide_resume()
1169 static int try_to_load_firmware(struct cmdif *cif, struct snd_riptide *chip) in try_to_load_firmware()
1237 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip) in riptide_reset()
1345 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_pointer()
1380 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_trigger()
1441 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_prepare()
1542 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_hw_params()
1567 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_hw_free()
1589 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_playback_open()
1613 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_capture_open()
1636 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_playback_close()
1648 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_capture_close()
1676 static int snd_riptide_pcm(struct snd_riptide *chip, int device) in snd_riptide_pcm()
1701 struct snd_riptide *chip = dev_id; in snd_riptide_interrupt()
1726 struct snd_riptide *chip = ac97->private_data; in snd_riptide_codec_write()
1746 struct snd_riptide *chip = ac97->private_data; in snd_riptide_codec_read()
1759 static int snd_riptide_initialize(struct snd_riptide *chip) in snd_riptide_initialize()
1799 struct snd_riptide *chip = card->private_data; in snd_riptide_free()
1815 struct snd_riptide *chip = card->private_data; in snd_riptide_create()
1863 struct snd_riptide *chip = entry->private_data; in snd_riptide_proc_read()
1933 static void snd_riptide_proc_init(struct snd_riptide *chip) in snd_riptide_proc_init()
1939 static int snd_riptide_mixer(struct snd_riptide *chip) in snd_riptide_mixer()
2026 struct snd_riptide *chip; in __snd_card_riptide_probe()