diff options
Diffstat (limited to 'sound/pci/ca0106/ca0106_mixer.c')
-rw-r--r-- | sound/pci/ca0106/ca0106_mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ca0106/ca0106_mixer.c b/sound/pci/ca0106/ca0106_mixer.c index 18a0525a6b5c..be519a17dfa5 100644 --- a/sound/pci/ca0106/ca0106_mixer.c +++ b/sound/pci/ca0106/ca0106_mixer.c | |||
@@ -599,7 +599,7 @@ static struct snd_kcontrol_new snd_ca0106_volume_i2c_adc_ctls[] __devinitdata = | |||
599 | .info = spi_mute_info, \ | 599 | .info = spi_mute_info, \ |
600 | .get = spi_mute_get, \ | 600 | .get = spi_mute_get, \ |
601 | .put = spi_mute_put, \ | 601 | .put = spi_mute_put, \ |
602 | .private_value = (reg<<SPI_REG_SHIFT) | (1<<bit) \ | 602 | .private_value = (reg<<SPI_REG_SHIFT) | (bit) \ |
603 | } | 603 | } |
604 | 604 | ||
605 | static struct snd_kcontrol_new snd_ca0106_volume_spi_dac_ctls[] | 605 | static struct snd_kcontrol_new snd_ca0106_volume_spi_dac_ctls[] |