Symbol: snd_mixart
sound/pci/mixart/mixart.c
1005
struct snd_mixart *chip = device->device_data;
sound/pci/mixart/mixart.c
1015
struct snd_mixart *chip;
sound/pci/mixart/mixart.c
1039
int snd_mixart_create_pcm(struct snd_mixart* chip)
sound/pci/mixart/mixart.c
1152
struct snd_mixart *chip = entry->private_data;
sound/pci/mixart/mixart.c
1185
static void snd_mixart_proc_init(struct snd_mixart *chip)
sound/pci/mixart/mixart.c
216
snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture,
sound/pci/mixart/mixart.c
382
struct snd_mixart *chip;
sound/pci/mixart/mixart.c
479
struct snd_mixart *chip = snd_pcm_substream_chip(subs);
sound/pci/mixart/mixart.c
506
struct snd_mixart *chip;
sound/pci/mixart/mixart.c
593
struct snd_mixart *chip = snd_pcm_substream_chip(subs);
sound/pci/mixart/mixart.c
648
struct snd_mixart *chip = snd_pcm_substream_chip(subs);
sound/pci/mixart/mixart.c
703
struct snd_mixart *chip = snd_pcm_substream_chip(subs);
sound/pci/mixart/mixart.c
775
struct snd_mixart *chip = snd_pcm_substream_chip(subs);
sound/pci/mixart/mixart.c
850
struct snd_mixart *chip = snd_pcm_substream_chip(subs);
sound/pci/mixart/mixart.c
910
static void preallocate_buffers(struct snd_mixart *chip, struct snd_pcm *pcm)
sound/pci/mixart/mixart.c
932
static int snd_mixart_pcm_analog(struct snd_mixart *chip)
sound/pci/mixart/mixart.c
966
static int snd_mixart_pcm_digital(struct snd_mixart *chip)
sound/pci/mixart/mixart.c
997
static int snd_mixart_chip_free(struct snd_mixart *chip)
sound/pci/mixart/mixart.h
203
int snd_mixart_create_pcm(struct snd_mixart * chip);
sound/pci/mixart/mixart.h
204
struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, int monitoring);
sound/pci/mixart/mixart.h
55
struct snd_mixart *chip[MIXART_MAX_CARDS];
sound/pci/mixart/mixart_core.c
453
struct snd_mixart *chip = mgr->chip[chip_number];
sound/pci/mixart/mixart_hwdep.c
533
struct snd_mixart *chip = mgr->chip[card_index];
sound/pci/mixart/mixart_mixer.c
1029
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
1039
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
1088
static void mixart_reset_audio_levels(struct snd_mixart *chip)
sound/pci/mixart/mixart_mixer.c
1102
struct snd_mixart *chip;
sound/pci/mixart/mixart_mixer.c
290
static int mixart_update_analog_audio_level(struct snd_mixart* chip, int is_capture)
sound/pci/mixart/mixart_mixer.c
346
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
361
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
409
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
419
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
708
int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx)
sound/pci/mixart/mixart_mixer.c
760
int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes)
sound/pci/mixart/mixart_mixer.c
821
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
843
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
901
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
915
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
948
static int mixart_update_monitoring(struct snd_mixart* chip, int channel)
sound/pci/mixart/mixart_mixer.c
985
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.c
995
struct snd_mixart *chip = snd_kcontrol_chip(kcontrol);
sound/pci/mixart/mixart_mixer.h
14
int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx);
sound/pci/mixart/mixart_mixer.h
15
int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);