aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/xonar_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/oxygen/xonar_lib.c')
-rw-r--r--sound/pci/oxygen/xonar_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/oxygen/xonar_lib.c b/sound/pci/oxygen/xonar_lib.c
index 0ebe7f5916f9..706b1a42163f 100644
--- a/sound/pci/oxygen/xonar_lib.c
+++ b/sound/pci/oxygen/xonar_lib.c
@@ -56,9 +56,9 @@ static void xonar_ext_power_gpio_changed(struct oxygen *chip)
56 if (has_power != data->has_power) { 56 if (has_power != data->has_power) {
57 data->has_power = has_power; 57 data->has_power = has_power;
58 if (has_power) { 58 if (has_power) {
59 snd_printk(KERN_NOTICE "power restored\n"); 59 dev_notice(chip->card->dev, "power restored\n");
60 } else { 60 } else {
61 snd_printk(KERN_CRIT 61 dev_crit(chip->card->dev,
62 "Hey! Don't unplug the power cable!\n"); 62 "Hey! Don't unplug the power cable!\n");
63 /* TODO: stop PCMs */ 63 /* TODO: stop PCMs */
64 } 64 }