* WIP: Add UCM for PinePhone [not found] <1642366418671698093-webhooks-bot@alsa-project.org> @ 2022-01-16 20:53 ` GitHub pull_request - opened 0 siblings, 0 replies; 5+ messages in thread From: GitHub pull_request - opened @ 2022-01-16 20:53 UTC (permalink / raw) To: alsa-devel alsa-project/alsa-ucm-conf pull request #134 was opened from tomfitzhenry: Fixes https://github.com/alsa-project/alsa-ucm-conf/issues/124. The DTS configuration has had a unique audio card name since 5.14: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi?h=v5.14#n436d This UCM config is copied from https://gitlab.com/pine64-org/pine64-alsa-ucm/, which is BSD-3-Clause licensed. This UCM has been tested via Pulseaudio's ALSA_CONFIG_UCM2 environment variable, but I've not yet tested that this UCM, when included in this package, is correctly recognised on a PinePhone as part of this Todo: * [ ] Test that this UCM is correctly recognised on a PinePhone. See also: * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/merge_requests/1 * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/issues/3 Request URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134 Patch URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134.patch Repository URL: https://github.com/alsa-project/alsa-ucm-conf ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <1642372328656722069-webhooks-bot@alsa-project.org>]
* WIP: Add UCM for PinePhone [not found] <1642372328656722069-webhooks-bot@alsa-project.org> @ 2022-01-16 22:32 ` GitHub pull_request - edited 0 siblings, 0 replies; 5+ messages in thread From: GitHub pull_request - edited @ 2022-01-16 22:32 UTC (permalink / raw) To: alsa-devel alsa-project/alsa-ucm-conf pull request #134 was edited from tomfitzhenry: Fixes https://github.com/alsa-project/alsa-ucm-conf/issues/124. The DTS configuration has had a unique audio card name since 5.14: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi?h=v5.14#n436 This UCM config is copied from https://gitlab.com/pine64-org/pine64-alsa-ucm/, which is BSD-3-Clause licensed. This UCM has been tested via Pulseaudio's ALSA_CONFIG_UCM2 environment variable, but I've not yet tested that this UCM, when included in this package, is correctly recognised on a PinePhone as part of this Todo: * [ ] Test that this UCM is correctly recognised on a PinePhone. See also: * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/merge_requests/1 * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/issues/3 Request URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134 Patch URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134.patch Repository URL: https://github.com/alsa-project/alsa-ucm-conf ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <1644234768117971897-webhooks-bot@alsa-project.org>]
* WIP: Add UCM for PinePhone [not found] <1644234768117971897-webhooks-bot@alsa-project.org> @ 2022-02-07 11:52 ` GitHub pull_request - edited 0 siblings, 0 replies; 5+ messages in thread From: GitHub pull_request - edited @ 2022-02-07 11:52 UTC (permalink / raw) To: alsa-devel alsa-project/alsa-ucm-conf pull request #134 was edited from tomfitzhenry: Fixes https://github.com/alsa-project/alsa-ucm-conf/issues/124. The DTS configuration has had a unique audio card name since 5.14: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi?h=v5.14#n436 This UCM config is copied from https://gitlab.com/pine64-org/pine64-alsa-ucm/, which is BSD-3-Clause licensed. This UCM has been tested via Pulseaudio's ALSA_CONFIG_UCM2 environment variable, but I've not yet tested that this UCM, when included in this package, is correctly recognised on a PinePhone as part of this Todo: * [x] Test that this UCM is correctly recognised on a PinePhone. See also: * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/merge_requests/1 * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/issues/3 Request URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134 Patch URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134.patch Repository URL: https://github.com/alsa-project/alsa-ucm-conf ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <1644234869328393936-webhooks-bot@alsa-project.org>]
* WIP: Add UCM for PinePhone [not found] <1644234869328393936-webhooks-bot@alsa-project.org> @ 2022-02-07 11:54 ` GitHub pull_request - edited 0 siblings, 0 replies; 5+ messages in thread From: GitHub pull_request - edited @ 2022-02-07 11:54 UTC (permalink / raw) To: alsa-devel alsa-project/alsa-ucm-conf pull request #134 was edited from tomfitzhenry: Fixes https://github.com/alsa-project/alsa-ucm-conf/issues/124. The DTS configuration has had a unique audio card name since 5.14: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi?h=v5.14#n436 This UCM config is copied from https://gitlab.com/pine64-org/pine64-alsa-ucm/, which is BSD-3-Clause licensed. This UCM has been tested via Pulseaudio's ALSA_CONFIG_UCM2 environment variable, but I've not yet tested that this UCM, when included in this package, is correctly recognised on a PinePhone as part of this Todo: * [x] Test that this UCM is correctly recognised on a PinePhone. Done. This testing found that the `File` directive in `SectionUseCase` needs to be absolute (for the symlink to work). I've fixed this in https://github.com/alsa-project/alsa-ucm-conf/pull/134/commits/5059e57a2197bb38848bbec10f589637df64679e. See also: * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/merge_requests/1 * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/issues/3 Request URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134 Patch URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134.patch Repository URL: https://github.com/alsa-project/alsa-ucm-conf ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <1644234888718647003-webhooks-bot@alsa-project.org>]
* WIP: Add UCM for PinePhone [not found] <1644234888718647003-webhooks-bot@alsa-project.org> @ 2022-02-07 11:54 ` GitHub pull_request - edited 0 siblings, 0 replies; 5+ messages in thread From: GitHub pull_request - edited @ 2022-02-07 11:54 UTC (permalink / raw) To: alsa-devel alsa-project/alsa-ucm-conf pull request #134 was edited from tomfitzhenry: Fixes https://github.com/alsa-project/alsa-ucm-conf/issues/124. The DTS configuration has had a unique audio card name since 5.14: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi?h=v5.14#n436 This UCM config is copied from https://gitlab.com/pine64-org/pine64-alsa-ucm/, which is BSD-3-Clause licensed. This UCM has been tested via Pulseaudio's ALSA_CONFIG_UCM2 environment variable, but I've not yet tested that this UCM, when included in this package, is correctly recognised on a PinePhone as part of this Todo: * [x] Test that this UCM is correctly recognised on a PinePhone. **Done**. This testing found that the `File` directive in `SectionUseCase` needs to be absolute (for the symlink to work). I've fixed this in https://github.com/alsa-project/alsa-ucm-conf/pull/134/commits/5059e57a2197bb38848bbec10f589637df64679e. See also: * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/merge_requests/1 * https://gitlab.com/pine64-org/pine64-alsa-ucm/-/issues/3 Request URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134 Patch URL : https://github.com/alsa-project/alsa-ucm-conf/pull/134.patch Repository URL: https://github.com/alsa-project/alsa-ucm-conf ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-02-07 11:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1642366418671698093-webhooks-bot@alsa-project.org>
2022-01-16 20:53 ` WIP: Add UCM for PinePhone GitHub pull_request - opened
[not found] <1642372328656722069-webhooks-bot@alsa-project.org>
2022-01-16 22:32 ` GitHub pull_request - edited
[not found] <1644234768117971897-webhooks-bot@alsa-project.org>
2022-02-07 11:52 ` GitHub pull_request - edited
[not found] <1644234869328393936-webhooks-bot@alsa-project.org>
2022-02-07 11:54 ` GitHub pull_request - edited
[not found] <1644234888718647003-webhooks-bot@alsa-project.org>
2022-02-07 11:54 ` GitHub pull_request - edited
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).