summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireworks/fireworks.c
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2015-08-05 09:21:04 +0900
committerTakashi Iwai <tiwai@suse.de>2015-08-05 07:51:53 +0200
commitc85523d1d97cc86aadc388221aa83ae9bc1e7cca (patch)
treeea51a34b8f92b9197e52aff6628cf26e356205ca /sound/firewire/fireworks/fireworks.c
parent5d942ce63c8fd98794a8ba9af559925c8432a052 (diff)
downloadop-kernel-dev-c85523d1d97cc86aadc388221aa83ae9bc1e7cca.zip
op-kernel-dev-c85523d1d97cc86aadc388221aa83ae9bc1e7cca.tar.gz
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.c')
-rw-r--r--sound/firewire/fireworks/fireworks.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/firewire/fireworks/fireworks.c b/sound/firewire/fireworks/fireworks.c
index c670db4..2682e7e 100644
--- a/sound/firewire/fireworks/fireworks.c
+++ b/sound/firewire/fireworks/fireworks.c
@@ -248,8 +248,6 @@ efw_probe(struct fw_unit *unit,
err = get_hardware_info(efw);
if (err < 0)
goto error;
- if (entry->model_id == MODEL_ECHO_AUDIOFIRE_2)
- efw->is_af2 = true;
if (entry->model_id == MODEL_ECHO_AUDIOFIRE_9)
efw->is_af9 = true;
OpenPOWER on IntegriCloud