Lines Matching refs:lx6464es
4 * ALSA driver for the digigram lx6464es interface
19 #include "lx6464es.h"
23 MODULE_DESCRIPTION("digigram lx6464es");
92 static int lx_set_granularity(struct lx6464es *chip, u32 gran);
95 static int lx_hardware_open(struct lx6464es *chip,
122 static int lx_hardware_start(struct lx6464es *chip,
154 static int lx_hardware_stop(struct lx6464es *chip,
185 static int lx_hardware_close(struct lx6464es *chip,
204 struct lx6464es *chip = snd_pcm_substream_chip(substream);
269 struct lx6464es *chip = snd_pcm_substream_chip(substream);
288 struct lx6464es *chip = snd_pcm_substream_chip(substream);
342 struct lx6464es *chip = snd_pcm_substream_chip(substream);
371 struct lx6464es *chip = snd_pcm_substream_chip(substream);
406 static void lx_trigger_start(struct lx6464es *chip, struct lx_stream *lx_stream)
455 static void lx_trigger_stop(struct lx6464es *chip, struct lx_stream *lx_stream)
469 static void lx_trigger_dispatch_stream(struct lx6464es *chip,
486 static int lx_pcm_trigger_dispatch(struct lx6464es *chip,
517 struct lx6464es *chip = snd_pcm_substream_chip(substream);
529 struct lx6464es *chip = card->private_data;
535 static int lx_init_xilinx_reset(struct lx6464es *chip)
577 static int lx_init_xilinx_test(struct lx6464es *chip)
607 static int lx_init_ethersound_config(struct lx6464es *chip)
647 static int lx_init_get_version_features(struct lx6464es *chip)
684 static int lx_set_granularity(struct lx6464es *chip, u32 gran)
716 static int lx_init_dsp(struct lx6464es *chip)
791 static int lx_pcm_create(struct lx6464es *chip)
841 struct lx6464es *chip = snd_kcontrol_chip(kcontrol);
849 struct lx6464es *chip = snd_kcontrol_chip(kcontrol);
880 struct lx6464es *chip = entry->private_data;
908 static int lx_proc_create(struct snd_card *card, struct lx6464es *chip)
917 struct lx6464es *chip = card->private_data;
1001 struct lx6464es *chip;