Coder Social home page Coder Social logo

Comments (5)

craftyguy avatar craftyguy commented on August 22, 2024

If I remove the include added in 1e6297b, device names go back to what they were <1.2.5:

diff --git a/ucm2/ucm.conf b/ucm2/ucm.conf
index a9bdd0d..157742e 100644
--- a/ucm2/ucm.conf
+++ b/ucm2/ucm.conf
@@ -18,7 +18,7 @@ Define.V2ConfD yes    # empty string to disable
 Define.V2Module yes    # non-empty string to enable module name lookups (obsolete)
 Define.V2Name yes      # non-empty string to enable driver & card name lookups (obsolete)
 
-Include.libgen.File "/lib/generic.conf"  # private alsa-lib configuration
+# Include.libgen.File "/lib/generic.conf"  # private alsa-lib configuration
 
 If.driver {
        Condition {

from alsa-ucm-conf.

perexg avatar perexg commented on August 22, 2024

As you can see, the ucm can have a private configuration for the PCM and control ALSA devices. It means that the global alsa-lib configuration is not used in this case. So yes, it's part of the UCM API now.

The private prefix which can be obtained using _alibpref key (https://github.com/alsa-project/alsa-lib/blob/0e4ba2ea8c0402f12a645032a14693eb9b1278e6/include/use-case.h#L261) may be removed by pulseaudio . Note that the number in the prefix may vary.

from alsa-ucm-conf.

agx avatar agx commented on August 22, 2024

@perexg so just to confirm: pa should just drop the prefix?

from alsa-ucm-conf.

perexg avatar perexg commented on August 22, 2024

@perexg so just to confirm: pa should just drop the prefix?

Yes, but only for the port name string, if this functionality is required. The unmodified device name must be used for the device open call.

from alsa-ucm-conf.

craftyguy avatar craftyguy commented on August 22, 2024

this is fixed in pulseaudio 18.0

from alsa-ucm-conf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.