Searched refs:snd_mixart (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/mixart/ |
H A D | mixart.h | 55 struct snd_mixart *chip[MIXART_MAX_CARDS]; 152 struct snd_mixart { struct 203 int snd_mixart_create_pcm(struct snd_mixart * chip); 204 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, int monitoring);
|
H A D | mixart_mixer.h | 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);
|
H A D | mixart_mixer.c | 290 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 D | mixart.c | 217 snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, in snd_mixart_add_ref_pipe() 383 struct snd_mixart *chip; in mixart_set_stream_state() 480 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_prepare() 507 struct snd_mixart *chip; in mixart_set_format() 594 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_hw_params() 652 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_hw_free() 707 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_playback_open() 786 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_capture_open() 868 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_close() 929 static void preallocate_buffers(struct snd_mixart *chi [all...] |
H A D | mixart_core.c | 455 struct snd_mixart *chip = mgr->chip[chip_number]; in snd_mixart_threaded_irq()
|
H A D | mixart_hwdep.c | 528 struct snd_mixart *chip = mgr->chip[card_index]; in mixart_dsp_load()
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart.h | 55 struct snd_mixart *chip[MIXART_MAX_CARDS]; 152 struct snd_mixart { struct 203 int snd_mixart_create_pcm(struct snd_mixart * chip); 204 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, int monitoring);
|
H A D | mixart_mixer.h | 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);
|
H A D | mixart_mixer.c | 290 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 D | mixart.c | 216 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 D | mixart_core.c | 456 struct snd_mixart *chip = mgr->chip[chip_number]; in snd_mixart_threaded_irq()
|
H A D | mixart_hwdep.c | 533 struct snd_mixart *chip = mgr->chip[card_index]; in mixart_dsp_load()
|
Completed in 10 milliseconds