[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2018-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

GitLab Migration User  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |MOVED

--- Comment #23 from GitLab Migration User  ---
-- 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/264.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #22 from Raymond  ---
Can you post the pulseaudio verbose log? 

As the enum control and master playback volume are used by three ports (e.g
speaker, hp, front panel) 

there is no other control used by the three ports

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-04-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #21 from Raymond  ---
This mean you need pulseaudio say your active port selection and restore the
selected port after reboot to change alsa analog output switch as your sound
cannot detect headphone is plugged

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-04-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #20 from Raymond  ---
https://lists.freedesktop.org/archives/pulseaudio-bugs/2009-November/003391.html


One some audio cards like the AV200/virtuoso (Asus Xonar Essence), there
 is an option to switch the Analog out between headphones, line-out and
 front panel output.

 It is natural and more user friendly if users can have this option under
 Output and Settings for the selected device.


;;; 'Analog Output'

[Element Analog Output]
enumeration = select

[Option Analog Output:Speakers]
name = output-speaker
priority = 10

[Option Analog Output:Headphones]
name = output-headphones
priority = 9

[Option Analog Output:FP Headphones]
name = output-headphones
priority = 8

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-04-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #19 from Germano Massullo  ---
(In reply to Raymond from comment #16)
> is it similar to AC97 Mic Select ?
> // CUT

Is your question for me?

At the moment I am waiting for alsa mailing list subscription confirmation. As
soon I receive it, I will send a message there and write here the URL of it.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-04-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #18 from Raymond  ---
device.product.name = "82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller"
device.form_factor = "internal"
device.string = "front:0"
device.buffering.buffer_size = "65536"
device.buffering.fragment_size = "65536"
device.access_mode = "mmap+timer"
device.profile.name = "analog-stereo"
device.profile.description = "Analog Stereo"
device.description = "Built-in Audio Analog Stereo"
alsa.mixer_name = "Analog Devices AD1981B"
alsa.components = "AC97a:41445374"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
ports:
analog-input-microphone;input-microphone-1: Microphone / Microphone 1
(priority 8720, available: unknown)
properties:

analog-input-microphone;input-microphone-2: Microphone / Microphone 2
(priority 8719, available: unknown)
properties:

analog-input-linein: Line In (priority 8100, available: unknown)
properties:

analog-input: Analog Input (priority 8000, available: unknown)
properties:

analog-input-video: Video (priority 7000, available: unknown)
properties:

active port: 

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-04-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #17 from Raymond  ---
is it similar to AC97 Mic Select ?

control.28 {
  iface MIXER
  name 'Mic Select'
  value Mic1
  comment {
   access 'read write'
   type ENUMERATED
   count 1
   item.0 Mic1
   item.1 Mic2
  }
 }

https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer/paths?id=31575f7766d6ff39665b64a3a04412eff1c39957


+[Element Mic Select]
+enumeration = select
+
+[Option Mic Select:Mic1]
+name = input-microphone
+priority = 20
+
+[Option Mic Select:Mic2]
+name = input-microphone
+priority = 19

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-04-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #16 from Raymond  ---
is it similar to AC97 Mic Select ?

control.28 {
  iface MIXER
  name 'Mic Select'
  value Mic1
  comment {
   access 'read write'
   type ENUMERATED
   count 1
   item.0 Mic1
   item.1 Mic2
  }
 }

https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer/paths?id=31575f7766d6ff39665b64a3a04412eff1c39957


+[Element Mic Select]
+enumeration = select
+
+[Option Mic Select:Mic1]
+name = input-microphone
+priority = 20
+
+[Option Mic Select:Mic2]
+name = input-microphone
+priority = 19

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #14 from Raymond  ---
https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer/paths/analog-output.conf.common?id=83b181f92af6a06ad5f127fea36323d7277ad6cf

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #13 from Raymond  ---
analog-output;output-speaker: Uscita analogica / Altoparlante (priority: 9910,
latency offset: 0 usec)
Parte dei profili: output:analog-stereo,
output:analog-stereo+input:analog-stereo,
output:analog-stereo+input:iec958-stereo
analog-output;output-headphones-1: Uscita analogica / Cuffie analogiche
1 (priority: 9909, latency offset: 0 usec)
Parte dei profili: output:analog-stereo,
output:analog-stereo+input:analog-stereo,
output:analog-stereo+input:iec958-stereo
analog-output;output-headphones-2: Uscita analogica / Cuffie analogiche
2 (priority: 9908, latency offset: 0 usec)
Parte dei profili: output:analog-stereo,
output:analog-stereo+input:analog-stereo,
output:analog-stereo+input:iec958-stereo


control.22 {
iface MIXER
name 'Analog Output'
value Headphones
comment {
access 'read write'
type ENUMERATED
count 1
item.0 Speakers
item.1 Headphones
item.2 'FP Headphones'
}
}


if there is no jack detection of headphone and FP headphone , with only master
playback volume, 

how can pulseaudio know it has headphones-1 and headphones-2


https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths/analog-output-headphones-2.conf

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

Tanu Kaskinen  changed:

   What|Removed |Added

  Component|/dev/null   |alsa
 QA Contact||pulseaudio-bugs@lists.freed
   ||esktop.org
Product|a big freedesktop.org fly   |PulseAudio
   |ribbon  |
   Assignee|devn...@freedesktop.org |pulseaudio-bugs@lists.freed
   ||esktop.org

--- Comment #12 from Tanu Kaskinen  ---
So sometimes there's a headphone volume element in alsa and sometimes not?

Here are instructions for filing alsa bugs:
http://alsa-project.org/main/index.php/Bug_Tracking

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2016-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

Germano Massullo  changed:

   What|Removed |Added

  Component|core|/dev/null
 Resolution|WORKSFORME  |---
   Assignee|pulseaudio-bugs@lists.freed |devn...@freedesktop.org
   |esktop.org  |
 Status|RESOLVED|REOPENED
 QA Contact|pulseaudio-bugs@lists.freed |
   |esktop.org  |
Product|PulseAudio  |a big freedesktop.org fly
   ||ribbon

--- Comment #8 from Germano Massullo  ---
Unfortunately I am back again.
Asus Xonar Essence ST (AV200) on Fedora 23 kernel 4.4.5-300.fc23.x86_64 
I am still (sometimes) experiencing the problem of speakers output not shown in
alsamixer. By the way Pulseaudio settings show it, but obviously, selecting it
does not activate any speaker output.

I attach
- alsa-info
- aplay -L  
- pactl list
logs taken while the problem is occurring


I am wondering if it is more appropriate to contact alsa developers, but the
bugtracker in their website seems to be not working
http://www.alsa-project.org/main/index.php/Main_Page

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2015-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

Germano Massullo  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Germano Massullo  ---
The bug is no longer happening

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2012-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

--- Comment #6 from Arun Raghavan a...@accosted.net 2012-03-14 22:18:57 PDT 
---
When you say choose between these analog outputs do you mean the Connector
as reported in Sound Settings or Port as shown in pavucontrol?

From what I can tell there's really no reason for a port to disappear.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are the assignee for the bug.
___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs


[pulseaudio-tickets] [Bug 39814] Alsamixer: missing entries in analog output

2012-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39814

Arun Raghavan a...@accosted.net changed:

   What|Removed |Added

  Status Whiteboard||triaged

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are the assignee for the bug.
___
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs