diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2011-06-19 06:10:43 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-08-15 07:35:13 -0400 |
commit | f39d5a88badb22139cca99b06fc4fe729450ba5c (patch) | |
tree | 2d761220fe2a515dd379dc67e174340a3b010653 /sound | |
parent | 2e61027079ed70f54fec41ddb8fa8af37d79d8d8 (diff) |
ALSA: isight: remove superfluous field
Remove a field that is not used at all. This remained from
earlier tests, but the current driver has decided not to handle
iris notifications.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/firewire/isight.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/isight.c b/sound/firewire/isight.c index 440030818db7..cd094ecaca3b 100644 --- a/sound/firewire/isight.c +++ b/sound/firewire/isight.c | |||
@@ -51,7 +51,6 @@ struct isight { | |||
51 | struct fw_unit *unit; | 51 | struct fw_unit *unit; |
52 | struct fw_device *device; | 52 | struct fw_device *device; |
53 | u64 audio_base; | 53 | u64 audio_base; |
54 | struct fw_address_handler iris_handler; | ||
55 | struct snd_pcm_substream *pcm; | 54 | struct snd_pcm_substream *pcm; |
56 | struct mutex mutex; | 55 | struct mutex mutex; |
57 | struct iso_packets_buffer buffer; | 56 | struct iso_packets_buffer buffer; |