The patch titled aoa: tas: change PCM1 name to PCM has been removed from the -mm tree. Its filename is aoa-tas-change-pcm1-name-to-pcm.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: aoa: tas: change PCM1 name to PCM From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> This patch changes the PCM1 control name to PCM to make it play nice with the softvol plugin (which will then go away if it sees a proper PCM slider) Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/aoa/codecs/snd-aoa-codec-tas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN sound/aoa/codecs/snd-aoa-codec-tas.c~aoa-tas-change-pcm1-name-to-pcm sound/aoa/codecs/snd-aoa-codec-tas.c --- a/sound/aoa/codecs/snd-aoa-codec-tas.c~aoa-tas-change-pcm1-name-to-pcm +++ a/sound/aoa/codecs/snd-aoa-codec-tas.c @@ -309,7 +309,7 @@ static struct snd_kcontrol_new n##_contr .private_value = idx, \ } -MIXER_CONTROL(pcm1, "PCM1", 0); +MIXER_CONTROL(pcm1, "PCM", 0); MIXER_CONTROL(monitor, "Monitor", 2); static int tas_snd_capture_source_info(struct snd_kcontrol *kcontrol, _ Patches currently in -mm which might be from johannes@xxxxxxxxxxxxxxxx are origin.patch git-powerpc.patch apple-motion-sensor-driver.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html