login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
18
Re: hda-intel: no soundcard with current linus' git tree
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Takashi Iwai <tiwai@...>
To: Maxim Levitsky <maximlevitsky@...>
Cc: Thomas Meyer <thomas@...>, Linux Kernel Mailing List <linux-kernel@...>, <alsa-devel@...>
Subject:
Re: hda-intel: no soundcard with current linus' git tree
Date: Thursday, October 18, 2007 - 1:57 am
At Thu, 18 Oct 2007 03:53:08 +0200, Maxim Levitsky wrote:
quoted text
> > From 0824b077b75c19253b45c5a455775c331acd54ee Mon Sep 17 00:00:00 2001 > From: Maxim Levitsky <maximlevitsky@gmail.com> > Date: Thu, 18 Oct 2007 03:35:37 +0200 > Subject: [PATCH] [HDA] [STAC] Since there is now a master volume control, > don't call the headphone output "Master", it isn't strictly correct anyway
I thought stac925x has no volume knob, so "Master" should be still applied for this codec? Takashi
quoted text
> > Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> > --- > pci/hda/patch_sigmatel.c | 7 +------ > 1 files changed, 1 insertions(+), 6 deletions(-) > > diff --git a/pci/hda/patch_sigmatel.c b/pci/hda/patch_sigmatel.c > index 6dffa54..7f157a6 100644 > --- a/pci/hda/patch_sigmatel.c > +++ b/pci/hda/patch_sigmatel.c > @@ -1907,12 +1907,7 @@ static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec, > return err; > } > if (spec->multiout.hp_nid) { > - const char *pfx; > - if (old_num_dacs == spec->multiout.num_dacs) > - pfx = "Master"; > - else > - pfx = "Headphone"; > - err = create_controls(spec, pfx, spec->multiout.hp_nid, 3); > + err = create_controls(spec, "Headphone", spec->multiout.hp_nid, 3); > if (err < 0) > return err; > } > -- > 1.5.3.4 >
-
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
hda-intel: no soundcard with current linus' git tree
, Thomas Meyer
, (Tue Oct 16, 6:18 pm)
Re: hda-intel: no soundcard with current linus' git tree
, Jeff Garzik
, (Wed Oct 17, 10:35 pm)
Re: hda-intel: no soundcard with current linus' git tree
, Jan-Simon
, (Thu Oct 18, 4:49 am)
Re: [alsa-devel] hda-intel: no soundcard with current linus'...
, Takashi Iwai
, (Thu Oct 18, 4:11 am)
Re: [alsa-devel] hda-intel: no soundcard with current linus'
, Jan-Simon
, (Thu Oct 18, 7:50 am)
Re: [alsa-devel] hda-intel: no soundcard with current linus'
, Jan-Simon
, (Thu Oct 18, 11:05 am)
Re: [alsa-devel] hda-intel: no soundcard with current linus'...
, Takashi Iwai
, (Thu Oct 18, 10:39 am)
Re: [alsa-devel] hda-intel: no soundcard with current linus'
, Jan-Simon
, (Thu Oct 18, 12:19 pm)
Re: [alsa-devel] hda-intel: no soundcard with current linus'...
, Takashi Iwai
, (Fri Oct 19, 1:05 am)
Re: [alsa-devel] hda-intel: no soundcard with current linus'
, Jan-Simon
, (Fri Oct 19, 6:46 am)
Re: [alsa-devel] hda-intel: no soundcard with current linus'...
, Takashi Iwai
, (Fri Oct 19, 6:02 am)
Re: hda-intel: no soundcard with current linus' git tree
, Maxim Levitsky
, (Wed Oct 17, 11:36 pm)
Re: hda-intel: no soundcard with current linus' git tree
, Jeff Garzik
, (Wed Oct 17, 11:38 pm)
Re: hda-intel: no soundcard with current linus' git tree
, Takashi Iwai
, (Thu Oct 18, 2:02 am)
Re: hda-intel: no soundcard with current linus' git tree
, Maxim Levitsky
, (Thu Oct 18, 12:10 am)
Re: hda-intel: no soundcard with current linus' git tree
, Jeff Garzik
, (Thu Oct 18, 12:24 am)
Re: hda-intel: no soundcard with current linus' git tree
, Takashi Iwai
, (Wed Oct 17, 4:42 am)
Re: hda-intel: no soundcard with current linus' git tree
, Thomas Meyer
, (Wed Oct 17, 2:17 pm)
Re: hda-intel: no soundcard with current linus' git tree
, Maxim Levitsky
, (Wed Oct 17, 9:51 pm)
Re: hda-intel: no soundcard with current linus' git tree
, Maxim Levitsky
, (Wed Oct 17, 9:53 pm)
Re: hda-intel: no soundcard with current linus' git tree
, Takashi Iwai
, (Thu Oct 18, 1:57 am)
Re: hda-intel: no soundcard with current linus' git tree
, Maxim Levitsky
, (Thu Oct 18, 10:21 am)
Re: hda-intel: no soundcard with current linus' git tree
, Takashi Iwai
, (Thu Oct 18, 9:49 am)
Re: hda-intel: no soundcard with current linus' git tree
, Thomas Meyer
, (Sun Oct 21, 11:42 am)
Re: hda-intel: no soundcard with current linus' git tree
, Maxim Levitsky
, (Thu Oct 18, 11:24 am)
Re: hda-intel: no soundcard with current linus' git tree
, Takashi Iwai
, (Thu Oct 18, 10:47 am)
Re: hda-intel: no soundcard with current linus' git tree
, Maxim Levitsky
, (Tue Oct 16, 10:47 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Steven Rostedt
Re: Major regression on hackbench with SLUB
Nick Piggin
2.6.24-rc2 slab vs slob tbench numbers
Paul Jackson
Re: cpuset-remove-sched-domain-hooks-from-cpusets
git
:
linux-netdev
:
David Miller
Re: [GIT]: Networking
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
647 guests
online.
Online users
dannyqqz01
Nelson
Syndicate