7 Sep
2012
7 Sep
'12
2:13 a.m.
On Tue, Aug 28, 2012 at 12:29:33AM +0200, Clemens Ladisch wrote:
+config SND_MEDIA
- bool "Media Controller API (EXPERIMENTAL)"
- depends on EXPERIMENTAL
- help
Say Y here to enable the media controller API, which allows to
retrieve the internal topology of sound devices.
I think there's a general consensus these days that EXPERIMENTAL is pretty meaningless so we probably shouldn't bother with it. The text is also a bit confusing, it enables use of the media controller API for ALSA devices really.
I have to say I'm also a bit surprised that there's no core framework for media controller and we're open coding ioctl() implementations here, I'd have thought there would at least be a way of enumerating all media controller devices in the system...