Searched refs:snd_pcxhr (Results 1 – 7 of 7) sorted by relevance
/sound/pci/pcxhr/ |
D | pcxhr_mix22.h | 49 int hr222_update_analog_audio_level(struct snd_pcxhr *chip, 52 int hr222_set_audio_source(struct snd_pcxhr *chip); 53 int hr222_iec958_capture_byte(struct snd_pcxhr *chip, int aes_idx, 55 int hr222_iec958_update_byte(struct snd_pcxhr *chip, int aes_idx, 58 int hr222_add_mic_controls(struct snd_pcxhr *chip);
|
D | pcxhr_mixer.c | 52 static int pcxhr_update_analog_audio_level(struct snd_pcxhr *chip, in pcxhr_update_analog_audio_level() 90 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_analog_vol_info() 125 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_analog_vol_get() 141 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_analog_vol_put() 206 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_audio_sw_get() 218 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_audio_sw_put() 259 static int pcxhr_update_playback_stream_level(struct snd_pcxhr* chip, int idx) in pcxhr_update_playback_stream_level() 302 static int pcxhr_update_audio_pipe_level(struct snd_pcxhr *chip, in pcxhr_update_audio_pipe_level() 363 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_pcm_vol_get() 382 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_pcm_vol_put() [all …]
|
D | pcxhr.h | 43 struct snd_pcxhr; 66 struct snd_pcxhr *chip[PCXHR_MAX_CARDS]; 167 struct snd_pcxhr { struct 207 int pcxhr_create_pcm(struct snd_pcxhr *chip); argument
|
D | pcxhr_mix22.c | 546 int hr222_update_analog_audio_level(struct snd_pcxhr *chip, in hr222_update_analog_audio_level() 586 int hr222_set_audio_source(struct snd_pcxhr *chip) in hr222_set_audio_source() 636 int hr222_iec958_capture_byte(struct snd_pcxhr *chip, in hr222_iec958_capture_byte() 657 int hr222_iec958_update_byte(struct snd_pcxhr *chip, in hr222_iec958_update_byte() 725 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_mic_vol_get() 735 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_mic_vol_put() 775 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_mic_boost_get() 785 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_mic_boost_put() 815 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_phantom_power_get() 825 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in hr222_phantom_power_put() [all …]
|
D | pcxhr.c | 504 static int pcxhr_set_stream_state(struct snd_pcxhr *chip, in pcxhr_set_stream_state() 559 struct snd_pcxhr *chip; in pcxhr_set_format() 641 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_update_r_buffer() 709 struct snd_pcxhr *chip; in pcxhr_start_linked_stream() 842 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_trigger() 916 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_prepare() 953 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_hw_params() 1018 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_open() 1104 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_close() 1132 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_stream_pointer() [all …]
|
D | pcxhr_hwdep.c | 245 struct snd_pcxhr *chip; in pcxhr_config_pipes() 273 struct snd_pcxhr *chip; in pcxhr_start_pipes() 336 struct snd_pcxhr *chip = mgr->chip[card_index]; in pcxhr_dsp_load()
|
D | pcxhr_core.c | 1283 struct snd_pcxhr *chip; in pcxhr_threaded_irq()
|