Home
last modified time | relevance | path

Searched refs:snd_pcxhr (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/pcxhr/
Dpcxhr_mix22.h36 int hr222_update_analog_audio_level(struct snd_pcxhr *chip,
39 int hr222_set_audio_source(struct snd_pcxhr *chip);
40 int hr222_iec958_capture_byte(struct snd_pcxhr *chip, int aes_idx,
42 int hr222_iec958_update_byte(struct snd_pcxhr *chip, int aes_idx,
45 int hr222_add_mic_controls(struct snd_pcxhr *chip);
Dpcxhr_mixer.c39 static int pcxhr_update_analog_audio_level(struct snd_pcxhr *chip, in pcxhr_update_analog_audio_level()
77 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_analog_vol_info()
112 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_analog_vol_get()
128 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_analog_vol_put()
193 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_audio_sw_get()
205 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_audio_sw_put()
246 static int pcxhr_update_playback_stream_level(struct snd_pcxhr* chip, int idx) in pcxhr_update_playback_stream_level()
289 static int pcxhr_update_audio_pipe_level(struct snd_pcxhr *chip, in pcxhr_update_audio_pipe_level()
350 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_pcm_vol_get()
369 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_pcm_vol_put()
[all …]
Dpcxhr.h30 struct snd_pcxhr;
53 struct snd_pcxhr *chip[PCXHR_MAX_CARDS];
153 struct snd_pcxhr { struct
193 int pcxhr_create_pcm(struct snd_pcxhr *chip); argument
Dpcxhr_mix22.c533 int hr222_update_analog_audio_level(struct snd_pcxhr *chip, in hr222_update_analog_audio_level()
573 int hr222_set_audio_source(struct snd_pcxhr *chip) in hr222_set_audio_source()
623 int hr222_iec958_capture_byte(struct snd_pcxhr *chip, in hr222_iec958_capture_byte()
644 int hr222_iec958_update_byte(struct snd_pcxhr *chip, in hr222_iec958_update_byte()
712 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_mic_vol_get()
722 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_mic_vol_put()
762 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_mic_boost_get()
772 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_mic_boost_put()
802 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_phantom_power_get()
812 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_phantom_power_put()
[all …]
Dpcxhr.c491 static int pcxhr_set_stream_state(struct snd_pcxhr *chip, in pcxhr_set_stream_state()
546 struct snd_pcxhr *chip; in pcxhr_set_format()
628 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_update_r_buffer()
696 struct snd_pcxhr *chip; in pcxhr_start_linked_stream()
829 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_trigger()
903 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_prepare()
940 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_hw_params()
989 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_open()
1075 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_close()
1103 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_stream_pointer()
[all …]
Dpcxhr_hwdep.c232 struct snd_pcxhr *chip; in pcxhr_config_pipes()
260 struct snd_pcxhr *chip; in pcxhr_start_pipes()
323 struct snd_pcxhr *chip = mgr->chip[card_index]; in pcxhr_dsp_load()
Dpcxhr_core.c1270 struct snd_pcxhr *chip; in pcxhr_threaded_irq()