ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitions
[sfrench/cifs-2.6.git] / sound / pcmcia / vx / vxpocket.c
index cad603ca0d933e7226b2659c8b5a23b29e9bed25..afd30a90c807bde6c5e8f93689399d8ce8377798 100644 (file)
@@ -82,7 +82,7 @@ static int snd_vxpocket_dev_free(struct snd_device *device)
 
 static const DECLARE_TLV_DB_SCALE(db_scale_old_vol, -11350, 50, 0);
 
-static struct snd_vx_hardware vxpocket_hw = {
+static const struct snd_vx_hardware vxpocket_hw = {
        .name = "VXPocket",
        .type = VX_TYPE_VXPOCKET,
 
@@ -104,7 +104,7 @@ static struct snd_vx_hardware vxpocket_hw = {
  * UER, but only for the first two inputs and outputs.
  */
 
-static struct snd_vx_hardware vxp440_hw = {
+static const struct snd_vx_hardware vxp440_hw = {
        .name = "VXPocket440",
        .type = VX_TYPE_VXP440,