* [PATCH] additional cleanup for "arecord -L show entries which are not capture pcms"
@ 2020-03-27 17:18 sylvain.bertrand
0 siblings, 0 replies; only message in thread
From: sylvain.bertrand @ 2020-03-27 17:18 UTC (permalink / raw)
To: alsa-devel
I did post to github, my bad.
On Fri, Mar 27, 2020 at 04:01:57AM -0700, Jaroslav Kysela wrote:
> Closed #39 via d434638a683c01bd6decf8f41863044055237a50.
Tested with the mic from my usb webcam, and it actually needs a little bit more
tidying.
--
Sylvain
--- a/share/alsa/pcm/front.conf
+++ b/share/alsa/pcm/front.conf
@@ -53,6 +53,7 @@
name defaults.namehint.basic
}
description "Front speakers"
- device $DEV
+ device_output $DEV
+ omit_noargs true
}
}
--- a/share/alsa/pcm/iec958.conf
+++ b/share/alsa/pcm/iec958.conf
@@ -78,6 +78,6 @@
name defaults.namehint.basic
}
description "IEC958 (S/PDIF) Digital Audio Output"
- device $DEV
+ device_output $DEV
}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-03-27 17:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-27 17:18 [PATCH] additional cleanup for "arecord -L show entries which are not capture pcms" sylvain.bertrand
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.