Searched refs:snd_mixart (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/pci/mixart/ |
D | mixart_mixer.c | 303 static int mixart_update_analog_audio_level(struct snd_mixart* chip, int is_capture) in mixart_update_analog_audio_level() 359 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_get() 374 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_put() 423 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_get() 434 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_put() 723 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level() 775 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes) in mixart_update_capture_stream_level() 836 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_get() 858 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_put() 916 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_sw_get() [all …]
|
D | mixart.h | 68 struct snd_mixart *chip[MIXART_MAX_CARDS]; 169 struct snd_mixart { struct 220 int snd_mixart_create_pcm(struct snd_mixart * chip); argument 221 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, i…
|
D | mixart_mixer.h | 27 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx); 28 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);
|
D | mixart.c | 229 snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, in snd_mixart_add_ref_pipe() 395 struct snd_mixart *chip; in mixart_set_stream_state() 492 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_prepare() 519 struct snd_mixart *chip; in mixart_set_format() 606 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_hw_params() 667 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_hw_free() 723 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_playback_open() 802 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_capture_open() 884 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_close() 947 static void preallocate_buffers(struct snd_mixart *chip, struct snd_pcm *pcm) in preallocate_buffers() [all …]
|
D | mixart_hwdep.c | 541 struct snd_mixart *chip = mgr->chip[card_index]; in mixart_dsp_load()
|
D | mixart_core.c | 469 struct snd_mixart *chip = mgr->chip[chip_number]; in snd_mixart_threaded_irq()
|