From 6e902263a24b199b51b660c609abca0f9415ccd6 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 11 Jan 2008 16:12:23 +0100 Subject: [PATCH] --- yaml --- r: 81625 b: refs/heads/master c: 9c8f2abdc5723b454ef4bfe23ec33ae2a46f62fc h: refs/heads/master i: 81623: d07149efcb00e17a99c171ccc04d92b02b680f89 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_codec.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6f43f1361629..9eb17b5e9a68 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3fa2ef7468e86777b5d9d2462b950e3a6b6b6283 +refs/heads/master: 9c8f2abdc5723b454ef4bfe23ec33ae2a46f62fc diff --git a/trunk/sound/pci/hda/hda_codec.c b/trunk/sound/pci/hda/hda_codec.c index caacc58c0813..b5e69b10cb83 100644 --- a/trunk/sound/pci/hda/hda_codec.c +++ b/trunk/sound/pci/hda/hda_codec.c @@ -933,7 +933,8 @@ int snd_hda_mixer_amp_volume_info(struct snd_kcontrol *kcontrol, caps = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT; if (!caps) { printk(KERN_WARNING "hda_codec: " - "num_steps = 0 for NID=0x%x\n", nid); + "num_steps = 0 for NID=0x%x (ctl = %s)\n", nid, + kcontrol->id.name); return -EINVAL; } uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;