diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2021-06-11 11:37:26 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-06-12 09:33:09 +0200 |
commit | 2e6a58959529e99352af88c1604a7d3febd2061c (patch) | |
tree | 53212ee96e791a656d8e9f0ca3fb3df01e4367c1 /sound/firewire/fireworks/fireworks.h | |
parent | ALSA: bebob: fulfil device entries (diff) | |
download | linux-2e6a58959529e99352af88c1604a7d3febd2061c.tar.xz linux-2e6a58959529e99352af88c1604a7d3febd2061c.zip |
ALSA: fireworks: fulfil device entries
All of devices with Echo Audio Fireworks board module has the same
combination of specifier_id (0x00a02d) and version (0x010000) in
unit directory.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20210611093730.78254-3-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r-- | sound/firewire/fireworks/fireworks.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/firewire/fireworks/fireworks.h b/sound/firewire/fireworks/fireworks.h index 2c0c7de8b824..c8d5879efe28 100644 --- a/sound/firewire/fireworks/fireworks.h +++ b/sound/firewire/fireworks/fireworks.h @@ -224,12 +224,4 @@ int snd_efw_get_multiplier_mode(unsigned int sampling_rate, unsigned int *mode); int snd_efw_create_hwdep_device(struct snd_efw *efw); -#define SND_EFW_DEV_ENTRY(vendor, model) \ -{ \ - .match_flags = IEEE1394_MATCH_VENDOR_ID | \ - IEEE1394_MATCH_MODEL_ID, \ - .vendor_id = vendor,\ - .model_id = model \ -} - #endif |