From 3d0bb2b1f2e163d3f40714bfb7954987dea84626 Mon Sep 17 00:00:00 2001 From: James C Georgas Date: Tue, 19 Dec 2006 11:09:41 +0100 Subject: [PATCH] --- yaml --- r: 47157 b: refs/heads/master c: e4c3bf0f65ec9da8b067a722f734d1012ef12ceb h: refs/heads/master i: 47155: 8992b4db60df591e70f6246408c9b02df23370f8 v: v3 --- [refs] | 2 +- trunk/sound/pci/ac97/ac97_patch.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7becba7c9a0e..e232df4189c0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca40587087fc05c670f4f2650cc466d557377f6d +refs/heads/master: e4c3bf0f65ec9da8b067a722f734d1012ef12ceb diff --git a/trunk/sound/pci/ac97/ac97_patch.c b/trunk/sound/pci/ac97/ac97_patch.c index 123de550d1f4..818a77d2deff 100644 --- a/trunk/sound/pci/ac97/ac97_patch.c +++ b/trunk/sound/pci/ac97/ac97_patch.c @@ -941,6 +941,9 @@ static int patch_sigmatel_stac9708_specific(struct snd_ac97 *ac97) { int err; + /* the register bit is writable, but the function is not implemented: */ + snd_ac97_remove_ctl(ac97, "PCM Out Path & Mute", NULL); + snd_ac97_rename_vol_ctl(ac97, "Headphone Playback", "Sigmatel Surround Playback"); if ((err = patch_build_controls(ac97, &snd_ac97_stac9708_bias_control, 1)) < 0) return err;