From a7ed3a570327c45b344407af1c15e080059b6162 Mon Sep 17 00:00:00 2001 From: vpeter4 Date: Wed, 3 Jun 2015 09:17:40 +0200 Subject: [PATCH] project imx6: add sgtl5000 analog output alsa config file --- .../usr/share/alsa/cards/imx-sgtl5000.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 projects/imx6/filesystem/usr/share/alsa/cards/imx-sgtl5000.conf diff --git a/projects/imx6/filesystem/usr/share/alsa/cards/imx-sgtl5000.conf b/projects/imx6/filesystem/usr/share/alsa/cards/imx-sgtl5000.conf new file mode 100644 index 0000000000..40d2204303 --- /dev/null +++ b/projects/imx6/filesystem/usr/share/alsa/cards/imx-sgtl5000.conf @@ -0,0 +1,15 @@ +# +# Configuration for iMX6 sgtl5000 analog output - /usr/share/alsa/cards/imx-sgtl5000.conf +# + + + +imx-sgtl5000.pcm.front.0 { + @args [ CARD ] + @args.CARD { + type string + } + type hw + card $CARD + device 0 +}