Home
last modified time | relevance | path

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

/linux/sound/pci/pcxhr/
H A 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);
H A 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
H A 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()