All of lore.kernel.org
 help / color / mirror / Atom feed
* ucm2: rk3399-gru-sound: Add missing symlink from conf.d tree
       [not found] <1654026816646328926-webhooks-bot@alsa-project.org>
@ 2022-05-31 19:53 ` GitHub pull_request - opened
  0 siblings, 0 replies; only message in thread
From: GitHub pull_request - opened @ 2022-05-31 19:53 UTC (permalink / raw)
  To: alsa-devel

alsa-project/alsa-ucm-conf pull request #162 was opened from alpernebbi:

Since V2Module lookup was disabled my rk3399-gru-kevin chromebook can't find the UCM it's supposed to use. This adds a `conf.d/rk3399-gru-soun/rk3399-gru-soun.conf` symlink for it. The name is not a typo:

    $ cat /proc/asound/cards
     0 [rk3399grusound ]: rk3399-gru-soun - rk3399-gru-sound
                          Unknown-UnknownProduct-

    $ strace -e trace=file pulseaudio 2>&1 | grep -i ucm2
    faccessat(AT_FDCWD, "/usr/share/alsa/ucm2/ucm.conf", R_OK) = 0
    openat(AT_FDCWD, "/usr/share/alsa/ucm2/ucm.conf", O_RDONLY) = 16
    openat(AT_FDCWD, "/usr/share/alsa/ucm2/lib/generic.conf", O_RDONLY) = 16
    faccessat(AT_FDCWD, "/usr/share/alsa/ucm2/conf.d/rk3399-gru-soun/Unknown-UnknownProduct-.conf", R_OK) = -1 ENOENT (No such file or directory)
    faccessat(AT_FDCWD, "/usr/share/alsa/ucm2/conf.d/rk3399-gru-soun/rk3399-gru-soun.conf", R_OK) = -1 ENOENT (No such file or directory)
    faccessat(AT_FDCWD, "/usr/share/alsa/ucm2/ucm.conf", R_OK) = 0
    openat(AT_FDCWD, "/usr/share/alsa/ucm2/ucm.conf", O_RDONLY) = 16
    openat(AT_FDCWD, "/usr/share/alsa/ucm2/lib/generic.conf", O_RDONLY) = 16
    faccessat(AT_FDCWD, "/usr/share/alsa/ucm2/conf.d/rk3399-gru-soun/Unknown-UnknownProduct-.conf", R_OK) = -1 ENOENT (No such file or directory)
    faccessat(AT_FDCWD, "/usr/share/alsa/ucm2/conf.d/rk3399-gru-soun/rk3399-gru-soun.conf", R_OK) = -1 ENOENT (No such file or directory)

(Ignore the `Unknown-UnknownProduct-`, that's because I'm using a custom unfinished U-Boot build. For more info there's an [older alsa-info output](https://alsa-project.org/db/?f=9b4102975fa9c0f109af6ad687c856c620d76909) I had uploaded)

Request URL   : https://github.com/alsa-project/alsa-ucm-conf/pull/162
Patch URL     : https://github.com/alsa-project/alsa-ucm-conf/pull/162.patch
Repository URL: https://github.com/alsa-project/alsa-ucm-conf

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-31 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1654026816646328926-webhooks-bot@alsa-project.org>
2022-05-31 19:53 ` ucm2: rk3399-gru-sound: Add missing symlink from conf.d tree GitHub pull_request - opened

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.