Home
last modified time | relevance | path

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

/linux/sound/pci/mixart/
H A Dmixart_mixer.c290 static int mixart_update_analog_audio_level(struct snd_mixart* chip, int is_capture) in mixart_update_analog_audio_level()
346 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_get()
361 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_put()
410 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_get()
421 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_put()
710 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level()
762 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes) in mixart_update_capture_stream_level()
823 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_get()
845 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_put()
903 struct snd_mixart *chi in mixart_pcm_sw_get()
[all...]
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, int monitoring);
153 cardsnd_mixart global() argument
154 mgrsnd_mixart global() argument
155 chip_idxsnd_mixart global() argument
156 hwdepsnd_mixart global() argument
158 pcmsnd_mixart global() argument
159 pcm_digsnd_mixart global() argument
162 pipe_in_anasnd_mixart global() argument
163 pipe_out_anasnd_mixart global() argument
166 pipe_in_digsnd_mixart global() argument
167 pipe_out_digsnd_mixart global() argument
169 playback_streamsnd_mixart global() argument
170 capture_streamsnd_mixart global() argument
173 uid_out_analog_physiosnd_mixart global() argument
174 uid_in_analog_physiosnd_mixart global() argument
176 analog_playback_activesnd_mixart global() argument
177 analog_playback_volumesnd_mixart global() argument
178 analog_capture_volumesnd_mixart global() argument
179 digital_playback_activesnd_mixart global() argument
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.c216 snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, in snd_mixart_add_ref_pipe()
382 struct snd_mixart *chip; in mixart_set_stream_state()
479 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_prepare()
506 struct snd_mixart *chip; in mixart_set_format()
593 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_hw_params()
651 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_hw_free()
706 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_playback_open()
785 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_capture_open()
867 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_close()
928 static void preallocate_buffers(struct snd_mixart *chi
[all...]
H A Dmixart_hwdep.c533 struct snd_mixart *chip = mgr->chip[card_index]; in mixart_dsp_load()
H A Dmixart_core.c456 struct snd_mixart *chip = mgr->chip[chip_number]; in snd_mixart_threaded_irq()