]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/firewire/oxfw/oxfw.h
ALSA: oxfw: move model-specific parameters from common structure
[mirror_ubuntu-artful-kernel.git] / sound / firewire / oxfw / oxfw.h
index 046cd33cc41a4a7fc7e4602907719ae45b25a76c..603815017ae0ed738012e256555b0f7427b7d5bd 100644 (file)
@@ -35,9 +35,6 @@ struct device_info {
        const char *driver_name;
        const char *vendor_name;
        const char *model_name;
-       unsigned int mixer_channels;
-       u8 mute_fb_id;
-       u8 volume_fb_id;
 };
 
 /* This is an arbitrary number for convinience. */
@@ -142,4 +139,4 @@ int snd_oxfw_create_midi(struct snd_oxfw *oxfw);
 
 int snd_oxfw_create_hwdep(struct snd_oxfw *oxfw);
 
-int snd_oxfw_add_spkr(struct snd_oxfw *oxfw);
+int snd_oxfw_add_spkr(struct snd_oxfw *oxfw, bool is_lacie);