aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/6fire/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/6fire/control.c')
-rw-r--r--sound/usb/6fire/control.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/usb/6fire/control.c b/sound/usb/6fire/control.c
index 07ed914d5e71..f6434c245720 100644
--- a/sound/usb/6fire/control.c
+++ b/sound/usb/6fire/control.c
@@ -411,7 +411,7 @@ static int usb6fire_control_digital_thru_get(struct snd_kcontrol *kcontrol,
411 return 0; 411 return 0;
412} 412}
413 413
414static struct __devinitdata snd_kcontrol_new vol_elements[] = { 414static struct snd_kcontrol_new vol_elements[] = {
415 { 415 {
416 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 416 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
417 .name = "Analog Playback Volume", 417 .name = "Analog Playback Volume",
@@ -451,7 +451,7 @@ static struct __devinitdata snd_kcontrol_new vol_elements[] = {
451 {} 451 {}
452}; 452};
453 453
454static struct __devinitdata snd_kcontrol_new mute_elements[] = { 454static struct snd_kcontrol_new mute_elements[] = {
455 { 455 {
456 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 456 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
457 .name = "Analog Playback Switch", 457 .name = "Analog Playback Switch",
@@ -485,7 +485,7 @@ static struct __devinitdata snd_kcontrol_new mute_elements[] = {
485 {} 485 {}
486}; 486};
487 487
488static struct __devinitdata snd_kcontrol_new elements[] = { 488static struct snd_kcontrol_new elements[] = {
489 { 489 {
490 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 490 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
491 .name = "Line/Phono Capture Route", 491 .name = "Line/Phono Capture Route",
@@ -561,7 +561,7 @@ static int usb6fire_control_add_virtual(
561 return 0; 561 return 0;
562} 562}
563 563
564int __devinit usb6fire_control_init(struct sfire_chip *chip) 564int usb6fire_control_init(struct sfire_chip *chip)
565{ 565{
566 int i; 566 int i;
567 int ret; 567 int ret;