diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-04-01 04:02:18 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:30 -0400 |
commit | e97f79994ac715e4c8724b201bd3328463ec9314 (patch) | |
tree | a8cc01dc674185458964ee4636fabce8e71d3726 /sound/pci/oxygen/oxygen.h | |
parent | 0c4cc4430f40089bb85557e309038faa458247f1 (diff) |
[ALSA] oxygen: fix line-in recording selection (now for real)
On C-Media cards, the GPIO pin 0 of the CM9780 must be handled exactly
like on Xonar cards, so move the Xonar code to the common mixer code.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/oxygen/oxygen.h')
-rw-r--r-- | sound/pci/oxygen/oxygen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h index 5103482f65e4..2f25c8dbaf85 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h | |||
@@ -97,8 +97,6 @@ struct oxygen_model { | |||
97 | struct snd_pcm_hw_params *params); | 97 | struct snd_pcm_hw_params *params); |
98 | void (*update_dac_volume)(struct oxygen *chip); | 98 | void (*update_dac_volume)(struct oxygen *chip); |
99 | void (*update_dac_mute)(struct oxygen *chip); | 99 | void (*update_dac_mute)(struct oxygen *chip); |
100 | void (*ac97_switch_hook)(struct oxygen *chip, unsigned int codec, | ||
101 | unsigned int reg, int mute); | ||
102 | void (*gpio_changed)(struct oxygen *chip); | 100 | void (*gpio_changed)(struct oxygen *chip); |
103 | size_t model_data_size; | 101 | size_t model_data_size; |
104 | unsigned int pcm_dev_cfg; | 102 | unsigned int pcm_dev_cfg; |