[Desktop-packages] [Bug 1755326] Re: Periodic glitch in sound with Firewire and snd-dice

2018-05-16 Thread Takashi Sakamoto
Please refer to my report in upstream: http://mailman.alsa-project.org/pipermail/alsa-devel/2016-May/107715.html -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1755326 Title: Perio

[Desktop-packages] [Bug 1755326] Re: Periodic glitch in sound with Firewire and snd-dice

2018-05-16 Thread Takashi Sakamoto
Please refer to my report in upstream: http://mailman.alsa-project.org/pipermail/alsa-devel/2016-May/107715.html -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1755326 Title: Perio

[Desktop-packages] [Bug 1381475] Re: Firewire sound card registered by the name of the fw controller

2016-05-14 Thread Takashi Sakamoto
: pulseaudio (Ubuntu) Status: Triaged => Fix Released ** Changed in: pulseaudio (Ubuntu) Assignee: (unassigned) => Takashi Sakamoto (mocchi) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1170949] Re: AudioFirePre8, MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2015-06-17 Thread Takashi Sakamoto
** Changed in: libffado (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libffado in Ubuntu. https://bugs.launchpad.net/bugs/1170949 Title: AudioFirePre8, MIDI data from hardware port is invalid

[Desktop-packages] [Bug 1381475] Re: Firewire sound card registered by the name of the fw controller

2014-10-20 Thread Takashi Sakamoto
Hi David, > The ID_MODEL_FROM_DATABASE is probably set (for the firewire controller) by > udev/systemd, > see the "hwdb" directory of systemd sources. Exactly. I've already realized it and it require discussion between ALSA, PulseAudio and systemd about which part of userspace has these informat

[Desktop-packages] [Bug 1381475] Re: Firewire sound card registered by the name of the fw controller

2014-10-19 Thread Takashi Sakamoto
FYI, a part of my work is already included in Linux 3.16 or later. In this bug, the reporter uses my breeding-edge in github.com, thus you may have an idea that this is due to out-of-tree kernel modules. But you can actually see the same issue on Ubuntu utopic. http://packages.ubuntu.com/utopic/am

[Desktop-packages] [Bug 1381475] Re: Firewire sound card registered by the name of the fw controller

2014-10-19 Thread Takashi Sakamoto
Hi, I'm an authour of this kernel module (snd-bebob), I think you already know. I'll explain about the naming rule for ALSA FireWire drivers. struct snd_ctl_card_info.driver[16] => BeBoB/Fireworks/OXFW/Dice/Digi00x etc... struct snd_ctl_card_info.name[32] => 'model name' from config ROM,

[Desktop-packages] [Bug 1357928] [PATCH] ALSA: hda - Add TLV_DB_SCALE_MUTE bit for relevant controls

2014-09-01 Thread Takashi Iwai
Signed-off-by: Takashi Iwai --- sound/pci/hda/hda_generic.c| 9 - sound/pci/hda/hda_generic.h| 1 + sound/pci/hda/patch_conexant.c | 8 ++-- sound/pci/hda/patch_sigmatel.c | 5 + 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/sound/pci/hda/hda_generic.c b/sound

Re: [Desktop-packages] [Bug 1357928] Re: [Studio1747, IDT 92HD73C1X5, playback] volume slider problem - Slide to bottom and sound stays off even when slider moved up again

2014-09-01 Thread Takashi Iwai
For the recent kernels, try the patch below. -- 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/1357928 Title: [Studio1747, IDT 92HD73C1X5,playback] volume slider problem - Slide to

Re: [Desktop-packages] [Bug 1357928] Re: [HDA-Intel - HDA Intel MID, playback] volume slider problem - Slide to bottom and sound stays off even when slider moved up again

2014-08-19 Thread Takashi Iwai
has it, but speaker and headphone don't have them yet. I'll cook up some fix later. Takashi -- 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/1357928 Title: [HDA-Intel - HDA I

[Desktop-packages] [Bug 1289730] Re: [RFC PATCH] alsactl: Do not run udev rule before datadir is mounted

2014-06-13 Thread Takashi Iwai
nt) will > >> run later on. > >> > >> BugLink: https://bugs.launchpad.net/bugs/1289730 > >> Signed-off-by: David Henningsson > >> --- > >> > >> I'm not really sure of all quirks in the boot process, and I haven't > >&g

[Desktop-packages] [Bug 1319291] Re: [PATCH] ALSA: hda - Add quirk for ABit AA8XE

2014-06-10 Thread Takashi Iwai
lsa-project.org/db/?f=376c0804cbdde90bcd2cb94799407cb1cacf5d05 > BugLink: https://bugs.launchpad.net/bugs/1319291 > Reported-by: Stefano Statuti > Signed-off-by: David Henningsson Thanks, applied. Takashi > --- > sound/pci/hda/patch_realtek.c | 1 + > 1 file changed, 1 insertion(+) > >

[Desktop-packages] [Bug 1155202] Re: [RFC PATCH] ALSA: hda - Detect codecs on Intel DZ77SL-50K

2014-01-22 Thread Takashi Iwai
At Wed, 22 Jan 2014 13:25:34 +0100, David Henningsson wrote: > > On 01/22/2014 12:40 PM, Takashi Iwai wrote: > > At Wed, 22 Jan 2014 12:32:28 +0100, > > David Henningsson wrote: > >> > >> From: Niraj > >> > >> Apparently this board seems t

[Desktop-packages] [Bug 1155202] Re: [RFC PATCH] ALSA: hda - Detect codecs on Intel DZ77SL-50K

2014-01-22 Thread Takashi Iwai
ff-by: David Henningsson > --- > sound/pci/hda/hda_intel.c |6 ++ > 1 file changed, 6 insertions(+) > > Hi Takashi, > > Here's a patch from Niraj, which has found this code below to make audio work > on the Intel DZ77SL-50K board. Without it, no codecs will be detected. >

[Desktop-packages] [Bug 1211920] Re: [PATCH] ALSA: hda - Enable subwoofer on Dell Vostro 5460/5470

2013-12-20 Thread Takashi Iwai
y: David Henningsson > --- > > I'm adding Kailang to cc on this one; hopefully he'll scream if this patch > is doing anything dangerous, such as if there's a risk to blow up the > subwoofer. OK, I applied it now to for-next branch. Let me know if this is to be remov

[Desktop-packages] [Bug 1097308] Re: Echo Audiofire 12 not working on Ubuntu 12.10

2013-12-13 Thread Takashi Sakamoto
Hi, I'm an upstream developer. I applied solutions for this issue at r2451/2452. http://subversion.ffado.org/changeset/2451 http://subversion.ffado.org/changeset/2452 Would you test current upstream? Thanks -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 619752] Re: Ubuntu couldn output sound through the Presonus Firebox

2013-12-13 Thread Takashi Sakamoto
Hi, I'm an upstream developer. I applied a solution for this issue at r2451 and r2452. http://subversion.ffado.org/changeset/2451 http://subversion.ffado.org/changeset/2452 Would you please test the latest sources? Thanks -- You received this bug notification because you are a member of Deskt

[Desktop-packages] [Bug 1239392] Re: [PATCH] ALSA: hda - Fix inverted internal mic not indicated on some machines

2013-10-14 Thread Takashi Iwai
gt; I think this fix is safe enough to send to Linus and stable, but will leave > the > final judgement to Takashi. Yes, this looks good as a stable material, as far as I've tested, too. Applied it now. Thanks! Takashi > > diff --git a/sound/pci/hda/hda_generic.c b/s

[Desktop-packages] [Bug 1236965] Re: [PATCH] ALSA: hda - Enable surround speakers (when line out is also present)

2013-10-10 Thread Takashi Iwai
ntu/+source/alsa-driver/+bug/1236965/+attachment/3867946/+files/alsaInfoWhenAudioPlaybackFailing.txt Thanks, I applied this to for-next branch, as this is the behavior fix. The copy of front channels are intentional in the current code, so the patch isn't a "fix" but rather an enhancemen

[Desktop-packages] [Bug 1170949] Re: MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2013-04-20 Thread Takashi Sakamoto
** Attachment added: "result_96000_1.log" https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1170949/+attachment/3649077/+files/result_96000_1.log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libffado in Ubuntu. https://bugs.l

[Desktop-packages] [Bug 1170949] Re: MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2013-04-20 Thread Takashi Sakamoto
** Attachment added: "result_96000_2.log" https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1170949/+attachment/3649078/+files/result_96000_2.log ** Description changed: I confirm this bug with my AudioFirePre8. I generate this bug in the way below: 1.Prepare reliable MIDI capt

[Desktop-packages] [Bug 1170949] Re: MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2013-04-20 Thread Takashi Sakamoto
** Attachment added: "result_88200.log" https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1170949/+attachment/3649076/+files/result_88200.log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libffado in Ubuntu. https://bugs.launc

[Desktop-packages] [Bug 1170949] Re: MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2013-04-20 Thread Takashi Sakamoto
** Attachment added: "connection.png" https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1170949/+attachment/3649072/+files/connection.png -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libffado in Ubuntu. https://bugs.launchpad

[Desktop-packages] [Bug 1170949] Re: MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2013-04-20 Thread Takashi Sakamoto
** Attachment added: "result_48000.log" https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1170949/+attachment/3649075/+files/result_48000.log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libffado in Ubuntu. https://bugs.launc

[Desktop-packages] [Bug 1170949] Re: MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2013-04-20 Thread Takashi Sakamoto
** Attachment added: "result_44100.log" https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1170949/+attachment/3649074/+files/result_44100.log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libffado in Ubuntu. https://bugs.launc

[Desktop-packages] [Bug 1170949] Re: MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2013-04-20 Thread Takashi Sakamoto
** Attachment added: "control.mid" https://bugs.launchpad.net/ubuntu/+source/libffado/+bug/1170949/+attachment/3649073/+files/control.mid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libffado in Ubuntu. https://bugs.launchpad.net/b

[Desktop-packages] [Bug 1170949] [NEW] AudioFirePre8, MIDI data from hardware port is invalid when MIDI playback runs at 88.2 and 96.0 kHz

2013-04-20 Thread Takashi Sakamoto
Public bug reported: I confirm this bug with my AudioFirePre8. I generate this bug in the way below: 1.Prepare reliable MIDI capture device. I utilize E-MU 0404 USB with snd-usb-audio.ko (ALSA). 2.Connect hardware MIDI-out of AudioFirePre8 and hardware MIDI-in port of E-MU 0404 USB 3.Prepare re

[Desktop-packages] [Bug 886975] Re: [PATCH] ALSA: hda - Remove speaker clicks on CX20549

2013-02-14 Thread Takashi Iwai
en it's set, the generic parser applies the own power filter, and it doesn't have the EAPD check either (plus it does more aggressive power-down of unused widgets). Or, maybe we just drop the EAPD check, and move it to specific fixup. AFAIK, it was required only for old Gateway laptops.

[Desktop-packages] [Bug 1095315] Re: [alsa-devel] [RFC PATCH] ALSA: usb - fix race in creation of M-Audio Fast track pro driver

2013-01-14 Thread Takashi Iwai
blem for users, would you mind committing it? OK, applied now. Takashi > > > > > > > However, at least one person in the bug report (martin djfun) > > reports that this patch resolves the issue for him. It also leaves > > a message in the log: > > "sn

[Desktop-packages] [Bug 886975] Re: [PATCH] Revert "ALSA: hda - Shut up pins at power-saving mode with Conexnat codecs"

2013-01-09 Thread Takashi Iwai
At Wed, 09 Jan 2013 09:36:24 +0100, David Henningsson wrote: > > On 01/04/2013 09:49 AM, Takashi Iwai wrote: > > At Thu, 03 Jan 2013 17:04:15 +0100, > > David Henningsson wrote: > >> > >> On 12/19/2012 11:38 AM, Takashi Iwai wrote: > >>> At Wed, 19

[Desktop-packages] [Bug 886975] Re: [PATCH] Revert "ALSA: hda - Shut up pins at power-saving mode with Conexnat codecs"

2013-01-04 Thread Takashi Iwai
At Thu, 03 Jan 2013 17:04:15 +0100, David Henningsson wrote: > > On 12/19/2012 11:38 AM, Takashi Iwai wrote: > > At Wed, 19 Dec 2012 11:34:46 +0100, > > David Henningsson wrote: > >> > >> On 12/19/2012 11:24 AM, Takashi Iwai wrote: > >>> At Wed, 19

[Desktop-packages] [Bug 886975] Re: [PATCH] Revert "ALSA: hda - Shut up pins at power-saving mode with Conexnat codecs"

2012-12-19 Thread Takashi Iwai
At Wed, 19 Dec 2012 11:34:46 +0100, David Henningsson wrote: > > On 12/19/2012 11:24 AM, Takashi Iwai wrote: > > At Wed, 19 Dec 2012 09:44:47 +0100, > > David Henningsson wrote: > >> > >> This reverts commit 697c373e34613609cb5450f98b91fefb6e910588. >

[Desktop-packages] [Bug 886975] Re: [PATCH] Revert "ALSA: hda - Shut up pins at power-saving mode with Conexnat codecs"

2012-12-19 Thread Takashi Iwai
be merged yet right now? Now is the last chance for merging it to 3.8-rc1. Takashi > > sound/pci/hda/patch_conexant.c | 16 > 1 file changed, 16 deletions(-) > > diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c > index 60890bf..dd

[Desktop-packages] [Bug 886975] Re: [PATCH] ALSA: hda - Fix clicking noise on Thinkpad T61/R61i

2012-12-17 Thread Takashi Iwai
At Mon, 17 Dec 2012 16:33:10 +0100, David Henningsson wrote: > > On 12/12/2012 06:15 PM, Takashi Iwai wrote: > > At Wed, 12 Dec 2012 18:02:04 +0100, > > David Henningsson wrote: > >> > >> The bug reporter reports that setting the speaker pin to > >&g

[Desktop-packages] [Bug 886975] Re: [PATCH] ALSA: hda - Fix clicking noise on Thinkpad T61/R61i

2012-12-12 Thread Takashi Iwai
here, there is no point to call snd_hda_shutup_pins(). snd_hda_shutup_pins() itself is for reducing the click noise while the codec is going down to D3. Thus, for this particular machine, simply disable snd_hda_shutup_pins() call from suspend, and make D3 call in reboot_notify. Takashi > diff

[Desktop-packages] [Bug 881826] Re: [alsa-devel] [RFC] Fix for conflict of HDMI and SPDIF IEC958 controls

2012-10-15 Thread Takashi Iwai
device is > exposed. > > ELD and PD information is not available on these chipsets. > > In these chipsets, the multiple 2-channel converters are aggregated by the > ALSA driver and exposed as a single 8-channel device. Some chipsets support > 2, or 8 channels (MCP77). Other chips

[Desktop-packages] [Bug 1060729] Re: [PATCH] ALSA: hda - avoid unneccesary indices on "Headphone Jack" controls

2012-10-08 Thread Takashi Iwai
aunchpad.net/bugs/1060729 > Signed-off-by: David Henningsson Applied. This one doesn't need to go to stable, right? Takashi > --- > sound/pci/hda/hda_auto_parser.c | 49 > +-- > 1 file changed, 37 insertions(+), 12 deletions(-) &

[Desktop-packages] [Bug 559939] Re: [PATCH] ALSA: usb - disable broken hw volume for Tenx TP6911

2012-09-20 Thread Takashi Iwai
ing the broken one, but this would be better than > nothing. > > Credit: sndfnsdfin (qawsnews) > BugLink: https://bugs.launchpad.net/bugs/559939 > Signed-off-by: David Henningsson Applied now. Thanks. Takashi > --- > sound/usb/mixer.c |7 +++ > 1 file changed, 7

[Desktop-packages] [Bug 939161] Re: [alsa-devel] [PATCH] ALSA: hda - Remove ignore_misc_bit

2012-09-18 Thread Takashi Iwai
Also, which callback are you thinking of? The phantom jack is basically just a placeholder, so there should be no activity from itself. Takashi -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.l

[Desktop-packages] [Bug 844119] Re: Hitting Alt-Tab does not display Libre Office in list of switchable open applications

2011-10-15 Thread Takashi Oshie
** Description changed: Hitting Alt-Tab to bring up a list of switchable open applications does not display the running Libre Office instance. In order to switch to Libre Office and bring it to the foreground I must move other windows around with the mouse and click the Libre Office window

[Desktop-packages] [Bug 857616] Re: libre office word crash within open

2011-09-28 Thread Takashi
I can take video. ** Attachment added: "error message" https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/857616/+attachment/2476372/+files/out-1.ogv -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. http

[Desktop-packages] [Bug 857616] Re: libre office word crash within open

2011-09-25 Thread Takashi
Thank you Christopher M. Penalver (penalvch) document file://home/***/.libreoffice/3/user/basic/dialog.xml/ basic reading error: general error. gengeral I/O error document file://home/***/.libreoffice/3/user/basic/dialogs.xli/ basic reading error: general error. gengeral I/O error To be fran

[Desktop-packages] [Bug 857616] Re: libre office word crash within open

2011-09-24 Thread Takashi
I dont know how to take a screenshot soft ware on ubuntu 11.04. this is error message libre office 3.3,Then I can open libre office,but error message appear everytime. document file://home/***/.libreoffice/3/user/basic/dialog.xml/ basic reading error: general error. gengeral I/O error documen

[Desktop-packages] [Bug 857616] [NEW] libre office word crash within open

2011-09-23 Thread Takashi
Public bug reported: When open Libre office Word open, error message appear twice. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: libreoffice-core 1:3.3.3-1ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8 Uname: Linux 2.6.38-11-generic x86_64 Architecture: amd64 Date: Sat

[Desktop-packages] [Bug 857616] Re: libre office word crash within open

2011-09-23 Thread Takashi
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/857616 Title: libre office word crash within open Status in “libreoffice” package in Ubuntu: New Bug description: When open Lib