Bug 1101278 - Sound works with kernel 3.11.x but fails with 3.12.x, 3.13.x, 3.14.x
Summary: Sound works with kernel 3.11.x but fails with 3.12.x, 3.13.x, 3.14.x
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: alsa-lib
Version: 22
Hardware: i686
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Jaroslav Kysela
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-26 14:40 UTC by David
Modified: 2016-07-19 11:33 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-07-19 11:33:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
alsa-info.sh output. (19.20 KB, text/plain)
2014-05-26 14:40 UTC, David
no flags Details
alsa-info.sh output (38.36 KB, text/plain)
2014-05-31 16:09 UTC, David
no flags Details
alsa-info.sh log 2 (39.95 KB, text/plain)
2014-07-23 00:15 UTC, mwp.junk
no flags Details

Description David 2014-05-26 14:40:09 UTC
Created attachment 899320 [details]
alsa-info.sh output.

Description of problem: After upgrading to latest kernel sound stopped working.


Version-Release number of selected component (if applicable):


How reproducible: Every time.

Steps to Reproduce:
1.Do install of Fedora 20, sound works.
2.Full upgrade, sound does not work.
3.

Actual results: Sound does not work.


Expected results: Expect sound to work.


Additional info: To test I used aplay with a wav file.

Comment 1 Raymond 2014-05-28 14:13:50 UTC
did you set front audio panel to AC97 in BIOS setup ?

do your computer chassis have hda front audio panel which support Jack detection ?



control.34 {
		iface CARD
		name 'Front Mic Phantom Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.35 {
		iface CARD
		name 'Rear Mic Jack'
		value false
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.36 {
		iface CARD
		name 'Line Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.37 {
		iface CARD
		name 'Line Out Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}
	control.38 {
		iface CARD
		name 'Front Headphone Phantom Jack'
		value true
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}

Comment 2 David 2014-05-29 00:09:36 UTC
(In reply to Raymond from comment #1)
> did you set front audio panel to AC97 in BIOS setup ?
Checked. It is set a AC97. Also HD Audio Device is enabled

> 
> do your computer chassis have hda front audio panel which support Jack
> detection ?
> 
Yes, it does have audio jacks on the front panel. The alsa-info.sh output shows the control entries as you list below. I assume that means that it supports Jack detection. Is that a correct assumption or do I need to check something else?
It also shows control 39 - 44 as well (Listed below).
I also have tried running vlc and selecting each audio output in turn and none had any sound. The audio selections were the default, systemdefault, and several surround sound selections as well.

One thing I did not put the the original report was that if I reboot to the 3.11.x kernel the sound works as expected.

Thanks,

David

        control.39 {
                iface CARD
                name 'SPDIF Phantom Jack'
                value true
                comment {
                        access read
                        type BOOLEAN
                        count 1
                }
        }
        control.40 {
                iface PCM
                name 'Playback Channel Map'
                value.0 0
                value.1 0
                comment {
                        access read
                        type INTEGER
                        count 2
                        range '0 - 36'
                }
        }
        control.41 {
                iface PCM
                name 'Capture Channel Map'
                value.0 0
                value.1 0
                comment {
                        access read
                        type INTEGER
                        count 2
                        range '0 - 36'
                }
        }
        control.42 {
                iface PCM
                device 1
                name 'Playback Channel Map'
                value.0 0
                value.1 0
                comment {
                        access read
                        type INTEGER
                        count 2
                        range '0 - 36'
                }
        }
        control.43 {
                iface PCM
                device 2
                name 'Capture Channel Map'
                value.0 0
                value.1 0
                comment {
                        access read
                        type INTEGER
                        count 2
                        range '0 - 36'
                }
        }
        control.44 {
                iface MIXER
                name 'PCM Playback Volume'
                value.0 255
                value.1 255
                comment {
                        access 'read write user'
                        type INTEGER
                        count 2
                        range '0 - 255'
                        tlv '0000000100000008ffffec1400000014'
                        dbmin -5100
                        dbmax 0
                        dbvalue.0 0
                        dbvalue.1 0
                }
        } 
> 
> 
> control.34 {
> 		iface CARD
> 		name 'Front Mic Phantom Jack'
> 		value true
> 		comment {
> 			access read
> 			type BOOLEAN
> 			count 1
> 		}
> 	}
> 	control.35 {
> 		iface CARD
> 		name 'Rear Mic Jack'
> 		value false
> 		comment {
> 			access read
> 			type BOOLEAN
> 			count 1
> 		}
> 	}
> 	control.36 {
> 		iface CARD
> 		name 'Line Jack'
> 		value true
> 		comment {
> 			access read
> 			type BOOLEAN
> 			count 1
> 		}
> 	}
> 	control.37 {
> 		iface CARD
> 		name 'Line Out Jack'
> 		value true
> 		comment {
> 			access read
> 			type BOOLEAN
> 			count 1
> 		}
> 	}
> 	control.38 {
> 		iface CARD
> 		name 'Front Headphone Phantom Jack'
> 		value true
> 		comment {
> 			access read
> 			type BOOLEAN
> 			count 1
> 		}
> 	}

Comment 3 Raymond 2014-05-29 09:18:15 UTC
the headphone phantom Jack mean no Jack detection circuit 

and it is strange that  your codec info is incomplete, almost empty

did you remove pulseaudio ?

Comment 4 David 2014-05-29 10:13:33 UTC
(In reply to Raymond from comment #3)
> the headphone phantom Jack mean no Jack detection circuit 
> 
> and it is strange that  your codec info is incomplete, almost empty
>
The alsa-info.sh output was almost 40000 bytes.
The information when I created the initial bug entry was that the attachment was limited to 20000 bytes, so I removed what I assumed would be the least important info to get the size down.

> did you remove pulseaudio ?

No, pulseaudio is installed and running.

David

Comment 5 David 2014-05-31 16:09:43 UTC
Created attachment 901092 [details]
alsa-info.sh output

The file size limit is 20000 KB but I have seen bigger files so I am reporting the full output.
David

Comment 6 David 2014-06-21 14:24:46 UTC
I tried with the new kernel 3.14.8-200.fc20.i686+PAE and the sound problem still exists.

David

Comment 7 Raymond 2014-06-28 11:37:11 UTC
you have to post output of

 pactl list

pactl stat


if your front audio panel does not support Jack detction

pulseaudio verbose log

http://fedoraproject.org/wiki/How_to_debug_PulseAudio_problems

Comment 8 David 2014-06-29 21:12:29 UTC
(In reply to Raymond from comment #7)
> you have to post output of
> 
>  pactl list
> 
> pactl stat
> 
> 
> if your front audio panel does not support Jack detction
> 
> pulseaudio verbose log
> 
> http://fedoraproject.org/wiki/How_to_debug_PulseAudio_problems

The information in the link you provided unfortunately did not lead to a resolution.

The link you provided lead me to:
http://fedoraproject.org/wiki/How_to_debug_sound_problems#Hardware_information

It said that to eliminate pulseaudio as a possible problem delete alsa-plugins-pulseaudio. If the problem still persists then it probably not due to pulseaudio.

Without alsa-plugins-pulseaudio I rebooted and the problem still persisted.

I also noticed that alsamixer does not work with the new kernel.

If I reboot to the 3.11.10-301.fc20.i686+PAE kernel sound works as expected.

In comment #5 I attached the complete output from alsa-info.sh from the 3.14.3-200.fc20.i686+PAE kernel.

I am at a loss as to what to try next.

Any ideas will be appreciated,

David

Comment 9 David 2014-07-05 20:15:45 UTC
I updated to kernel-3.14.9-200.fc20.i686+PAE, shutdown, rebooted.
No joy for sound.

Shutdown and booted to 3.11.x kernel. Sound works.

David

Comment 10 mwp.junk 2014-07-23 00:14:11 UTC
Having a similar issue on a new Dell M4800 with an HDA Intel PCH Realtek ALC3226 and HDA NVidia HDMI/DP; however, reverting to 3.11 kernel does not work for me.

I can get headphones to work, but no speakers...

Comment 11 mwp.junk 2014-07-23 00:15:08 UTC
Created attachment 920072 [details]
alsa-info.sh log 2

Comment 12 Raymond 2014-07-23 05:04:36 UTC
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=05843c07ee501cc89a484b2d02528282838a2318

you have  to ask the author

seem same pci ssid

Advanced information - PCI Vendor/Device/Subsystem ID's
!!-------------------------------------------------------

00:1b.0 0403: 8086:8c20 (rev 04)
	Subsystem: 1028:05cc
--
01:00.1 0403: 10de:0e1b (rev a1)
	Subsystem: 1028:05cc

/class/sound/hwC0D0/init_pin_configs:
0x12 0x90a60140
0x13 0x411111f0
0x14 0x90170110
0x15 0x0221401f
0x16 0x01014020
0x18 0x02a19031
0x19 0x01a1903e
0x1a 0x411111f0
0x1b 0x411111f0
0x1d 0x40700001
0x1e 0x411111f0

/sys/class/sound/hwC0D0/driver_pin_configs:
0x16 0x21014020
0x19 0x21a19030
0x1a 0x01a1913c


419026] sound hdaudioC0D0: autoconfig: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[   18.419027] sound hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[   18.419029] sound hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   18.419029] sound hdaudioC0D0:    mono: mono_out=0x0
[   18.419030] sound hdaudioC0D0:    inputs:
[   18.419031] sound hdaudioC0D0:      Front Mic=0x18
[   18.419032] sound hdaudioC0D0:      Dock Mic=0x19
[   18.419033] sound hdaudioC0D0:      Headset Mic=0x1a
[   18.419034] sound hdaudioC0D0:      Internal Mic=0x12

Comment 13 mwp.junk 2014-07-23 20:19:16 UTC
(In reply to mwp.junk from comment #10)
> Having a similar issue on a new Dell M4800 with an HDA Intel PCH Realtek
> ALC3226 and HDA NVidia HDMI/DP; however, reverting to 3.11 kernel does not
> work for me.
> 
> I can get headphones to work, but no speakers...

Ok, more info...

This has something to do with ALSA and the laptop being docked on a Dell E-port Plus II dock. Undocked, the audio works just fine; however, as soon as I dock, there's no audio but pavucontrol shows activity when Noise.wav is played...

If I plug-in headphones into the laptop headphone jack, I can hear the audio as expected, but no audio after removal.

If I plug-in the headphones to the dock headphone jack, I can hear sound as expected, but once I remove the headphones, the laptop speaker begins working.

So... ALSA must be auto muting the laptop speaker in favor of the headphone jack on the dock? I would think it'd only favor one over the other when a jack is in-use.

Comment 14 David 2014-07-23 22:20:30 UTC
I upgraded to kernel-3.15.6-200.fc20.i686+PAE.
Shutdown and rebooted to new kernel. No sound.

Shutdown and rebooted to kernel-3.11.10-301.fc20.i686+PAE. Had sound.

David

Comment 15 Raymond 2014-07-24 03:51:02 UTC
the previous patch add 0x05cc to use ALC269_FIXUP_DELL2_MIC_NO_PRESENCE


+	SND_PCI_QUIRK(0x1028, 0x05cc, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
+	SND_PCI_QUIRK(0x1028, 0x05cd, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=73bdd597823e2231dc882577dbbaf8df92fe1775

ALC269_FIXUP_DELL2_MIC_NO_PRESENCE] = {
+		.type = HDA_FIXUP_PINS,
+		.v.pins = (const struct hda_pintbl[]) {
+			{ 0x16, 0x21014020 }, /* dock line out */
+			{ 0x19, 0x21a19030 }, /* dock mic */
+			{ 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
+			{ }
+		},

Comment 16 Raymond 2014-07-24 03:56:10 UTC
control.23 {
		iface CARD
		name 'Dock Mic Jack'
		value false
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}


	control.26 {
		iface CARD
		name 'Dock Line Out Jack'
		value false
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}


the Jack detection controls of dock line out and dock mic should return true when plugged and false when unplugged

Comment 17 Raymond 2014-07-24 04:02:45 UTC
you can select just mute the speaker or line out + speaker 



control.12 {
		iface MIXER
		name 'Auto-Mute Mode'
		value 'Line Out+Speaker'
		comment {
			access 'read write'
			type ENUMERATED
			count 1
			item.0 Disabled
			item.1 'Speaker Only'
			item.2 'Line Out+Speaker'
		}
	}
	control.13 {
		iface MIXER
		name 'Capture Source'
		value 'Internal Mic'
		comment {
			access 'read write'
			type ENUMERATED
			count 1
			item.0 'Front Mic'
			item.1 'Dock Mic'
			item.2 'Headset Mic'
			item.3 'Internal Mic'
		}

control.27 {
		iface CARD
		name 'Front Headphone Jack'
		value false
		comment {
			access read
			type BOOLEAN
			count 1
		}
	}

Comment 18 Raymond 2014-07-24 08:52:12 UTC
pulseaudio only has analog-input-dock-mic.conf but no conf for dock line out

http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths

do pulseaudio have a path for dock line out ?

pactl list

Comment 19 David 2014-08-06 18:29:10 UTC
Tried the new kernel version 3.15.7-200.fc20.i686+PAE. no sound.
back to 3.11.10-301.fc20.i686+PAE.

David

Comment 20 Raymond 2014-08-09 16:23:22 UTC
you have to post the output of 

pactl list

and pulseaudio verbose log

Comment 21 Raymond 2014-08-10 08:09:52 UTC

try hda-verb GET_PIN_SENSE if hda-jack-sense-test is not available


http://git.alsa-project.org/?p=alsa-tools.git;a=blob;f=hda-verb/README;hb=HEAD

the bit 31of the return value is set when jack is plugged and clear when unplugged

0x80000000

Comment 22 David 2014-08-10 18:13:50 UTC
(In reply to Raymond from comment #20)
> you have to post the output of 
> 

The card selected should be HDA ATI SB.
That is what is used in the 3.11.10-301.fc20.i686+PAE kernel.

> pactl list
=============================================================================
pactl list
Module #0
        Name: module-device-restore
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically restore the volume/mute state of devices"
                module.version = "5.0"

Module #1
        Name: module-stream-restore
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically restore the volume/mute/device state of streams"
                module.version = "5.0"

Module #2
        Name: module-card-restore
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically restore profile of cards"
                module.version = "5.0"

Module #3
        Name: module-augment-properties
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Augment the property sets of streams with additional static information"
                module.version = "5.0"

Module #4
        Name: module-switch-on-port-available
        Argument: 
        Usage counter: n/a
        Properties:


Module #5
        Name: module-udev-detect
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Detect available audio hardware and load matching drivers"
                module.version = "5.0"

Module #6
        Name: module-alsa-card
        Argument: device_id="1" name="pci-0000_00_14.2" card_name="alsa_card.pci-0000_00_14.2" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"
        Usage counter: 0
        Properties:
                module.author = "Lennart Poettering"
                module.description = "ALSA Card"
                module.version = "5.0"

Module #7
        Name: module-alsa-card
        Argument: device_id="0" name="pci-0000_03_05.1" card_name="alsa_card.pci-0000_03_05.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"
        Usage counter: 0
        Properties:
                module.author = "Lennart Poettering"
                module.description = "ALSA Card"
                module.version = "5.0"

Module #8
        Name: module-esound-protocol-unix
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "ESOUND protocol (UNIX sockets)"
                module.version = "5.0"

Module #9
        Name: module-native-protocol-unix
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Native protocol (UNIX sockets)"
                module.version = "5.0"

Module #10
        Name: module-default-device-restore
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically restore the default sink and source"
                module.version = "5.0"

Module #11
        Name: module-rescue-streams
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "When a sink/source is removed, try to move its streams to the default sink/source"
                module.version = "5.0"

Module #12
        Name: module-always-sink
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Colin Guthrie"
                module.description = "Always keeps at least one sink loaded even if it's a null one"
                module.version = "5.0"

Module #13
        Name: module-intended-roles
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Automatically set device of streams based on intended roles of devices"
                module.version = "5.0"

Module #14
        Name: module-suspend-on-idle
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "When a sink/source is idle for too long, suspend it"
                module.version = "5.0"

Module #15
        Name: module-systemd-login
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Create a client for each login session of this user"
                module.version = "5.0"

Module #16
        Name: module-position-event-sounds
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
                module.version = "5.0"

Module #17
        Name: module-role-cork
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Lennart Poettering"
                module.description = "Mute & cork streams with certain roles while others exist"
                module.version = "5.0"

Module #18
        Name: module-filter-heuristics
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Colin Guthrie"
                module.description = "Detect when various filters are desirable"
                module.version = "5.0"

Module #19
        Name: module-filter-apply
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Colin Guthrie"
                module.description = "Load filter sinks automatically when needed"
                module.version = "5.0"

Sink #0
        State: SUSPENDED
        Name: alsa_output.pci-0000_00_14.2.analog-stereo
        Description: Built-in Audio Analog Stereo
        Driver: module-alsa-card.c
        Sample Specification: s16le 2ch 44100Hz
        Channel Map: front-left,front-right
        Owner Module: 6
        Mute: yes
        Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor Source: alsa_output.pci-0000_00_14.2.analog-stereo.monitor
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "ALC883 Analog"
                alsa.id = "ALC883 Analog"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "0"
                alsa.card = "1"
                alsa.card_name = "HDA ATI SB"
                alsa.long_card_name = "HDA ATI SB at 0xfe020000 irq 43"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:14.2"
                sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card1"
                device.bus = "pci"
                device.vendor.id = "1002"
                device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
                device.product.id = "4383"
                device.product.name = "SBx00 Azalia (Intel HDA)"
                device.form_factor = "internal"
                device.string = "front:1"
                device.buffering.buffer_size = "352768"
                device.buffering.fragment_size = "176384"
                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 = "Realtek ALC883"
                alsa.components = "HDA:10ec0883,10438232,00100002"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Ports:
                analog-output: Analog Output (priority: 9900)
                analog-output-lineout: Line Out (priority: 9900, available)
                analog-output-headphones: Headphones (priority: 9000)
        Active Port: analog-output
        Formats:
                pcm

Source #0
        State: SUSPENDED
        Name: alsa_output.pci-0000_00_14.2.analog-stereo.monitor
        Description: Monitor of Built-in Audio Analog Stereo
        Driver: module-alsa-card.c
        Sample Specification: s16le 2ch 44100Hz
        Channel Map: front-left,front-right
        Owner Module: 6
        Mute: no
        Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor of Sink: alsa_output.pci-0000_00_14.2.analog-stereo
        Latency: 0 usec, configured 0 usec
        Flags: DECIBEL_VOLUME LATENCY 
        Properties:
                device.description = "Monitor of Built-in Audio Analog Stereo"
                device.class = "monitor"
                alsa.card = "1"
                alsa.card_name = "HDA ATI SB"
                alsa.long_card_name = "HDA ATI SB at 0xfe020000 irq 43"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:14.2"
                sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card1"
                device.bus = "pci"
                device.vendor.id = "1002"
                device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
                device.product.id = "4383"
                device.product.name = "SBx00 Azalia (Intel HDA)"
                device.form_factor = "internal"
                device.string = "1"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Formats:
                pcm

Source #1
        State: SUSPENDED
        Name: alsa_input.pci-0000_00_14.2.analog-stereo
        Description: Built-in Audio Analog Stereo
        Driver: module-alsa-card.c
        Sample Specification: s16le 2ch 44100Hz
        Channel Map: front-left,front-right
        Owner Module: 6
        Mute: no
        Volume: front-left: 8739 /  13% / -52.50 dB,   front-right: 8739 /  13% / -52.50 dB
                balance 0.00
        Base Volume: 5514 /   8% / -64.50 dB
        Monitor of Sink: n/a
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "ALC883 Analog"
                alsa.id = "ALC883 Analog"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "0"
                alsa.card = "1"
                alsa.card_name = "HDA ATI SB"
                alsa.long_card_name = "HDA ATI SB at 0xfe020000 irq 43"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:14.2"
                sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card1"
                device.bus = "pci"
                device.vendor.id = "1002"
                device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
                device.product.id = "4383"
                device.product.name = "SBx00 Azalia (Intel HDA)"
                device.form_factor = "internal"
                device.string = "front:1"
                device.buffering.buffer_size = "352768"
                device.buffering.fragment_size = "176384"
                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 = "Realtek ALC883"
                alsa.components = "HDA:10ec0883,10438232,00100002"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Ports:
                analog-input-front-mic: Front Microphone (priority: 8500)
                analog-input-rear-mic: Rear Microphone (priority: 8200, not available)
                analog-input-linein: Line In (priority: 8100, available)
        Active Port: analog-input-front-mic
        Formats:
                pcm

Source #2
        State: SUSPENDED
        Name: alsa_input.pci-0000_03_05.1.analog-stereo
        Description: CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (pcHDTV HD-5500) Analog Stereo
        Driver: module-alsa-card.c
        Sample Specification: s16le 2ch 48000Hz
        Channel Map: front-left,front-right
        Owner Module: 7
        Mute: no
        Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor of Sink: n/a
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.resolution_bits = "16"
                device.api = "alsa"
                device.class = "sound"
                alsa.class = "generic"
                alsa.subclass = "generic-mix"
                alsa.name = "CX88 Digital"
                alsa.id = "CX88 Digital"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                alsa.device = "0"
                alsa.card = "0"
                alsa.card_name = "Conexant CX8801"
                alsa.long_card_name = "Conexant CX8801 at 0xfb000000"
                alsa.driver_name = "cx88_alsa"
                device.bus_path = "pci-0000:03:05.1"
                sysfs.path = "/devices/pci0000:00/0000:00:14.4/0000:03:05.1/sound/card0"
                device.bus = "pci"
                device.vendor.id = "14f1"
                device.vendor.name = "Conexant Systems, Inc."
                device.product.id = "8801"
                device.product.name = "CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (pcHDTV HD-5500)"
                device.string = "hw:0"
                device.buffering.buffer_size = "262144"
                device.buffering.fragment_size = "1024"
                device.access_mode = "mmap+timer"
                device.profile.name = "analog-stereo"
                device.profile.description = "Analog Stereo"
                device.description = "CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (pcHDTV HD-5500) Analog Stereo"
                alsa.mixer_name = "CX88"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Ports:
                analog-input: Analog Input (priority: 10000)
        Active Port: analog-input
        Formats:
                pcm

Client #0
        Driver: module-systemd-login.c
        Owner Module: 15
        Properties:
                application.name = "Login Session 4"
                systemd-login.session = "4"

Client #1
        Driver: module-systemd-login.c
        Owner Module: 15
        Properties:
                application.name = "Login Session 3"
                systemd-login.session = "3"

Client #2
        Driver: module-systemd-login.c
        Owner Module: 15
        Properties:
                application.name = "Login Session 5"
                systemd-login.session = "5"

Client #4
        Driver: protocol-native.c
        Owner Module: 9
        Properties:
                application.name = "pactl"
                native-protocol.peer = "UNIX socket client"
                native-protocol.version = "29"
                application.process.id = "4319"
                application.process.user = "cs"
                application.process.host = "star9.home.com"
                application.process.binary = "pactl"
                application.language = "en_US.UTF-8"
                window.x11.display = "localhost:11.0"
                application.process.machine_id = "a3f3101b05934ec1b1adb66d99f22442"
                application.process.session_id = "5"

Card #0
        Name: alsa_card.pci-0000_00_14.2
        Driver: module-alsa-card.c
        Owner Module: 6
        Properties:
                alsa.card = "1"
                alsa.card_name = "HDA ATI SB"
                alsa.long_card_name = "HDA ATI SB at 0xfe020000 irq 43"
                alsa.driver_name = "snd_hda_intel"
                device.bus_path = "pci-0000:00:14.2"
                sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card1"
                device.bus = "pci"
                device.vendor.id = "1002"
                device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
                device.product.id = "4383"
                device.product.name = "SBx00 Azalia (Intel HDA)"
                device.form_factor = "internal"
                device.string = "1"
                device.description = "Built-in Audio"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Profiles:
                input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority: 60, available: yes)
                output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority: 6000, available: yes)
                output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority: 6060, available: yes)
                output:iec958-stereo: Digital Stereo (IEC958) Output (sinks: 1, sources: 0, priority: 5500, available: yes)
                output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 5560, available: yes)
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
        Active Profile: output:analog-stereo+input:analog-stereo
        Ports:
                analog-input-front-mic: Front Microphone (priority: 8500, latency offset: 0 usec)
                        Properties:
                                device.icon_name = "audio-input-microphone"
                        Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:iec958-stereo+input:analog-stereo
                analog-input-rear-mic: Rear Microphone (priority: 8200, latency offset: 0 usec, not available)
                        Properties:
                                device.icon_name = "audio-input-microphone"
                        Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:iec958-stereo+input:analog-stereo
                analog-input-linein: Line In (priority: 8100, latency offset: 0 usec, available)
                        Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:iec958-stereo+input:analog-stereo
                analog-output: Analog Output (priority: 9900, latency offset: 0 usec)
                        Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
                analog-output-lineout: Line Out (priority: 9900, latency offset: 0 usec, available)
                        Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
                analog-output-headphones: Headphones (priority: 9000, latency offset: 0 usec)
                        Properties:
                                device.icon_name = "audio-headphones"
                        Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
                iec958-stereo-output: Digital Output (S/PDIF) (priority: 0, latency offset: 0 usec)
                        Part of profile(s): output:iec958-stereo, output:iec958-stereo+input:analog-stereo

Card #1
        Name: alsa_card.pci-0000_03_05.1
        Driver: module-alsa-card.c
        Owner Module: 7
        Properties:
                alsa.card = "0"
                alsa.card_name = "Conexant CX8801"
                alsa.long_card_name = "Conexant CX8801 at 0xfb000000"
                alsa.driver_name = "cx88_alsa"
                device.bus_path = "pci-0000:03:05.1"
                sysfs.path = "/devices/pci0000:00/0000:00:14.4/0000:03:05.1/sound/card0"
                device.bus = "pci"
                device.vendor.id = "14f1"
                device.vendor.name = "Conexant Systems, Inc."
                device.product.id = "8801"
                device.product.name = "CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (pcHDTV HD-5500)"
                device.string = "0"
                device.description = "CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (pcHDTV HD-5500)"
                module-udev-detect.discovered = "1"
                device.icon_name = "audio-card-pci"
        Profiles:
                input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority: 60, available: yes)
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
        Active Profile: input:analog-stereo
        Ports:
                analog-input: Analog Input (priority: 10000, latency offset: 0 usec)
                        Part of profile(s): input:analog-stereo
===============================================================================

> and pulseaudio verbose log

==============================================================================
pulseaudio --verbose
I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
I: [pulseaudio] core-util.c: Failed to acquire high-priority scheduling: Permission denied
I: [pulseaudio] main.c: This is PulseAudio 5.0
I: [pulseaudio] main.c: Page size is 4096 bytes
I: [pulseaudio] main.c: Machine ID is a3f3101b05934ec1b1adb66d99f22442.
I: [pulseaudio] main.c: Session ID is 4.
I: [pulseaudio] main.c: Using runtime directory /run/user/1002/pulse.
I: [pulseaudio] main.c: Using state directory /home/cs/.config/pulse.
I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-5.0/modules.
I: [pulseaudio] main.c: Running in system mode: no
I: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 MMXEXT 3DNOW 3DNOWEXT 
I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
I: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
I: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/cs/.config/pulse/a3f3101b05934ec1b1adb66d99f22442-device-volumes'.
I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
I: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/cs/.config/pulse/a3f3101b05934ec1b1adb66d99f22442-stream-volumes'.
I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
I: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/cs/.config/pulse/a3f3101b05934ec1b1adb66d99f22442-card-database'.
I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI SB/HDA ATI SB.conf
I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA ATI SB
I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA ATI SB use case configuration -2
I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA ATI SB
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:1: Invalid argument
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL front:1
I: [pulseaudio] alsa-util.c: Unable to attach to mixer front:1: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:1: Invalid argument
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D1c' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:1: No such file or directory
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:1: Invalid argument
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL front:1
I: [pulseaudio] alsa-util.c: Unable to attach to mixer front:1: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround40:1: Invalid argument
I: [pulseaudio] (alsa-lib)pcm_params.c: Slave PCM not usable
I: [pulseaudio] (alsa-lib)pcm_params.c: Slave PCM not usable
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround41:1: Invalid argument
I: [pulseaudio] (alsa-lib)pcm_params.c: Slave PCM not usable
I: [pulseaudio] (alsa-lib)pcm_params.c: Slave PCM not usable
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround50:1: Invalid argument
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround51:1: Invalid argument
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround71:1: Invalid argument
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL iec958:1
I: [pulseaudio] alsa-util.c: Unable to attach to mixer iec958:1: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:1
I: [pulseaudio] alsa-util.c: Error opening PCM device dca:1: No such file or directory
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D3p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:1: No such file or directory
I: [pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.pci-0000_00_14.2.
I: [pulseaudio] card.c: Created 0 "alsa_card.pci-0000_00_14.2"
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
I: [pulseaudio] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
I: [pulseaudio] alsa-util.c: ALSA period wakeups disabled
I: [pulseaudio] alsa-sink.c: Successfully opened device front:1.
I: [pulseaudio] alsa-sink.c: Selected mapping 'Analog Stereo' (analog-stereo).
I: [pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
I: [pulseaudio] alsa-sink.c: Successfully enabled timer-based scheduling mode.
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL front:1
I: [pulseaudio] alsa-util.c: Unable to attach to mixer front:1: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
I: [pulseaudio] sink.c: Created sink 0 "alsa_output.pci-0000_00_14.2.analog-stereo" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] sink.c:     alsa.resolution_bits = "16"
I: [pulseaudio] sink.c:     device.api = "alsa"
I: [pulseaudio] sink.c:     device.class = "sound"
I: [pulseaudio] sink.c:     alsa.class = "generic"
I: [pulseaudio] sink.c:     alsa.subclass = "generic-mix"
I: [pulseaudio] sink.c:     alsa.name = "ALC883 Analog"
I: [pulseaudio] sink.c:     alsa.id = "ALC883 Analog"
I: [pulseaudio] sink.c:     alsa.subdevice = "0"
I: [pulseaudio] sink.c:     alsa.subdevice_name = "subdevice #0"
I: [pulseaudio] sink.c:     alsa.device = "0"
I: [pulseaudio] sink.c:     alsa.card = "1"
I: [pulseaudio] sink.c:     alsa.card_name = "HDA ATI SB"
I: [pulseaudio] sink.c:     alsa.long_card_name = "HDA ATI SB at 0xfe020000 irq 43"
I: [pulseaudio] sink.c:     alsa.driver_name = "snd_hda_intel"
I: [pulseaudio] sink.c:     device.bus_path = "pci-0000:00:14.2"
I: [pulseaudio] sink.c:     sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card1"
I: [pulseaudio] sink.c:     device.bus = "pci"
I: [pulseaudio] sink.c:     device.vendor.id = "1002"
I: [pulseaudio] sink.c:     device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
I: [pulseaudio] sink.c:     device.product.id = "4383"
I: [pulseaudio] sink.c:     device.product.name = "SBx00 Azalia (Intel HDA)"
I: [pulseaudio] sink.c:     device.form_factor = "internal"
I: [pulseaudio] sink.c:     device.string = "front:1"
I: [pulseaudio] sink.c:     device.buffering.buffer_size = "352768"
I: [pulseaudio] sink.c:     device.buffering.fragment_size = "176384"
I: [pulseaudio] sink.c:     device.access_mode = "mmap+timer"
I: [pulseaudio] sink.c:     device.profile.name = "analog-stereo"
I: [pulseaudio] sink.c:     device.profile.description = "Analog Stereo"
I: [pulseaudio] sink.c:     device.description = "Built-in Audio Analog Stereo"
I: [pulseaudio] sink.c:     alsa.mixer_name = "Realtek ALC883"
I: [pulseaudio] sink.c:     alsa.components = "HDA:10ec0883,10438232,00100002"
I: [pulseaudio] sink.c:     module-udev-detect.discovered = "1"
I: [pulseaudio] sink.c:     device.icon_name = "audio-card-pci"
I: [pulseaudio] source.c: Created source 0 "alsa_output.pci-0000_00_14.2.analog-stereo.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] source.c:     device.description = "Monitor of Built-in Audio Analog Stereo"
I: [pulseaudio] source.c:     device.class = "monitor"
I: [pulseaudio] source.c:     alsa.card = "1"
I: [pulseaudio] source.c:     alsa.card_name = "HDA ATI SB"
I: [pulseaudio] source.c:     alsa.long_card_name = "HDA ATI SB at 0xfe020000 irq 43"
I: [pulseaudio] source.c:     alsa.driver_name = "snd_hda_intel"
I: [pulseaudio] source.c:     device.bus_path = "pci-0000:00:14.2"
I: [pulseaudio] source.c:     sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card1"
I: [pulseaudio] source.c:     device.bus = "pci"
I: [pulseaudio] source.c:     device.vendor.id = "1002"
I: [pulseaudio] source.c:     device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
I: [pulseaudio] source.c:     device.product.id = "4383"
I: [pulseaudio] source.c:     device.product.name = "SBx00 Azalia (Intel HDA)"
I: [pulseaudio] source.c:     device.form_factor = "internal"
I: [pulseaudio] source.c:     device.string = "1"
I: [pulseaudio] source.c:     module-udev-detect.discovered = "1"
I: [pulseaudio] source.c:     device.icon_name = "audio-card-pci"
I: [pulseaudio] alsa-sink.c: Using 2.0 fragments of size 176384 bytes (999.91ms), buffer size is 352768 bytes (1999.82ms)
I: [pulseaudio] alsa-sink.c: Time scheduling watermark is 20.00ms
I: [pulseaudio] alsa-sink.c: Successfully enabled deferred volume.
I: [pulseaudio] alsa-sink.c: Hardware volume ranges from -144.00 dB to 0.00 dB.
I: [pulseaudio] alsa-sink.c: Fixing base volume to 0.00 dB
I: [pulseaudio] alsa-sink.c: Using hardware volume control. Hardware dB scale supported.
I: [pulseaudio] alsa-sink.c: Using hardware mute control.
I: [alsa-sink-ALC883 Analog] core-util.c: Clamping rlimit-rttime to 200000 for RealtimeKit
I: [alsa-sink-ALC883 Analog] core-util.c: Failed to acquire real-time scheduling: Permission denied
I: [alsa-sink-ALC883 Analog] alsa-sink.c: Starting playback.
I: [pulseaudio] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
I: [pulseaudio] alsa-util.c: ALSA period wakeups disabled
I: [pulseaudio] alsa-source.c: Successfully opened device front:1.
I: [pulseaudio] alsa-source.c: Selected mapping 'Analog Stereo' (analog-stereo).
I: [pulseaudio] alsa-source.c: Successfully enabled mmap() mode.
I: [pulseaudio] alsa-source.c: Successfully enabled timer-based scheduling mode.
I: [pulseaudio] (alsa-lib)control.c: Invalid CTL front:1
I: [pulseaudio] alsa-util.c: Unable to attach to mixer front:1: No such file or directory
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
I: [pulseaudio] source.c: Created source 1 "alsa_input.pci-0000_00_14.2.analog-stereo" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] source.c:     alsa.resolution_bits = "16"
I: [pulseaudio] source.c:     device.api = "alsa"
I: [pulseaudio] source.c:     device.class = "sound"
I: [pulseaudio] source.c:     alsa.class = "generic"
I: [pulseaudio] source.c:     alsa.subclass = "generic-mix"
I: [pulseaudio] source.c:     alsa.name = "ALC883 Analog"
I: [pulseaudio] source.c:     alsa.id = "ALC883 Analog"
I: [pulseaudio] source.c:     alsa.subdevice = "0"
I: [pulseaudio] source.c:     alsa.subdevice_name = "subdevice #0"
I: [pulseaudio] source.c:     alsa.device = "0"
I: [pulseaudio] source.c:     alsa.card = "1"
I: [pulseaudio] source.c:     alsa.card_name = "HDA ATI SB"
I: [pulseaudio] source.c:     alsa.long_card_name = "HDA ATI SB at 0xfe020000 irq 43"
I: [pulseaudio] source.c:     alsa.driver_name = "snd_hda_intel"
I: [pulseaudio] source.c:     device.bus_path = "pci-0000:00:14.2"
I: [pulseaudio] source.c:     sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card1"
I: [pulseaudio] source.c:     device.bus = "pci"
I: [pulseaudio] source.c:     device.vendor.id = "1002"
I: [pulseaudio] source.c:     device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
I: [pulseaudio] source.c:     device.product.id = "4383"
I: [pulseaudio] source.c:     device.product.name = "SBx00 Azalia (Intel HDA)"
I: [pulseaudio] source.c:     device.form_factor = "internal"
I: [pulseaudio] source.c:     device.string = "front:1"
I: [pulseaudio] source.c:     device.buffering.buffer_size = "352768"
I: [pulseaudio] source.c:     device.buffering.fragment_size = "176384"
I: [pulseaudio] source.c:     device.access_mode = "mmap+timer"
I: [pulseaudio] source.c:     device.profile.name = "analog-stereo"
I: [pulseaudio] source.c:     device.profile.description = "Analog Stereo"
I: [pulseaudio] source.c:     device.description = "Built-in Audio Analog Stereo"
I: [pulseaudio] source.c:     alsa.mixer_name = "Realtek ALC883"
I: [pulseaudio] source.c:     alsa.components = "HDA:10ec0883,10438232,00100002"
I: [pulseaudio] source.c:     module-udev-detect.discovered = "1"
I: [pulseaudio] source.c:     device.icon_name = "audio-card-pci"
I: [pulseaudio] alsa-source.c: Using 2.0 fragments of size 176384 bytes (999.91ms), buffer size is 352768 bytes (1999.82ms)
I: [pulseaudio] alsa-source.c: Time scheduling watermark is 20.00ms
I: [pulseaudio] alsa-source.c: Successfully enabled deferred volume.
I: [pulseaudio] alsa-source.c: Hardware volume ranges from -12.00 dB to 64.50 dB.
I: [pulseaudio] alsa-source.c: Fixing base volume to -64.50 dB
I: [pulseaudio] alsa-source.c: Using hardware volume control. Hardware dB scale supported.
I: [pulseaudio] alsa-source.c: Using hardware mute control.
I: [alsa-source-ALC883 Analog] core-util.c: Failed to acquire real-time scheduling: Permission denied
I: [pulseaudio] module.c: Loaded "module-alsa-card" (index: #6; argument: "device_id="1" name="pci-0000_00_14.2" card_name="alsa_card.pci-0000_00_14.2" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"").
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:14.2/sound/card1 (alsa_card.pci-0000_00_14.2) module loaded.
I: [alsa-source-ALC883 Analog] alsa-source.c: Starting capture.
I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/Conexant CX8801/Conexant CX8801.conf
I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card Conexant CX8801
I: [pulseaudio] (alsa-lib)main.c: error: failed to import Conexant CX8801 use case configuration -2
I: [pulseaudio] alsa-ucm.c: UCM not available for card Conexant CX8801
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid argument
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.front.0:CARD=0'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM front:0
I: [pulseaudio] alsa-util.c: Error opening PCM device front:0: No such file or directory
I: [pulseaudio] alsa-util.c: Device hw:0 doesn't support 44100 Hz, changed to 48000 Hz.
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid argument
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM iec958:0
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: No such file or directory
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.front.0:CARD=0'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM front:0
I: [pulseaudio] alsa-util.c: Error opening PCM device front:0: No such file or directory
I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0p' failed (-2)
I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.surround40.0:CARD=0'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround40:0
I: [pulseaudio] alsa-util.c: Error opening PCM device surround40:0: No such file or directory
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.surround51.0:CARD=0'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround41:0
I: [pulseaudio] alsa-util.c: Error opening PCM device surround41:0: No such file or directory
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.surround51.0:CARD=0'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround50:0
I: [pulseaudio] alsa-util.c: Error opening PCM device surround50:0: No such file or directory
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.surround51.0:CARD=0'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround51:0
I: [pulseaudio] alsa-util.c: Error opening PCM device surround51:0: No such file or directory
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.surround71.0:CARD=0'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM surround71:0
I: [pulseaudio] alsa-util.c: Error opening PCM device surround71:0: No such file or directory
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM iec958:0
I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0
I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:0
I: [pulseaudio] alsa-util.c: Error opening PCM device dca:0: No such file or directory
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.hdmi.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM hdmi:0
I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0: No such file or directory
I: [pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.pci-0000_03_05.1.
I: [pulseaudio] card.c: Created 1 "alsa_card.pci-0000_03_05.1"
I: [pulseaudio] (alsa-lib)confmisc.c: Unable to find definition 'cards.CX88x.pcm.front.0:CARD=0'
I: [pulseaudio] (alsa-lib)conf.c: function snd_func_refer returned error: No such file or directory
I: [pulseaudio] (alsa-lib)conf.c: Evaluate error: No such file or directory
I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM front:0
I: [pulseaudio] alsa-util.c: Error opening PCM device front:0: No such file or directory
I: [pulseaudio] alsa-util.c: cannot disable ALSA period wakeups
I: [pulseaudio] alsa-util.c: Device hw:0 doesn't support 44100 Hz, changed to 48000 Hz.
I: [pulseaudio] alsa-util.c: ALSA period wakeups were not disabled
I: [pulseaudio] alsa-source.c: Successfully opened device hw:0.
I: [pulseaudio] alsa-source.c: Selected mapping 'Analog Stereo' (analog-stereo).
I: [pulseaudio] alsa-source.c: Successfully enabled mmap() mode.
I: [pulseaudio] alsa-source.c: Successfully enabled timer-based scheduling mode.
I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
W: [pulseaudio] source.c: Default and alternate sample rates are the same.
I: [pulseaudio] source.c: Created source 2 "alsa_input.pci-0000_03_05.1.analog-stereo" with sample spec s16le 2ch 48000Hz and channel map front-left,front-right
I: [pulseaudio] source.c:     alsa.resolution_bits = "16"
I: [pulseaudio] source.c:     device.api = "alsa"
I: [pulseaudio] source.c:     device.class = "sound"
I: [pulseaudio] source.c:     alsa.class = "generic"
I: [pulseaudio] source.c:     alsa.subclass = "generic-mix"
I: [pulseaudio] source.c:     alsa.name = "CX88 Digital"
I: [pulseaudio] source.c:     alsa.id = "CX88 Digital"
I: [pulseaudio] source.c:     alsa.subdevice = "0"
I: [pulseaudio] source.c:     alsa.subdevice_name = "subdevice #0"
I: [pulseaudio] source.c:     alsa.device = "0"
I: [pulseaudio] source.c:     alsa.card = "0"
I: [pulseaudio] source.c:     alsa.card_name = "Conexant CX8801"
I: [pulseaudio] source.c:     alsa.long_card_name = "Conexant CX8801 at 0xfb000000"
I: [pulseaudio] source.c:     alsa.driver_name = "cx88_alsa"
I: [pulseaudio] source.c:     device.bus_path = "pci-0000:03:05.1"
I: [pulseaudio] source.c:     sysfs.path = "/devices/pci0000:00/0000:00:14.4/0000:03:05.1/sound/card0"
I: [pulseaudio] source.c:     device.bus = "pci"
I: [pulseaudio] source.c:     device.vendor.id = "14f1"
I: [pulseaudio] source.c:     device.vendor.name = "Conexant Systems, Inc."
I: [pulseaudio] source.c:     device.product.id = "8801"
I: [pulseaudio] source.c:     device.product.name = "CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (pcHDTV HD-5500)"
I: [pulseaudio] source.c:     device.string = "hw:0"
I: [pulseaudio] source.c:     device.buffering.buffer_size = "262144"
I: [pulseaudio] source.c:     device.buffering.fragment_size = "1024"
I: [pulseaudio] source.c:     device.access_mode = "mmap+timer"
I: [pulseaudio] source.c:     device.profile.name = "analog-stereo"
I: [pulseaudio] source.c:     device.profile.description = "Analog Stereo"
I: [pulseaudio] source.c:     device.description = "CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (pcHDTV HD-5500) Analog Stereo"
I: [pulseaudio] source.c:     alsa.mixer_name = "CX88"
I: [pulseaudio] source.c:     module-udev-detect.discovered = "1"
I: [pulseaudio] source.c:     device.icon_name = "audio-card-pci"
I: [pulseaudio] alsa-source.c: Using 256.0 fragments of size 1024 bytes (5.33ms), buffer size is 262144 bytes (1365.33ms)
I: [pulseaudio] alsa-source.c: Time scheduling watermark is 18.38ms
I: [pulseaudio] alsa-source.c: Driver does not support hardware volume control, falling back to software volume control.
I: [pulseaudio] alsa-source.c: Driver does not support hardware mute control, falling back to software mute control.
I: [alsa-source-CX88 Digital] core-util.c: Failed to acquire real-time scheduling: Permission denied
I: [alsa-source-CX88 Digital] alsa-source.c: Starting capture.
I: [pulseaudio] module.c: Loaded "module-alsa-card" (index: #7; argument: "device_id="0" name="pci-0000_03_05.1" card_name="alsa_card.pci-0000_03_05.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"").
I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:14.4/0000:03:05.1/sound/card0 (alsa_card.pci-0000_03_05.1) module loaded.
I: [pulseaudio] module-udev-detect.c: Found 2 cards.
I: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #5; argument: "").
I: [pulseaudio] module.c: Loaded "module-esound-protocol-unix" (index: #8; argument: "").
I: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #9; argument: "").
I: [pulseaudio] module-default-device-restore.c: Restored default sink 'alsa_output.pci-0000_00_14.2.analog-stereo'.
I: [pulseaudio] module-default-device-restore.c: Restored default source 'alsa_input.pci-0000_00_14.2.analog-stereo'.
I: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #10; argument: "").
I: [pulseaudio] module.c: Loaded "module-rescue-streams" (index: #11; argument: "").
I: [pulseaudio] module.c: Loaded "module-always-sink" (index: #12; argument: "").
I: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #13; argument: "").
I: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #14; argument: "").
I: [pulseaudio] client.c: Created 0 "Login Session 4"
I: [pulseaudio] client.c: Created 1 "Login Session 3"
I: [pulseaudio] module.c: Loaded "module-systemd-login" (index: #15; argument: "").
I: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #16; argument: "").
I: [pulseaudio] module.c: Loaded "module-role-cork" (index: #17; argument: "").
I: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #18; argument: "").
I: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #19; argument: "").
I: [pulseaudio] main.c: Daemon startup complete.
I: [pulseaudio] module-suspend-on-idle.c: Source alsa_input.pci-0000_03_05.1.analog-stereo idle for too long, suspending ...
I: [alsa-source-CX88 Digital] alsa-source.c: Device suspended...
I: [pulseaudio] module-suspend-on-idle.c: Source alsa_input.pci-0000_00_14.2.analog-stereo idle for too long, suspending ...
I: [alsa-source-ALC883 Analog] alsa-source.c: Device suspended...
I: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo idle for too long, suspending ...
I: [alsa-sink-ALC883 Analog] alsa-sink.c: Device suspended...
I: [pulseaudio] client.c: Created 2 "Login Session 5"
I: [pulseaudio] client.c: Created 3 "Native client (UNIX socket client)"
I: [pulseaudio] protocol-native.c: Got credentials: uid=1002 gid=100 success=1
I: [pulseaudio] sink-input.c: Trying to change sample rate
I: [alsa-sink-ALC883 Analog] alsa-sink.c: Trying resume...
I: [alsa-sink-ALC883 Analog] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
I: [alsa-sink-ALC883 Analog] alsa-util.c: ALSA period wakeups disabled
I: [alsa-sink-ALC883 Analog] alsa-sink.c: Time scheduling watermark is 20.00ms
I: [alsa-sink-ALC883 Analog] alsa-sink.c: Resumed successfully...
I: [alsa-sink-ALC883 Analog] alsa-sink.c: Starting playback.
I: [pulseaudio] remap_sse.c: Using SSE2 mono to stereo remapping
I: [pulseaudio] resampler.c: Choosing speex quality setting 1.
I: [pulseaudio] sink-input.c: Created input 0 "ALSA Playback" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec u8 1ch 22050Hz and channel map mono
I: [pulseaudio] sink-input.c:     media.name = "ALSA Playback"
I: [pulseaudio] sink-input.c:     application.name = "ALSA plug-in [aplay]"
I: [pulseaudio] sink-input.c:     native-protocol.peer = "UNIX socket client"
I: [pulseaudio] sink-input.c:     native-protocol.version = "29"
I: [pulseaudio] sink-input.c:     application.process.id = "4026"
I: [pulseaudio] sink-input.c:     application.process.user = "cs"
I: [pulseaudio] sink-input.c:     application.process.host = "star9.home.com"
I: [pulseaudio] sink-input.c:     application.process.binary = "aplay"
I: [pulseaudio] sink-input.c:     application.language = "en_US.UTF-8"
I: [pulseaudio] sink-input.c:     window.x11.display = "localhost:11.0"
I: [pulseaudio] sink-input.c:     application.process.machine_id = "a3f3101b05934ec1b1adb66d99f22442"
I: [pulseaudio] sink-input.c:     application.process.session_id = "5"
I: [pulseaudio] sink-input.c:     module-stream-restore.id = "sink-input-by-application-name:ALSA plug-in [aplay]"
I: [pulseaudio] protocol-native.c: Requested tlength=500.00 ms, minreq=124.99 ms
I: [pulseaudio] protocol-native.c: Final latency 624.99 ms = 250.02 ms + 2*124.99 ms + 124.99 ms
I: [pulseaudio] sink-input.c: Freeing input 0 "ALSA Playback"
I: [pulseaudio] client.c: Freed 3 "ALSA plug-in [aplay]"
I: [pulseaudio] protocol-native.c: Connection died.
I: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo idle for too long, suspending ...
I: [alsa-sink-ALC883 Analog] alsa-sink.c: Device suspended...

Comment 23 David 2014-08-10 18:18:01 UTC
(In reply to Raymond from comment #21)
> 
> try hda-verb GET_PIN_SENSE if hda-jack-sense-test is not available

This program is not available.


Output from hda-verb GET_PIN_SENSE gave the following:

usage: hda-verb [option] hwdep-device nid verb param
   -l      List known verbs and parameters
   -L      List known verbs and parameters (one per line)

David

> 
> http://git.alsa-project.org/?p=alsa-tools.git;a=blob;f=hda-verb/README;
> hb=HEAD
> 
> the bit 31of the return value is set when jack is plugged and clear when
> unplugged
> 
> 0x80000000

Comment 24 Raymond 2014-08-11 02:44:35 UTC
I: [alsa-sink-ALC883 Analog] core-util.c: Clamping rlimit-rttime to 200000 for RealtimeKit
I: [alsa-sink-ALC883 Analog] core-util.c: Failed to acquire real-time scheduling: Permission denied



did you Change default.pa ?

it is strange that there are three ports when You only have line out and headphone

Ports:
                analog-output: Analog Output (priority: 9900)
                analog-output-lineout: Line Out (priority: 9900, available)
                analog-output-headphones: Headphones (priority: 9000)
        Active Port: analog-output

Comment 25 David 2014-08-11 03:08:10 UTC
(In reply to Raymond from comment #24)
> I: [alsa-sink-ALC883 Analog] core-util.c: Clamping rlimit-rttime to 200000
> for RealtimeKit
> I: [alsa-sink-ALC883 Analog] core-util.c: Failed to acquire real-time
> scheduling: Permission denied
> 
> 
> 
> did you Change default.pa ?

no, I did not.

I installed the following packages:
Aug 10 04:06:49 Installed: xorg-x11-fonts-misc-7.5-9.fc20.noarch
Aug 10 04:06:50 Installed: python-alsa-1.0.26-3.fc20.i686
Aug 10 04:06:52 Installed: alsa-tools-1.0.27-3.fc20.i686
Aug 10 11:31:36 Installed: alsa-plugins-pulseaudio-1.0.27-2.fc20.i686

Then rebooted to the new kernel and ran the programs requested.

David
> 
> it is strange that there are three ports when You only have line out and
> headphone
> 
> Ports:
>                 analog-output: Analog Output (priority: 9900)
>                 analog-output-lineout: Line Out (priority: 9900, available)
>                 analog-output-headphones: Headphones (priority: 9000)
>         Active Port: analog-output

Comment 26 David 2014-09-01 18:12:08 UTC
Tried the new kernel version 3.15.10-201.fc20.i686+PAE. no sound.
back to 3.11.10-301.fc20.i686+PAE.

David

Comment 27 Raymond 2014-09-02 08:22:37 UTC
your TV card is using VERY low latency , less than the scheduling watermark


try disable timer scheduling


: [pulseaudio] source.c:     device.icon_name = "audio-card-pci"
I: [pulseaudio] alsa-source.c: Using 256.0 fragments of size 1024 bytes (5.33ms), buffer size is 262144 bytes (1365.33ms)
I: [pulseaudio] alsa-source.c: Time scheduling watermark is 18.38ms

Comment 28 David 2014-09-02 12:47:54 UTC
(In reply to Raymond from comment #27)
> your TV card is using VERY low latency , less than the scheduling watermark
> 
Is this good or bad?
> 
> try disable timer scheduling
> 
I searched for how to do this and found nothing. Perhaps I did not use the correct term for search.
How do I disable timer scheduling?

Thanks for your help,

David

> 
> : [pulseaudio] source.c:     device.icon_name = "audio-card-pci"
> I: [pulseaudio] alsa-source.c: Using 256.0 fragments of size 1024 bytes
> (5.33ms), buffer size is 262144 bytes (1365.33ms)
> I: [pulseaudio] alsa-source.c: Time scheduling watermark is 18.38ms

Comment 29 David 2014-09-30 03:19:19 UTC
I rebooted with the latest kernel: 3.16.2-200.fc20.i686+PAE. No sound.
3.11.10-301.fc20.i686+PAE still works after reboot.

David

Comment 30 Fedora End Of Life 2015-05-29 11:57:05 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 31 David 2015-05-29 18:46:32 UTC
I have tried the live F21 dvd and sound does not work.
This computer has a pchdtv 5500 tuner, I removed it and reboot the live F21 dvd and did not get any sound.
The last kernel where sound worked was 3.11.10-301.fc20.i686+PAE. I have tried almost all kernels since and sound does not work in any.

If I reboot to the 3.11.10-301.fc20.i686+PAE kernel sound works as expected. the motherboard is an Asus M2A-VM.

What other info can I supply, what else can I try?

Thanks,
David

Comment 32 David 2015-05-29 22:02:53 UTC
Additional info:
I tried a live dvd of Centos7 -- no sound
I tried a live dvd of Linux Mint 17.1 -- no sound
Running pavucontrol shows that the hardware for sound is not being recognized and is using Dummy Output only.

David

Comment 33 Paul DeStefano 2015-05-30 00:21:07 UTC
I'm hoping F22 will fix this.  It's using Kernel 4.x.  I wonder if you plan to try Live F22?

I don't have your video card, but I have the Azilia sound card on my mainboard and it also broke at the same time.  Since sounds works on my other Fedora system (F20 and F21), I assume it's hardware specific.  See bug 1115762.

Comment 34 David 2015-05-30 16:05:47 UTC
(In reply to Paul DeStefano from comment #33)
> I'm hoping F22 will fix this.  It's using Kernel 4.x.  I wonder if you plan
> to try Live F22?
> 
> I don't have your video card, but I have the Azilia sound card on my
> mainboard and it also broke at the same time.  Since sounds works on my
> other Fedora system (F20 and F21), I assume it's hardware specific.  See bug
> 1115762.

My MB has an Azilia sound card as well. 

I tried f22 live dvd. Results no sound/

One additional thing I noticed is that on the kernels that do not work when I run 'aplay -l' there is no sound card '0' only '1'.

I did some more searching and found this:
http://www.allmanpc.com/2014/09/getting-fedora-20-sound-working-again/

It looked like it would be useful so I went through the process. On kernels that did not have sound I still did not have sound. I rebooted to the 3.11.x kernel and sound worked, so I assume that I setup all config files correctly.

David

Comment 35 Paul DeStefano 2015-05-31 02:06:00 UTC
Hmm, again our experience differs slightly.

I see card 0 and I think it is my on-bard device.  In PA, I see it as an output device and the volume monitor for it shows sound when I play something.  But, no sound actually comes out of the mini-photo ports.

Comment 36 David 2015-06-06 19:21:01 UTC
I reinstalled F22 on a spare HDD. I disabled the on-board audio. Then running 'aplay -l' I noticed that there was no sound card 0 only sound card 1.

I re-connected the original HDDs, booted 3.19.x kernel and ran 'aplay -l'. This time there was a sound card 0.

In both cases - no sound, as expected.

The M2A-VM computer has sound problems on F20 with kernels > 3.11.10.x, F21 and F22.

I have installed F21 on several other computers and sound works on all, and that includes one computer that has an Asus M3A76-CM and one that has an Asus M4A78L-M, which I assume are somewhat similar to the Asus M2A-VM that has the sound problem.

From all the searching and testing I have come to the conclusion that there is a problem between the MB and the kernel/sound driver. Neither the on-board audio sound card or the added sound card work with a kernel newer than 3.11.10.x. 

Is there any additional info or programs I can run or possible fixes to test to help fix this problem?

David

Comment 37 Fedora End Of Life 2015-11-04 11:30:55 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 38 Paul DeStefano 2015-11-04 16:27:46 UTC
David, please update this bug so it doesn't get cleared by automated processes.  I'm still having this problem in kernel 4.1!

Comment 39 Paul DeStefano 2016-01-16 03:47:17 UTC
I'm still having this problem with F23.

I'm really really willing to help fix this, but I need more guidance.  I don't understand how this problem has persisted for so long.  I've even changed my motherboard.  This board has one of the (previous generation's) high performance chip sets, so I know lots of other people have this same on-board sound card.

Is there anything I can do to help get this bug fixed?

Comment 40 internet657-redhat 2016-07-02 00:24:59 UTC
I have fedora 23 on my computer and I did not have this problem at first. I don't know what caused but at first, the sound output (displayed in Settings>Sound window) of my Compaq CQ58-330SF laptop was realtek and the sound worked. But for a certain time now the only sound output listed in in the Settings>Sound window of Fedora is "Digital Output (S/PDIF) - Built-in Audio" and my laptop is as mute. I can set the volume to high there's nothing coming out of it. However, with external devices I can get sound.
Could it be linked with another bug I have, which is headphones being completely ignored by fedora? (even when I had sound from my laptop internal sound device).
I ran the "uname -r" command and I got : 4.5.7-200.fc23.x86_64

Comment 41 Fedora End Of Life 2016-07-19 11:33:49 UTC
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.