[PATCH 2/2] Make the front:idx device work for ICE1712.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The default definition of front:idx for ICE1712-based cards didn't workpreviously because the route plugin cannot change the number of channelsbetween the hardware device (with 10 or 12 channels) and the soft-device(with 2 channels).
Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@xxxxxxxxx>--- src/conf/cards/ICE1712.conf |   28 ++++++++++++++++++++++------ 1 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/src/conf/cards/ICE1712.conf b/src/conf/cards/ICE1712.confindex 5445920..bb93c1d 100644--- a/src/conf/cards/ICE1712.conf+++ b/src/conf/cards/ICE1712.conf@@ -32,12 +32,28 @@ ICE1712.pcm.front.0 { 	@args.CARD { 		type string 	}-	type route-	ttable.0.0 1-	ttable.1.1 1-	slave.pcm {-		type hw-		card $CARD+	type asym+	playback.pcm {+		type route+		ttable.0.0 1+		ttable.1.1 1+		slave.pcm {+			type hw+			card $CARD+		}+		slave.format S32_LE+		slave.channels 10+	}+	capture.pcm {+		type route+		ttable.0.8 1+		ttable.1.9 1+		slave.pcm {+			type hw+			card $CARD+		}+		slave.format S32_LE+		slave.channels 12 	} } -- 1.6.1
_______________________________________________Alsa-devel mailing listAlsa-devel@xxxxxxxxxxxxxxxxxxxx://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux