Searched refs:snd_mixart (Results 1 – 3 of 3) sorted by relevance
55 struct snd_mixart *chip[MIXART_MAX_CARDS];152 struct snd_mixart { struct203 int snd_mixart_create_pcm(struct snd_mixart * chip); argument204 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, i…
14 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);
533 struct snd_mixart *chip = mgr->chip[card_index]; in mixart_dsp_load()