Lines Matching refs:snd_riptide
414 struct snd_riptide { struct
489 static int snd_riptide_initialize(struct snd_riptide *chip);
490 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip);
1073 struct snd_riptide *chip = dev_id; in riptide_handleirq()
1149 struct snd_riptide *chip = card->private_data; in riptide_suspend()
1160 struct snd_riptide *chip = card->private_data; in riptide_resume()
1175 static int try_to_load_firmware(struct cmdif *cif, struct snd_riptide *chip) in try_to_load_firmware()
1243 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip) in riptide_reset()
1351 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_pointer()
1385 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_trigger()
1446 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_prepare()
1548 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_hw_params()
1572 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_hw_free()
1594 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_playback_open()
1618 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_capture_open()
1641 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_playback_close()
1653 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_capture_close()
1681 static int snd_riptide_pcm(struct snd_riptide *chip, int device) in snd_riptide_pcm()
1706 struct snd_riptide *chip = dev_id; in snd_riptide_interrupt()
1731 struct snd_riptide *chip = ac97->private_data; in snd_riptide_codec_write()
1751 struct snd_riptide *chip = ac97->private_data; in snd_riptide_codec_read()
1764 static int snd_riptide_initialize(struct snd_riptide *chip) in snd_riptide_initialize()
1803 struct snd_riptide *chip = card->private_data; in snd_riptide_free()
1819 struct snd_riptide *chip = card->private_data; in snd_riptide_create()
1867 struct snd_riptide *chip = entry->private_data; in snd_riptide_proc_read()
1937 static void snd_riptide_proc_init(struct snd_riptide *chip) in snd_riptide_proc_init()
1943 static int snd_riptide_mixer(struct snd_riptide *chip) in snd_riptide_mixer()
2030 struct snd_riptide *chip; in __snd_card_riptide_probe()