ALSA: oxygen: Xonar DG(X): modify capture volume functions
[platform/adaptation/renesas_rcar/renesas_kernel.git] / sound / pci / oxygen / xonar_dg.h
index a5cb751..a7e5110 100644 (file)
@@ -28,7 +28,8 @@ struct dg {
        unsigned char cs4245_shadow[17];
        /* output select: headphone/speakers */
        unsigned char output_sel;
-       s8 input_vol[4][2];
+       /* volumes for all capture sources */
+       char input_vol[4][2];
        unsigned int input_sel;
        u8 hp_vol_att;
 };