[alsa-devel] [alsa-cvslog] alsa-kernel: Official ALSA project GIT repository for Linux 2.6 branch, master now at v2.6.29-rc8-519-g236e303
Takashi Iwai
tiwai at suse.de
Mon Mar 16 15:28:10 CET 2009
At Mon, 16 Mar 2009 15:01:57 +0100 (CET),
noreply-git at alsa-project.org wrote:
>
> Hello,
>
> This is an automated email from the git hooks/update script, it was
> generated because a ref change was pushed to the repository.
>
> Updating branch, master,
> via 236e3036199f7ef6817967cb4aee5e6686ef2d52 (commit)
> from 1cebbf3bef5ee355894375b92946911068130e22 (commit)
>
> - Log -----------------------------------------------------------------
> commit 236e3036199f7ef6817967cb4aee5e6686ef2d52
> Author: Jaroslav Kysela <perex at perex.cz>
> AuthorDate: Mon Mar 16 14:56:58 2009 +0100
> Commit: Jaroslav Kysela <perex at perex.cz>
> CommitDate: Mon Mar 16 15:00:48 2009 +0100
>
> ALSA: snd-hda-intel: Fix ALC662/ALC663 Beep Amplifier Index
>
> ALC662/663 codecs have Beep Amplifier Index 0x04 not 0x05 in 0x0b NID.
> Confirmed by testing on real hardware.
ALC662 has really the index 0x05 although ALC663 and ALC272 have 0x04.
Fixed on sound git tree now...
Takashi
>
> Signed-off-by: Jaroslav Kysela <perex at perex.cz>
>
> -----------------------------------------------------------------------
>
> Diffstat:
> sound/pci/hda/patch_realtek.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> Patch -------------- (max 1500 lines)
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index b794cba..672103d 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -16951,7 +16951,7 @@ static int patch_alc662(struct hda_codec *codec)
>
> if (!spec->cap_mixer)
> set_capture_mixer(spec);
> - set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
> + set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
>
> spec->vmaster_nid = 0x02;
>
> ------- End of patch
>
> hooks/update
> ---
> Git Source Code Management System
> hooks/update refs/heads/master \
> 1cebbf3bef5ee355894375b92946911068130e22 \
> 236e3036199f7ef6817967cb4aee5e6686ef2d52
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> Alsa-cvslog mailing list
> Alsa-cvslog at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
>
More information about the Alsa-devel
mailing list