Home
last modified time | relevance | path

Searched refs:snd_pcxhr (Results 1 – 4 of 4) 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.c490 static int pcxhr_set_stream_state(struct snd_pcxhr *chip, in pcxhr_set_stream_state()
545 struct snd_pcxhr *chip; in pcxhr_set_format()
627 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_update_r_buffer()
695 struct snd_pcxhr *chip; in pcxhr_start_linked_stream()
821 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_trigger()
895 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_prepare()
930 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_hw_params()
977 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_open()
1058 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_close()
1084 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs); in pcxhr_stream_pointer()
[all …]
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()