Skip to content

Commit

Permalink
ALSA: isight: remove superfluous field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Aug 15, 2011
1 parent 2e61027 commit f39d5a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/firewire/isight.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ struct isight {
struct fw_unit *unit;
struct fw_device *device;
u64 audio_base;
struct fw_address_handler iris_handler;
struct snd_pcm_substream *pcm;
struct mutex mutex;
struct iso_packets_buffer buffer;
Expand Down

0 comments on commit f39d5a8

Please sign in to comment.