diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2015-12-15 23:56:20 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-12-15 16:30:04 +0100 |
commit | 27e66635016fc5bd3d36355daedf741f0a7329bb (patch) | |
tree | 809c8a52fe38d95a0c178a224a879b3cff95df53 /sound/firewire/oxfw/oxfw.h | |
parent | eab8e4e4619643f49167c2089749acc40ad7f95d (diff) |
ALSA: oxfw: reuse driver entry to detect quirks
Currently, assignment to model-dependent quirk is corresponding to
asynchronous transactions on IEEE 1394 bus. This is also achieved with
device entry.
This commit changes the processing of model-dependent quirk with the
entry. As a result, the transactions are sent only for Loud models.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/oxfw/oxfw.h')
-rw-r--r-- | sound/firewire/oxfw/oxfw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/firewire/oxfw/oxfw.h b/sound/firewire/oxfw/oxfw.h index 9efdc026fdad..f3e14fff4ba0 100644 --- a/sound/firewire/oxfw/oxfw.h +++ b/sound/firewire/oxfw/oxfw.h @@ -72,6 +72,8 @@ struct snd_oxfw { int dev_lock_count; bool dev_lock_changed; wait_queue_head_t hwdep_wait; + + const struct ieee1394_device_id *entry; }; /* |