* Re: [snd-bt87x]: seems cannot powerup after powerdown... [not found] <48A993AC.2010900@odu.neva.ru> @ 2008-08-19 10:53 ` Takashi Iwai [not found] ` <48AAB4C8.70803@odu.neva.ru> 2008-08-21 14:39 ` Dmitry Butskoy 0 siblings, 2 replies; 3+ messages in thread From: Takashi Iwai @ 2008-08-19 10:53 UTC (permalink / raw) To: Dmitry Butskoy; +Cc: alsa-devel, Clemens Ladisch, Trent Piepho, Jaroslav Kysela Added Clemens and alsa-devel to Cc. At Mon, 18 Aug 2008 19:22:20 +0400, Dmitry Butskoy wrote: > > Hi, > > Recently snd-bt87x driver has started to use CTL_A_PWRDN bit, see > http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.26.y.git;a=commitdiff;h=950fb626dc28e17ae4ad01dba07957bdc6e0b997 > > Unfortunately, it produces a regression, at least in my case. > > I have "AVerMedia TVPhone 98" card, lspci is: > > 03:05.0 Multimedia video controller: Brooktree Corporation Bt878 Video > > Capture (rev 11) > > 03:05.1 Multimedia controller: Brooktree Corporation Bt878 Audio > > Capture (rev 11) > My card has no additional chip for digital sound, hence only analog is > available. > > After upgrading from 2.6.23 to 2.6.25, I have discovered no more sound > from my snd-bt87x device. Considering the code changes in the dirver, > I've guessed that it could be some power issues. > > Compiling the newest driver without CTL_A_PWRDN (ie. with that changes > reverted back) I got the sound back again. > > Note, that it is not enough to rmmod the old module and insmod the new. > I have to reboot computer completely with the new driver to take changes > in effect. This is a nasty problem. Reloading the module doesn't fix means that the PCI enable/disable process also doesn't suffice... Do you see any difference in PCI register space between the fresh boot and the silent state? thanks, Takashi > > > I can perform any tests, debug etc. if needed. > > > Regards, > Dmitry Butskoy > http://www.fedoraproject.org/wiki/DmitryButskoy > ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <48AAB4C8.70803@odu.neva.ru>]
* Re: [snd-bt87x]: seems cannot powerup after powerdown... [not found] ` <48AAB4C8.70803@odu.neva.ru> @ 2008-08-19 17:04 ` Trent Piepho 0 siblings, 0 replies; 3+ messages in thread From: Trent Piepho @ 2008-08-19 17:04 UTC (permalink / raw) To: Dmitry Butskoy; +Cc: Takashi Iwai, alsa-devel, Clemens Ladisch, Jaroslav Kysela On Tue, 19 Aug 2008, Dmitry Butskoy wrote: > Takashi Iwai wrote: > > Added Clemens and alsa-devel to Cc. > > > > At Mon, 18 Aug 2008 19:22:20 +0400, > > Dmitry Butskoy wrote: > > > >> Hi, > >> > >> Recently snd-bt87x driver has started to use CTL_A_PWRDN bit, see > >> http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.26.y.git;a=commitdiff;h=950fb626dc28e17ae4ad01dba07957bdc6e0b997 > >> > >> Unfortunately, it produces a regression, at least in my case. > >> > >> I have "AVerMedia TVPhone 98" card, lspci is: Which PCM device are you using? ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [snd-bt87x]: seems cannot powerup after powerdown... 2008-08-19 10:53 ` [snd-bt87x]: seems cannot powerup after powerdown Takashi Iwai [not found] ` <48AAB4C8.70803@odu.neva.ru> @ 2008-08-21 14:39 ` Dmitry Butskoy 1 sibling, 0 replies; 3+ messages in thread From: Dmitry Butskoy @ 2008-08-21 14:39 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch, Trent Piepho Takashi Iwai wrote: > Added Clemens and alsa-devel to Cc. > > At Mon, 18 Aug 2008 19:22:20 +0400, > Dmitry Butskoy wrote: > >> Hi, >> >> Recently snd-bt87x driver has started to use CTL_A_PWRDN bit, see >> http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.26.y.git;a=commitdiff;h=950fb626dc28e17ae4ad01dba07957bdc6e0b997 >> >> Unfortunately, it produces a regression, at least in my case. >> >> I have "AVerMedia TVPhone 98" card, lspci is: >> >>> 03:05.0 Multimedia video controller: Brooktree Corporation Bt878 Video >>> Capture (rev 11) >>> 03:05.1 Multimedia controller: Brooktree Corporation Bt878 Audio >>> Capture (rev 11) >>> >> My card has no additional chip for digital sound, hence only analog is >> available. >> >> After upgrading from 2.6.23 to 2.6.25, I have discovered no more sound >> from my snd-bt87x device. Considering the code changes in the dirver, >> I've guessed that it could be some power issues. >> >> Compiling the newest driver without CTL_A_PWRDN (ie. with that changes >> reverted back) I got the sound back again. >> >> Note, that it is not enough to rmmod the old module and insmod the new. >> I have to reboot computer completely with the new driver to take changes >> in effect. >> It seems that the issue depends on an environment... I have two similar v4l-cards (as described before), one in a desktop and one in IBM x345 server (catch TV and stream it on LAN). The same card on IBM x345 works fine with new driver! The issue affects only my desktop system. There are some strange side effects on my desktop as well. Normally I hear sound by the patch cable, connecting audio output from v4l card with Line input of the desktop's primary sound. When I try to do, fe.: arecord -D hw:1,1 -f S16_LE -r 120000 - | od -x the right stereo channel on the primary sound disappears (and comes back after some time after Ctrl-C). It seems that the opening of hw:1,1 cause the right stereo to mute from the v4l card external output... ~buc ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-21 14:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <48A993AC.2010900@odu.neva.ru>
2008-08-19 10:53 ` [snd-bt87x]: seems cannot powerup after powerdown Takashi Iwai
[not found] ` <48AAB4C8.70803@odu.neva.ru>
2008-08-19 17:04 ` Trent Piepho
2008-08-21 14:39 ` Dmitry Butskoy
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.