projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e61027
)
ALSA: isight: remove superfluous field
author
Clemens Ladisch
<clemens@ladisch.de>
Sun, 19 Jun 2011 10:10:43 +0000
(12:10 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 15 Aug 2011 11:35:13 +0000
(13:35 +0200)
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>
sound/firewire/isight.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/firewire/isight.c
b/sound/firewire/isight.c
index 440030818db70c88c582d0047790baed074297c9..cd094ecaca3befb440ad1dea44b279fdfbca7930 100644
(file)
--- a/
sound/firewire/isight.c
+++ b/
sound/firewire/isight.c
@@
-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;