diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2011-01-10 16:00:34 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-01-10 16:45:56 +0100 |
commit | d2119c05e9aee7e44055220726bb8814a2e242c3 (patch) | |
tree | 9b7df8933baf437bb477a5ad9e6b222a886acf9a /sound/pci/oxygen/oxygen.h | |
parent | 1f4d7be7293aecd5f8469a46f606f62f0f05d84c (diff) | |
download | op-kernel-dev-d2119c05e9aee7e44055220726bb8814a2e242c3.zip op-kernel-dev-d2119c05e9aee7e44055220726bb8814a2e242c3.tar.gz |
ALSA: oxygen: remove oxygen_model::private_data field
The number of DACs can now be deduced from the dac_channels_mixer field,
so the private_data field is no longer needed.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h index 3d9535c..70eff37 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h @@ -97,7 +97,6 @@ struct oxygen_model { void (*dump_registers)(struct oxygen *chip, struct snd_info_buffer *buffer); const unsigned int *dac_tlv; - unsigned long private_data; size_t model_data_size; unsigned int device_config; u8 dac_channels_pcm; |