]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.39/patches.drivers/alsa-powermac-ibook-g4-mic-fix
Updated kernel (2.6.27.41).
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / alsa-powermac-ibook-g4-mic-fix
diff --git a/src/patches/suse-2.6.27.39/patches.drivers/alsa-powermac-ibook-g4-mic-fix b/src/patches/suse-2.6.27.39/patches.drivers/alsa-powermac-ibook-g4-mic-fix
deleted file mode 100644 (file)
index e393033..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Takashi Iwai <tiwai@suse.de>
-Subject: ALSA: powermac - Rename mic-analog loopback mixer element
-Patch-mainline: 
-References: bnc#444194
-
-PCM Playback Volume:1 is actually assigned to a mic loopback volume
-on iBook G4.  Let's rename it.
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
----
- sound/ppc/tumbler.c |    3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
---- a/sound/ppc/tumbler.c
-+++ b/sound/ppc/tumbler.c
-@@ -879,7 +879,8 @@ static struct snd_kcontrol_new snapper_m
-         .put = tumbler_put_master_switch
-       },
-       DEFINE_SNAPPER_MIX("PCM Playback Volume", 0, VOL_IDX_PCM),
--      DEFINE_SNAPPER_MIX("PCM Playback Volume", 1, VOL_IDX_PCM2),
-+      /* Alternative PCM is assigned to Mic analog loopback on iBook G4 */
-+      DEFINE_SNAPPER_MIX("Mic Playback Volume", 0, VOL_IDX_PCM2),
-       DEFINE_SNAPPER_MIX("Monitor Mix Volume", 0, VOL_IDX_ADC),
-       DEFINE_SNAPPER_MONO("Tone Control - Bass", bass),
-       DEFINE_SNAPPER_MONO("Tone Control - Treble", treble),