Home
last modified time | relevance | path

Searched refs:snd_mixart (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/mixart/
H A Dmixart.h55 struct snd_mixart *chip[MIXART_MAX_CARDS];
152 struct snd_mixart { struct
203 int snd_mixart_create_pcm(struct snd_mixart * chip); argument
204 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, i…
H A Dmixart_mixer.h14 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx);
15 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);
H A Dmixart_hwdep.c533 struct snd_mixart *chip = mgr->chip[card_index]; in mixart_dsp_load()