diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2015-08-05 09:21:04 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-08-05 07:51:53 +0200 |
commit | c85523d1d97cc86aadc388221aa83ae9bc1e7cca (patch) | |
tree | ea51a34b8f92b9197e52aff6628cf26e356205ca /sound/firewire/fireworks/fireworks.h | |
parent | 5d942ce63c8fd98794a8ba9af559925c8432a052 (diff) |
Revert "ALSA: fireworks: add support for AudioFire2 quirk"
This reverts commit 9c6893e0be38b6ca9a56a854226e51dee0a16a5a.
The fix is superseded by the next commit as a better implementation
for supporting AudioFire2/AudioFire4/AudioFirePre8 quirks.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/fireworks/fireworks.h')
-rw-r--r-- | sound/firewire/fireworks/fireworks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/fireworks/fireworks.h b/sound/firewire/fireworks/fireworks.h index c33252b7bc84..4f0201a95222 100644 --- a/sound/firewire/fireworks/fireworks.h +++ b/sound/firewire/fireworks/fireworks.h @@ -70,7 +70,6 @@ struct snd_efw { bool resp_addr_changable; /* for quirks */ - bool is_af2; bool is_af9; u32 firmware_version; |