Bug 94666 - device reservation fails when a device string has seperator(,)
Summary: device reservation fails when a device string has seperator(,)
Status: RESOLVED MOVED
Alias: None
Product: PulseAudio
Classification: Unclassified
Component: alsa (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium critical
Assignee: pulseaudio-bugs
QA Contact: pulseaudio-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-22 22:47 UTC by KimJeongYeon
Modified: 2018-07-30 10:19 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
[PATCH] alsa: Fix device reservation fails when a device string has seperator(,) (1.69 KB, patch)
2016-03-22 22:50 UTC, KimJeongYeon
Details | Splinter Review

Description KimJeongYeon 2016-03-22 22:47:52 UTC
For example, the device parameter of pa_alsa_get_reserve_name() is "hw:USB,0",
snd_card_get_index() always fails. Because seperator(,) wasn't regarded.
Therefore, JACK couldn't obtain audio device from Pulseaudio.
Comment 1 KimJeongYeon 2016-03-22 22:50:02 UTC
Created attachment 122487 [details] [review]
[PATCH] alsa: Fix device reservation fails when a device string has  seperator(,)

Dear developers,

This is a patch for this item. Please review this.

Regards,
KimJeongYeon
Comment 2 GitLab Migration User 2018-07-30 10:19:30 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/343.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.