aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/oxygen.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/oxygen/oxygen.h')
-rw-r--r--sound/pci/oxygen/oxygen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h
index 7278c1563597..602105ce2947 100644
--- a/sound/pci/oxygen/oxygen.h
+++ b/sound/pci/oxygen/oxygen.h
@@ -34,6 +34,7 @@ enum {
34struct pci_dev; 34struct pci_dev;
35struct snd_card; 35struct snd_card;
36struct snd_pcm_substream; 36struct snd_pcm_substream;
37struct snd_pcm_hardware;
37struct snd_pcm_hw_params; 38struct snd_pcm_hw_params;
38struct snd_kcontrol_new; 39struct snd_kcontrol_new;
39struct snd_rawmidi; 40struct snd_rawmidi;
@@ -75,6 +76,8 @@ struct oxygen_model {
75 int (*control_filter)(struct snd_kcontrol_new *template); 76 int (*control_filter)(struct snd_kcontrol_new *template);
76 int (*mixer_init)(struct oxygen *chip); 77 int (*mixer_init)(struct oxygen *chip);
77 void (*cleanup)(struct oxygen *chip); 78 void (*cleanup)(struct oxygen *chip);
79 void (*pcm_hardware_filter)(unsigned int channel,
80 struct snd_pcm_hardware *hardware);
78 void (*set_dac_params)(struct oxygen *chip, 81 void (*set_dac_params)(struct oxygen *chip,
79 struct snd_pcm_hw_params *params); 82 struct snd_pcm_hw_params *params);
80 void (*set_adc_params)(struct oxygen *chip, 83 void (*set_adc_params)(struct oxygen *chip,