diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-25 22:47:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-25 22:47:48 +0200 |
commit | 8de94346a4e6935c95658e113264358e6b927a88 (patch) | |
tree | 513211b2f73bf49e1966b85c7bb33e65747f5b1d /package/alsa-lib/files/imx-sgtl5000.conf | |
parent | eff01a75ffd024cb8c0f30410aa304b7c12c1795 (diff) | |
parent | 21a5f16953c38f8fa5ab08bdb05d840103d2c44c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/alsa-lib/files/imx-sgtl5000.conf')
-rw-r--r-- | package/alsa-lib/files/imx-sgtl5000.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/alsa-lib/files/imx-sgtl5000.conf b/package/alsa-lib/files/imx-sgtl5000.conf new file mode 100644 index 000000000..40d220430 --- /dev/null +++ b/package/alsa-lib/files/imx-sgtl5000.conf @@ -0,0 +1,15 @@ +# +# Configuration for iMX6 sgtl5000 analog output - /usr/share/alsa/cards/imx-sgtl5000.conf +# + +<confdir:pcm/front.conf> + +imx-sgtl5000.pcm.front.0 { + @args [ CARD ] + @args.CARD { + type string + } + type hw + card $CARD + device 0 +} |