aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ctxfi')
-rw-r--r--sound/pci/ctxfi/ctmixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/ctmixer.c b/sound/pci/ctxfi/ctmixer.c
index 177c46e248db..fac783f585fc 100644
--- a/sound/pci/ctxfi/ctmixer.c
+++ b/sound/pci/ctxfi/ctmixer.c
@@ -1097,7 +1097,7 @@ int ct_alsa_mix_create(struct ct_atc *atc,
1097 int err = 0; 1097 int err = 0;
1098 1098
1099 /* Create snd kcontrol instances on demand */ 1099 /* Create snd kcontrol instances on demand */
1100 vol_ctl.device = swh_ctl.device = device; 1100 /* vol_ctl.device = swh_ctl.device = device; */ /* better w/ device 0 */
1101 err = ct_mixer_kcontrols_create((struct ct_mixer *)atc->mixer); 1101 err = ct_mixer_kcontrols_create((struct ct_mixer *)atc->mixer);
1102 if (err) 1102 if (err)
1103 return err; 1103 return err;