diff options
Diffstat (limited to 'sound/pci/hda/patch_si3054.c')
| -rw-r--r-- | sound/pci/hda/patch_si3054.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_si3054.c b/sound/pci/hda/patch_si3054.c index 43b436c5d01..f419ee8d75f 100644 --- a/sound/pci/hda/patch_si3054.c +++ b/sound/pci/hda/patch_si3054.c @@ -122,6 +122,7 @@ static int si3054_switch_put(struct snd_kcontrol *kcontrol,  #define SI3054_KCONTROL(kname,reg,mask) { \  	.iface = SNDRV_CTL_ELEM_IFACE_MIXER, \  	.name = kname, \ +	.subdevice = HDA_SUBDEV_NID_FLAG | reg, \  	.info = si3054_switch_info, \  	.get  = si3054_switch_get, \  	.put  = si3054_switch_put, \  |