Home
last modified time | relevance | path

Searched refs:snd_pcxhr (Results 1 – 7 of 7) 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_mixer.c77 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()
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()
416 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_pcm_sw_get()
429 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_pcm_sw_put()
467 struct snd_pcxhr *chip = snd_kcontrol_chip(kcontrol); in pcxhr_monitor_vol_get()
[all …]
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_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 …]
H A Dpcxhr.c545 struct snd_pcxhr *chip; in pcxhr_set_format()
695 struct snd_pcxhr *chip; in pcxhr_start_linked_stream()
1129 int pcxhr_create_pcm(struct snd_pcxhr *chip) in pcxhr_create_pcm()
1161 static int pcxhr_chip_free(struct snd_pcxhr *chip) in pcxhr_chip_free()
1169 struct snd_pcxhr *chip = device->device_data; in pcxhr_chip_dev_free()
1180 struct snd_pcxhr *chip; in pcxhr_create()
1220 struct snd_pcxhr *chip = entry->private_data; in pcxhr_proc_info()
1291 struct snd_pcxhr *chip = entry->private_data; in pcxhr_proc_sync()
1333 struct snd_pcxhr *chip = entry->private_data; in pcxhr_proc_gpio_read()
1350 struct snd_pcxhr *chip = entry->private_data; in pcxhr_proc_gpo_write()
[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()
H A Dpcxhr_core.c1270 struct snd_pcxhr *chip; in pcxhr_threaded_irq()