]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/usb/mixer.h
Merge branch 'async' of macbook:git/btrfs-unstable
[mv-sheeva.git] / sound / usb / mixer.h
index 130123854a6cfc37dc2c16cd88281222fa021300..26c636c5c93a3101a9a1a946bae52164734a2a89 100644 (file)
@@ -3,7 +3,6 @@
 
 struct usb_mixer_interface {
        struct snd_usb_audio *chip;
-       unsigned int ctrlif;
        struct list_head list;
        unsigned int ignore_ctl_error;
        struct urb *urb;
@@ -34,6 +33,8 @@ struct usb_mixer_elem_info {
        unsigned int id;
        unsigned int control;   /* CS or ICN (high byte) */
        unsigned int cmask; /* channel mask bitmap: 0 = master */
+       unsigned int ch_readonly;
+       unsigned int master_readonly;
        int channels;
        int val_type;
        int min, max, res;