All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Xingchao <xingchao.wang@intel.com>
To: tiwai@suse.de
Cc: alsa-devel@alsa-project.org, Wang Xingchao <xingchao.wang@intel.com>
Subject: [PATCH 2/3] ALSA: hda - fix Copyright debug message
Date: Mon, 13 Aug 2012 14:11:10 +0800	[thread overview]
Message-ID: <1344838271-3528-2-git-send-email-xingchao.wang@intel.com> (raw)
In-Reply-To: <1344838271-3528-1-git-send-email-xingchao.wang@intel.com>

As spec said, 1 indicates no copyright is asserted.

Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
---
 sound/pci/hda/hda_proc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c
index a222aae..bb9e8f9 100644
--- a/sound/pci/hda/hda_proc.c
+++ b/sound/pci/hda/hda_proc.c
@@ -412,7 +412,7 @@ static void print_digital_conv(struct snd_info_buffer *buffer,
 	if (digi1 & AC_DIG1_EMPHASIS)
 		snd_iprintf(buffer, " Preemphasis");
 	if (digi1 & AC_DIG1_COPYRIGHT)
-		snd_iprintf(buffer, " Copyright");
+		snd_iprintf(buffer, " Non-Copyright");
 	if (digi1 & AC_DIG1_NONAUDIO)
 		snd_iprintf(buffer, " Non-Audio");
 	if (digi1 & AC_DIG1_PROFESSIONAL)
-- 
1.7.9.5

  reply	other threads:[~2012-08-13  5:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-13  6:11 [PATCH 1/3] ALSA: hda - show ICT/KAE control bits Wang Xingchao
2012-08-13  6:11 ` Wang Xingchao [this message]
2012-08-13  8:06   ` [PATCH 2/3] ALSA: hda - fix Copyright debug message Takashi Iwai
2012-08-13  6:11 ` [PATCH 3/3] ALSA: hda - Disable DigEn bit before stream-id change Wang Xingchao
2012-08-13  7:32   ` Takashi Iwai
2012-08-13  7:37     ` Wang, Xingchao
2012-08-13  7:51       ` Takashi Iwai
2012-08-13  8:05         ` Takashi Iwai
2012-08-13  8:11           ` Wang, Xingchao
2012-08-13  7:38 ` [PATCH 1/3] ALSA: hda - show ICT/KAE control bits Takashi Iwai
2012-08-13  7:49   ` Wang, Xingchao
2012-08-13  7:54     ` Takashi Iwai
2012-08-13  7:56       ` Wang, Xingchao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1344838271-3528-2-git-send-email-xingchao.wang@intel.com \
    --to=xingchao.wang@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.