[Jaunty] [Patch 0/3] SRU: Enable speakers and mic for Toshiba NB200 (Realtek ALC272)

Tim Gardner tim.gardner at canonical.com
Wed Nov 4 15:09:43 UTC 2009


Leann Ogasawara wrote:
> Hi All,
> 
> The following set of patches fixes a regression from Hardy to Jaunty on
> a a Toshiba NB200 (Realtek ALC272).  The set of patches enable sound
> from the speakers, mute the speakers when headphones are plugged in, and
> also enable the internal mic.  The patches were forward ported from
> Hardy LUM (netbook-lpia branch).  There is a low risk of regression as
> we are just adding a new verb table specific to this soundcard/codec.
> There are currently 185,000 systems this is known to affect.  Please
> consider carrying.
> 
> Thanks,
> Leann
> 
> The following changes since commit f706cfd92861c7c51f45d722d1398d67bb9d6255:
>   Stefan Bader (1):
>         UBUNTU: Ubuntu-2.6.28-16.56
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/ogasawara/ubuntu-jaunty lp438318
> 
> Leann Ogasawara (3):
>       UBUNTU: SAUCE: Enable speakers for Toshiba NB200 (Realtek ALC272)
>       UBUNTU: SAUCE: Toshiba NB200 (Realtek ALC272) mute speakers when headphones are plugged in
>       UBUNTU: SAUCE: Toshiba NB200 (Realtek ALC272) enable microphone
> 
>  sound/pci/hda/patch_realtek.c |   79 +++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 79 insertions(+), 0 deletions(-)
> 
> 
> 
> 

In alc663_mode1_unsol_event() you are changing entry points for an 
existing model. Are you _sure_ that won't cause a regression?

-		.unsol_event = alc663_m51va_unsol_event,
-		.init_hook = alc663_m51va_inithook,
+		.unsol_event = alc272_toshiba_unsol_event,
+		.init_hook = alc272_toshiba_inithook,

rtg
-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list