[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-10-26 Thread Jarno Suni
Fixed in ubuntu 14.04 ** Changed in: alsa-driver (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell OptiPlex

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-04 Thread Jarno Suni
As for #26, I have not filed another bug report, and I think the report you featured is not the same issue. Isn't the bug description clear? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu.

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-04 Thread Jarno Suni
https://bugzilla.kernel.org/show_bug.cgi?id=70011 ** Bug watch added: Linux Kernel Bug Tracker #70011 http://bugzilla.kernel.org/show_bug.cgi?id=70011 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu.

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-04 Thread Raymond
** Also affects: alsa-driver via http://bugzilla.kernel.org/show_bug.cgi?id=70011 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu.

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-03 Thread Jarno Suni
I wish this will be fixed in ubuntu 14.04. Is there a way to test it in 13.10? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell OptiPlex 745,AD1983]Regression:

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-03 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_analog.c?id=cbd209f41ea5f39394de5c1fe2dd9aa54a9c5744 indep headphone had been disabled by this patch it won't be fixed if you did not file a bug at the kernel.org about the PCM playback Volume instead of

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-03 Thread Raymond
have you filed a bug at https://bugzilla.kernel.org/enter_bug.cgi?product=Drivers 0e Analog Mixer Selectively mixes analog input signals into a single signal. 11 Front Mix Amp Individual gain control for the DAC (front) input to the analog mixer. 12 Individual gain control for the Port-B (front

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-03 Thread Raymond
15 Analog Power-Down Power widget Controls power on analog mixer and associated amplifiers. This controls the power of all widgets in its connection list. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu.

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-03 Thread Raymond
0x0c Microphone Selector/Boost Allows microphone source port selection and boost preamplifier setting. 0x0d Line In Selector Allows line in source port selection. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu.

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-03 Thread Raymond
if it is a regression of this patch https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=bd450dcc357646cc277c560ab24b35f940efa585 you can use hda-analyzer connect the loopback mixer -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-03 Thread Raymond
The headphone and speaker were connected to node 0x0e instead of 0x3 in previous version - /* Front, HP selectors; from Mix */ - {0x05, AC_VERB_SET_CONNECT_SEL, 0x01}, - {0x06, AC_VERB_SET_CONNECT_SEL, 0x01}, -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-03 Thread Raymond
mic and Line playback volume /switch were create at node 0x12 and 0x13 - HDA_CODEC_VOLUME(Mic Playback Volume, 0x12, 0x0, HDA_OUTPUT), - HDA_CODEC_MUTE(Mic Playback Switch, 0x12, 0x0, HDA_OUTPUT), - HDA_CODEC_VOLUME(Line Playback Volume, 0x13, 0x0, HDA_OUTPUT), - HDA_CODEC_MUTE(Line Playback

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2014-02-03 Thread Raymond
add back the loopback mixer 0x0e in function patch_ad1983() spec-gen.mixer_nid = 0x0e; -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell OptiPlex

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-09 Thread Raymond
Node 0x0e [Audio Mixer] wcaps 0x200101: Stereo Connection: 3 0x11 0x12 0x13 the mixer has three connection, node 0x11 is connected to DAC node 0x03 - HDA_CODEC_VOLUME(PCM Playback Volume, 0x11, 0x0, HDA_OUTPUT), - HDA_CODEC_MUTE(PCM Playback Switch, 0x11, 0x0, HDA_OUTPUT), Node 0x11

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-09 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/hda- emu.git/tree/codecs/ad1983-dell-optiplex-745 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell OptiPlex

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-09 Thread Jarno Suni
Why did you suggest me to try alsa-daily, if you think that could fix the bug? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell OptiPlex 745,AD1983]Regression:

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-09 Thread Jarno Suni
No I have not reported at kernel.org. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell OptiPlex 745,AD1983]Regression: Input from Line-in / Mic can't be

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-09 Thread Raymond
missing mixer_nid can be added using hint https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/Documentation/sound/alsa /HD-Audio.txt Hint Strings The codec parser have several switches and adjustment knobs for matching better with the actual codec or device behavior.

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-08 Thread Jarno Suni
Raumond, no I have not tried ALSA-daily. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell OptiPlex 745,AD1983]Regression: Input from Line-in / Mic can't be

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-08 Thread Raymond
loopback path: depth=4 :08:0c:12:0e loopback path: depth=4 :09:0c:12:0e - HDA_CODEC_VOLUME(Mic Playback Volume, 0x12, 0x0, HDA_OUTPUT), - HDA_CODEC_MUTE(Mic Playback Switch, 0x12, 0x0, HDA_OUTPUT), - HDA_CODEC_VOLUME(Line Playback Volume, 0x13, 0x0, HDA_OUTPUT), - HDA_CODEC_MUTE(Line Playback

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-08 Thread Raymond
Have you file a bug report at kernel.org ? https://bugzilla.kernel.org/enter_bug.cgi?product=Drivers -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell OptiPlex

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-08 Thread Raymond
the driver should select the path without boost (stepsize=0x27) when the pin is line in it is a side effect of the driver to create Line Boost Volume control Node 0x0c [Audio Selector] wcaps 0x30010d: Stereo Amp-Out Control: name=Mic Boost Volume, index=0, device=0 ControlAmp: chs=3,

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-07 Thread Raymond
** Changed in: alsa-driver (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1257973 Title: [Dell OptiPlex 745,AD1983]Regression: Input from

[Desktop-packages] [Bug 1257973] Re: [Dell OptiPlex 745, AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore

2013-12-05 Thread Raymond
** Summary changed: - Regression: Input from Line-in / Mic can't be listened in the output anymore + [Dell OptiPlex 745,AD1983]Regression: Input from Line-in / Mic can't be listened in the output anymore -- You received this bug notification because you are a member of Desktop Packages,