]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/pci/rme96.c
[ALSA] ymfpci: fix volume handling of the 44.1 kHz slot
[linux-2.6-omap-h63xx.git] / sound / pci / rme96.c
index e3304b7ccbcbb1345beefdf1b757214a21ac59f1..9a4596f879e860df29bcbe49944e8bae52723bac 100644 (file)
@@ -1826,15 +1826,8 @@ snd_rme96_proc_init(struct rme96 *rme96)
  * control interface
  */
 
-static int
-snd_rme96_info_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
-{
-       uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
-       uinfo->count = 1;
-       uinfo->value.integer.min = 0;
-       uinfo->value.integer.max = 1;
-       return 0;
-}
+#define snd_rme96_info_loopback_control                snd_ctl_boolean_mono_info
+
 static int
 snd_rme96_get_loopback_control(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
 {