From 20f1fa17bebe086cb9cff09a5157dc7ca009ba61 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 3 Mar 2011 12:52:21 +0530 Subject: alsa-mixer: Remove passthrough profiles These aren't used any more - we handle passthrough mode in the iec958* profiles now. --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e3217043..a68cdc26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1166,8 +1166,7 @@ dist_alsapaths_DATA = \ modules/alsa/mixer/paths/analog-output-headphones-2.conf \ modules/alsa/mixer/paths/analog-output-lfe-on-mono.conf \ modules/alsa/mixer/paths/analog-output-mono.conf \ - modules/alsa/mixer/paths/iec958-stereo-output.conf \ - modules/alsa/mixer/paths/iec958-passthrough-output.conf + modules/alsa/mixer/paths/iec958-stereo-output.conf endif -- cgit