diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-05 09:57:55 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-05 09:58:32 -0500 |
commit | 939778aedd9386e13051a9e1d57c14cba2b6ae13 (patch) | |
tree | 3aaf16a029041b0c0c17c2904f2f48995b586ad7 | |
parent | 632da7321b7e9fa5375956280f8a0f380836c22d (diff) |
ALSA: hda - Add missing KERN_* prefix to printk
... and disable the annoying debug message.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 5218118f01b0..d2812ab729cc 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -8265,7 +8265,7 @@ static void alc888_6st_dell_unsol_event(struct hda_codec *codec, | |||
8265 | { | 8265 | { |
8266 | switch (res >> 26) { | 8266 | switch (res >> 26) { |
8267 | case ALC880_HP_EVENT: | 8267 | case ALC880_HP_EVENT: |
8268 | printk("hp_event\n"); | 8268 | /* printk(KERN_DEBUG "hp_event\n"); */ |
8269 | alc888_6st_dell_front_automute(codec); | 8269 | alc888_6st_dell_front_automute(codec); |
8270 | break; | 8270 | break; |
8271 | } | 8271 | } |
@@ -16564,7 +16564,7 @@ static int alc662_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin, | |||
16564 | 16564 | ||
16565 | if (alc880_is_fixed_pin(pin)) { | 16565 | if (alc880_is_fixed_pin(pin)) { |
16566 | nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin)); | 16566 | nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin)); |
16567 | /* printk("DAC nid=%x\n",nid); */ | 16567 | /* printk(KERN_DEBUG "DAC nid=%x\n",nid); */ |
16568 | /* specify the DAC as the extra output */ | 16568 | /* specify the DAC as the extra output */ |
16569 | if (!spec->multiout.hp_nid) | 16569 | if (!spec->multiout.hp_nid) |
16570 | spec->multiout.hp_nid = nid; | 16570 | spec->multiout.hp_nid = nid; |