Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/mixart/
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 *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_sw_get()
[all …]
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…
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);
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 *chip, struct snd_pcm *pcm) in preallocate_buffers()
[all …]
Dmixart_hwdep.c533 struct snd_mixart *chip = mgr->chip[card_index]; in mixart_dsp_load()
Dmixart_core.c456 struct snd_mixart *chip = mgr->chip[chip_number]; in snd_mixart_threaded_irq()