Re: ALSA: control - add layer registration routines

2021-03-31 Thread Jaroslav Kysela
Dne 31. 03. 21 v 17:17 Colin Ian King napsal(a): > Hi, > > Static analysis on linux-next with Coverity has detected a potential > issue in the following commit: > > commit 3f0638a0333bfdd0549985aa620f2ab69737af47 > Author: Jaroslav Kysela > Date: Wed Mar 17 18:29:41

Re: [PATCH v4 2/2] ASoC: rt715:add micmute led state control supports

2021-03-25 Thread Jaroslav Kysela
Dne 25. 03. 21 v 9:19 Yuan, Perry napsal(a): > Hi Jaroslav: > >> -Original Message----- >> From: Jaroslav Kysela >> Sent: Monday, March 22, 2021 10:38 PM >> To: Yuan, Perry; Mark Brown; pierre-louis.boss...@linux.intel.com; >> Limonciello,

Re: [RFC PATCH 0/3] Separate BE DAI HW constraints from FE ones

2021-03-23 Thread Jaroslav Kysela
(struct snd_soc_pcm_runtime *) to determine FE / BE? Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v4 2/2] ASoC: rt715:add micmute led state control supports

2021-03-22 Thread Jaroslav Kysela
the top-level LED trigger implementation. We need an extra check, if the proper LED's are really controlled on the specific hardware. Other hardware may use RT715 for a different purpose. Use DMI / ACPI checks to detect this hardware and don't misuse the inversion flag to enable this code. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: No sound cards detected on Kabylake laptops after upgrade to kernel 5.8

2021-03-11 Thread Jaroslav Kysela
Dne 11. 03. 21 v 11:40 Amadeusz Sławiński napsal(a): > On 3/11/2021 11:24 AM, Jaroslav Kysela wrote: >> Dne 11. 03. 21 v 6:50 Chris Chiu napsal(a): >>> On Tue, Mar 9, 2021 at 11:29 PM Cezary Rojewski >>> wrote: >>>> >>>> On 2021-03-09 1:19 PM, C

Re: No sound cards detected on Kabylake laptops after upgrade to kernel 5.8

2021-03-11 Thread Jaroslav Kysela
al microphone being affected, it's no sound > devices being created at all so no audio functions can work after kernel 5.8. > > Is there any potential problem to built-in the " with hda dsp" > precompiled > binary in linux-firmware? How do you distribute the SOF firmware? I'm going to include those binary topology files to the SOF firmware package for Fedora. Perhaps, you may follow this. Jaroslav > > Chris > >> [1]: https://gist.github.com/crojewsk/4e6382bfb0dbfaaf60513174211f29cb >> [2]: https://github.com/alsa-project/alsa-topology-conf/tree/master/topology -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v3 3/3] ASoC: rt715:add micmute led state control supports

2021-02-14 Thread Jaroslav Kysela
; unsigned int read_ll, read_rl, i, j, loop_cnt; > + bool micmute_led; > The whole LED trigger mechanism for the sound is covered in my LED generic code : https://lore.kernel.org/alsa-devel/2021021400.1131020-1-pe...@perex.cz/ Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency

2021-01-04 Thread Jaroslav Kysela
DULE) && IS_MODULE(CONFIG_SND_INTEL_DSP_CONFIG)) So the buildin drivers which do not require the DSP config probe can be compiled without this dependency. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH] ASoC: amd:Replacing MSI with Legacy IRQ model

2020-12-27 Thread Jaroslav Kysela
or the irq handler. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: Context expectations in ALSA

2020-10-22 Thread Jaroslav Kysela
handler context. Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH] ALSA: usb-audio: fix spelling mistake "Frequence" -> "Frequency"

2020-10-02 Thread Jaroslav Kysela
U8, >> .num_channels = 16, >> -.name = "EQ MidHigh Frequence", >> +.name = "EQ MidHigh Frequency", >> }, >> { /* EQ mid high Q */ >> .kcontrol_new = _us16x08_eq_mid_width_ctl, >> @@ -1175,7

Re: [PATCH] soundwire: Add generic bandwidth allocation algorithm

2020-09-16 Thread Jaroslav Kysela
Dne 09. 09. 20 v 8:26 Jaroslav Kysela napsal(a): > Dne 08. 09. 20 v 15:15 Bard Liao napsal(a): >> This algorithm computes bus parameters like clock frequency, frame >> shape and port transport parameters based on active stream(s) running >> on the bus. >> >> Develo

Re: [PATCH] soundwire: Add generic bandwidth allocation algorithm

2020-09-09 Thread Jaroslav Kysela
changed, 503 insertions(+), 2 deletions(-) > create mode 100644 drivers/soundwire/generic_bandwidth_allocation.c I did testing and I've not found any issues. The abstraction looks good. Acked-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Jaroslav Kysela
t up to header, the codec updates and > finally the bus change! I don't think that the split is ideal in this case. I tested the code and it looks straight enough. Acked-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Jaroslav Kysela
Dne 08. 09. 20 v 16:33 Mark Brown napsal(a): > On Tue, Sep 08, 2020 at 02:28:48PM +0200, Jaroslav Kysela wrote: >> Dne 08. 09. 20 v 14:11 Mark Brown napsal(a): > >>> I don't have this patch and since I seem to get copied on quite a lot of >>> soundwire only seri

Re: [PATCH] soundwire: cadence: fix race condition between suspend and Slave device alerts

2020-09-08 Thread Jaroslav Kysela
ld apply this. The code can be refined at anytime. It's a fix. I tested it and I can confirm, that it fixes the issue. It's a vital patch for 5.10 to enable finally SoundWire drivers for the Intel hardware. Acked-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH 0/7] soundwire: filter out invalid PARITY errors

2020-09-08 Thread Jaroslav Kysela
> sound/soc/codecs/rt715-sdw.c | 5 ++ > sound/soc/codecs/wsa881x.c | 1 + > 12 files changed, 202 insertions(+), 18 deletions(-) > I tested the changes and it works on my test system. The changes are straight. For all: Acked-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH 1/7] soundwire: bus: use property to set interrupt masks

2020-09-08 Thread Jaroslav Kysela
Dne 08. 09. 20 v 14:11 Mark Brown napsal(a): > On Tue, Sep 08, 2020 at 02:05:11PM +0200, Jaroslav Kysela wrote: >> Dne 28. 08. 20 v 8:51 Vinod Koul napsal(a): > >>>> sound/soc/codecs/rt700-sdw.c| 4 >>>> sound/soc/codecs/rt711-sdw.c| 4 +++

Re: [PATCH v3 0/3] ASoC: Add sdw stream operations to dailink ops.

2020-09-08 Thread Jaroslav Kysela
plit changes which depends on each other. For all above patches (I tested them): Acked-by: Jaroslav Kysela -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v2 0/4] soundwire: Remove sdw stream operations from Intel

2020-09-08 Thread Jaroslav Kysela
/soundwire/stream.c | 2 +- > 2 files changed, 9 insertions(+), 53 deletions(-) > Straight patches. I tested them. For all: Acked-by: Jaroslav Kysela Note: The ASoC part must be merged in sync - "[PATCH v3 0/3] ASoC: Add sdw stream operations to dailink ops."

Re: [RFC PATCH] ALSA: compress: Fix gapless playback state machine

2020-06-11 Thread Jaroslav Kysela
Dne 11. 06. 20 v 11:44 Vinod Koul napsal(a): On 11-06-20, 11:09, Jaroslav Kysela wrote: Dne 11. 06. 20 v 10:46 Charles Keepax napsal(a): On Wed, Jun 10, 2020 at 04:28:20PM +0530, Vinod Koul wrote: On 10-06-20, 12:40, Jaroslav Kysela wrote: Dne 10. 06. 20 v 12:07 Srinivas Kandagatla napsal

Re: [RFC PATCH] ALSA: compress: Fix gapless playback state machine

2020-06-11 Thread Jaroslav Kysela
Dne 11. 06. 20 v 10:46 Charles Keepax napsal(a): On Wed, Jun 10, 2020 at 04:28:20PM +0530, Vinod Koul wrote: On 10-06-20, 12:40, Jaroslav Kysela wrote: Dne 10. 06. 20 v 12:07 Srinivas Kandagatla napsal(a): For gapless playback call to snd_compr_drain_notify() after partial drain should put

Re: [RFC PATCH] ALSA: compress: Fix gapless playback state machine

2020-06-10 Thread Jaroslav Kysela
untime->state = SNDRV_PCM_STATE_SETUP; + stream->runtime->state = SNDRV_PCM_STATE_RUNNING; wake_up(>runtime->sleep); } -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: next-0519 on thinkpad x60: sound related? window manager crash

2020-06-09 Thread Jaroslav Kysela
this kind of memory mapping? Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH v2 0/5] soundwire: bus_type: add sdw_master_device support

2020-05-19 Thread Jaroslav Kysela
| 9 +- 11 files changed, 191 insertions(+), 32 deletions(-) create mode 100644 drivers/soundwire/master.c The code looks really clean now. Thank you for your work. Acked-by: Jaroslav Kysela Jaroslav -- Jaroslav Kysela Linux Sound Maintainer

Re: [PATCH] ALSA: pcm: fix incorrect hw_base increase

2020-05-15 Thread Jaroslav Kysela
Dne 15. 05. 20 v 12:39 Takashi Iwai napsal(a): On Fri, 15 May 2020 11:30:54 +0200, Jaroslav Kysela wrote: Dne 15. 05. 20 v 11:04 Lu, Brent napsal(a): Is this a bugfix needed for older kernels as well? When did this issue show up? thanks, greg k-h It happens when DMA stop moving data

Re: [PATCH] ALSA: pcm: fix incorrect hw_base increase

2020-05-15 Thread Jaroslav Kysela
etc.). This "lag" is unacceptable. Jaroslav Regards, Brent -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH] ALSA: aloop: Support S24 sample formats

2019-03-25 Thread Jaroslav Kysela
Dne 25. 03. 19 v 16:14 twisc...@de.adit-jv.com napsal(a): > From: Timo Wischer > > Currently snd_aloop supports only S16 and S32 audio sample formats. With > this patch the S24 formats are also supported. Reviewed-by: Jaroslav Kysela > > Signed-off-by: Timo Wischer >

Re: [alsa-devel] [RFC PATCH] ALSA: core: Add DMA share buffer support

2019-01-28 Thread Jaroslav Kysela
*)arg); case SNDRV_PCM_IOCTL_HW_REFINE: return snd_pcm_hw_refine_user(substream, arg); case SNDRV_PCM_IOCTL_HW_PARAMS: -- Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [RFC PATCH] ALSA: core: Add DMA share buffer support

2019-01-24 Thread Jaroslav Kysela
Dne 23.1.2019 v 13:46 Leo Yan napsal(a): > Hi all, > > On Wed, Jan 23, 2019 at 12:58:51PM +0100, Takashi Iwai wrote: >> On Tue, 22 Jan 2019 21:25:35 +0100, >> Mark Brown wrote: >>> >>> On Mon, Jan 21, 2019 at 03:15:43PM +0100, Jaroslav Kysela wrote: >&

Re: [RFC PATCH] ALSA: core: Add DMA share buffer support

2019-01-21 Thread Jaroslav Kysela
e the actual position, delay etc.). It should be relatively easy to implement using the snd_pcm_file structure. Even with the full operation mode, it's difficult imagine what the depending task can break with the sound interface except probably annoy users with some cracks for the playback or start/stop

Re: [RFC PATCH] ALSA: core: Add DMA share buffer support

2019-01-18 Thread Jaroslav Kysela
ducer or the consumer task. In this way, the restricted task might reuse other control mechanism offered buy the PCM file descriptor without requesting the arbiter to do so (like read the actual position in the DMA buffer, get the audio delay or so - reduce context switches). Thanks, Jaroslav -- Jaroslav Kysela Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

Re: [PATCH 0/4] ALSA: Fix year 2038 issue for sound subsystem, alternative

2018-04-26 Thread Jaroslav Kysela
am will change, so I am fine to add new ioctl (like originally proposed). The alsa-lib defines timespec only if posix defines are not set so glibc's time.h does not define the timespec structure - it may be improved. Jaroslav > > Arnd > >

Re: [PATCH 0/4] ALSA: Fix year 2038 issue for sound subsystem, alternative

2018-04-26 Thread Jaroslav Kysela
am will change, so I am fine to add new ioctl (like originally proposed). The alsa-lib defines timespec only if posix defines are not set so glibc's time.h does not define the timespec structure - it may be improved. Jaroslav > > Arnd > &g

Re: [PATCH 0/8] Fix year 2038 issue for sound subsystem

2018-04-25 Thread Jaroslav Kysela
Dne 24.4.2018 v 15:37 Arnd Bergmann napsal(a): > On Tue, Apr 24, 2018 at 3:29 PM, Jaroslav Kysela <pe...@perex.cz> wrote: >> Dne 24.4.2018 v 14:06 Baolin Wang napsal(a): >>> Since many structures will use timespec type variables to record time stamp >>> in uapi/

Re: [PATCH 0/8] Fix year 2038 issue for sound subsystem

2018-04-25 Thread Jaroslav Kysela
Dne 24.4.2018 v 15:37 Arnd Bergmann napsal(a): > On Tue, Apr 24, 2018 at 3:29 PM, Jaroslav Kysela wrote: >> Dne 24.4.2018 v 14:06 Baolin Wang napsal(a): >>> Since many structures will use timespec type variables to record time stamp >>> in uapi/asound.h, which are

Re: [PATCH 0/8] Fix year 2038 issue for sound subsystem

2018-04-24 Thread Jaroslav Kysela
information (with the 32-bit wrapping for the old fields). It means that we do not need new ioctls and old libraries will be fine. It may make sense to define private snd_timespec32 and snd_timespec64 with s32/s64 types instead separate sec/usec fields.

Re: [PATCH 0/8] Fix year 2038 issue for sound subsystem

2018-04-24 Thread Jaroslav Kysela
information (with the 32-bit wrapping for the old fields). It means that we do not need new ioctls and old libraries will be fine. It may make sense to define private snd_timespec32 and snd_timespec64 with s32/s64 types instead separate sec/usec fields.

Re: [PATCH] pnp: isapnp: make core more explicitly non-modular

2016-08-16 Thread Jaroslav Kysela
ation > is already contained at the top of the file in the comments. > > We don't replace module.h with init.h since the file already has that. > But we do add moduleparam.h since the file does use module_param(). > > Cc: Jaroslav Kysela <pe...@perex.cz> > Cc: "Rafael J

Re: [PATCH] pnp: isapnp: make core more explicitly non-modular

2016-08-16 Thread Jaroslav Kysela
ation > is already contained at the top of the file in the comments. > > We don't replace module.h with init.h since the file already has that. > But we do add moduleparam.h since the file does use module_param(). > > Cc: Jaroslav Kysela > Cc: "Rafael J. Wysocki" >

Re: [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela

2013-11-07 Thread Jaroslav Kysela
lic > diff --git a/MAINTAINERS b/MAINTAINERS > index 831b869..8706839 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3983,8 +3983,7 @@ S: Orphan > F: drivers/platform/x86/tc1100-wmi.c > > HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Seri

Re: [RFC PATCH] MAINTAINERS: Remove Jaroslav Kysela

2013-11-07 Thread Jaroslav Kysela
--- a/MAINTAINERS +++ b/MAINTAINERS @@ -3983,8 +3983,7 @@ S: Orphan F: drivers/platform/x86/tc1100-wmi.c HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series -M: Jaroslav Kysela pe...@perex.cz -S: Maintained +S: Orphan F: drivers/net/ethernet/hp/hp100

Re: [alsa-devel] Improving or replacing snd_printk()

2013-05-30 Thread Jaroslav Kysela
, of course, but adding more and more functions with minor benefits is another step to another hell. Jaroslav -- Jaroslav Kysela Linux Kernel Sound Maintainer ALSA Project; Red Hat, Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [alsa-devel] Improving or replacing snd_printk()

2013-05-30 Thread Jaroslav Kysela
. Jaroslav -- Jaroslav Kysela pe...@perex.cz Linux Kernel Sound Maintainer ALSA Project; Red Hat, Inc. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

[ALSA PATCH] alsa-git merge request

2008-01-31 Thread Jaroslav Kysela
, add new locks, fix alsa bug#3501, kernel bug#9304. Jaroslav Kysela (7): [ALSA] Use posix clock monotonic for PCM and timer timestamps [ALSA] PCM - fixed SNDRV_PCM_FORMAT_U24_BE silence constant [ALSA] PCM - added back TSTAMP ioctl for PCM (for old alsa-lib binaries) [ALSA

[ALSA PATCH] alsa-git merge request

2008-01-31 Thread Jaroslav Kysela
, add new locks, fix alsa bug#3501, kernel bug#9304. Jaroslav Kysela (7): [ALSA] Use posix clock monotonic for PCM and timer timestamps [ALSA] PCM - fixed SNDRV_PCM_FORMAT_U24_BE silence constant [ALSA] PCM - added back TSTAMP ioctl for PCM (for old alsa-lib binaries) [ALSA

Re: -mm: pnp-do-not-stop-start-devices-in-suspend-resume-path.patch breaks resuming isapnp cards

2008-01-14 Thread Jaroslav Kysela
mantics. Unfortunately, suspend / resume complicates things a bit, but PnP core can handle DO_NOT_CHANGE flag. But it will just mean - _preserve_ resource allocation from last suspend state for this device and enable hw physically before calling resume() callback.

Re: -mm: pnp-do-not-stop-start-devices-in-suspend-resume-path.patch breaks resuming isapnp cards

2008-01-14 Thread Jaroslav Kysela
DO_NOT_CHANGE flag. But it will just mean - _preserve_ resource allocation from last suspend state for this device and enable hw physically before calling resume() callback. Jaroslav - Jaroslav Kysela [EMAIL PROTECTED] Linux Kernel Sound Maintainer ALSA Project

Re: [alsa-devel] PNP_DRIVER_RES_DISABLE breaks swsusp at least with snd_cs4236

2008-01-09 Thread Jaroslav Kysela
d and resume callbacks is invalid, because PNP_DRIVER_RES_DO_NOT_CHANGE means that resources should not be changed in the pnp core but only in the driver, but in suspend/resume process are resources preserved, so the condition should be removed. Author of this code is: author Pierre Ossman <[EMA

Re: [PATCH] alsa: fix SNDRV_PCM_IOCTL_TTSTAMP value.

2007-12-17 Thread Jaroslav Kysela
, > + SNDRV_PCM_IOCTL_TTSTAMP = _IOW('A', 0x02, int), > SNDRV_PCM_IOCTL_HW_REFINE = _IOWR('A', 0x10, struct snd_pcm_hw_params), > SNDRV_PCM_IOCTL_HW_PARAMS = _IOWR('A', 0x11, struct snd_pcm_hw_params), > SNDRV_PCM_IOCTL_HW_FREE = _IO('A', 0x12), > > -- > M

Re: [PATCH] alsa: fix SNDRV_PCM_IOCTL_TTSTAMP value.

2007-12-17 Thread Jaroslav Kysela
), SNDRV_PCM_IOCTL_HW_REFINE = _IOWR('A', 0x10, struct snd_pcm_hw_params), SNDRV_PCM_IOCTL_HW_PARAMS = _IOWR('A', 0x11, struct snd_pcm_hw_params), SNDRV_PCM_IOCTL_HW_FREE = _IO('A', 0x12), -- Miguel Botón - Jaroslav Kysela [EMAIL PROTECTED] Linux Kernel Sound Maintainer ALSA Project

Re: [ALSA PATCH] alsa-git merge request

2007-11-20 Thread Jaroslav Kysela
On Tue, 20 Nov 2007, Takashi Iwai wrote: > At Mon, 19 Nov 2007 19:35:09 +0100 (CET), > Jaroslav Kysela wrote: > > > > > > Linus, please pull from [the linus branch at]: > > > > master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa.git linus > > git

Re: [ALSA PATCH] alsa-git merge request

2007-11-20 Thread Jaroslav Kysela
On Tue, 20 Nov 2007, Takashi Iwai wrote: At Mon, 19 Nov 2007 19:35:09 +0100 (CET), Jaroslav Kysela wrote: Linus, please pull from [the linus branch at]: master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa.git linus gitweb interface: http://www.kernel.org/git/?p=linux

[ALSA PATCH] alsa-git merge request

2007-11-19 Thread Jaroslav Kysela
] cmipci: fix FLINKON/OFF bits [ALSA] mpu401: fix recursive locking in timer Jaroslav Kysela (1): [ALSA] version 1.0.15 Takashi Iwai (4): [ALSA] hda-codec - Disable shared stream on AD1986A [ALSA] hda-codec - Check PINCAP only for PIN widgets [ALSA] ca0106 - Check value

[ALSA PATCH] alsa-git merge request

2007-11-19 Thread Jaroslav Kysela
] cmipci: fix FLINKON/OFF bits [ALSA] mpu401: fix recursive locking in timer Jaroslav Kysela (1): [ALSA] version 1.0.15 Takashi Iwai (4): [ALSA] hda-codec - Disable shared stream on AD1986A [ALSA] hda-codec - Check PINCAP only for PIN widgets [ALSA] ca0106 - Check value

[ALSA PATCH] alsa-git merge request

2007-10-23 Thread Jaroslav Kysela
G2 bus effects Borislav Petkov (1): [ALSA] sound/core/control.c: hard-irq-safe -> hard-irq-unsafe lock warning Dawid Wrobel (1): [ALSA] usb-audio: Another USB mic quirk for Logitech Communicator webcam Jaroslav Kysela (1): [ALSA] version 1.0.15 Krzysztof Helt (1): [A

[ALSA PATCH] alsa-git merge request

2007-10-23 Thread Jaroslav Kysela
G2 bus effects Borislav Petkov (1): [ALSA] sound/core/control.c: hard-irq-safe - hard-irq-unsafe lock warning Dawid Wrobel (1): [ALSA] usb-audio: Another USB mic quirk for Logitech Communicator webcam Jaroslav Kysela (1): [ALSA] version 1.0.15 Krzysztof Helt (1): [ALSA

Re: suspicious ALSA empty commit

2007-10-17 Thread Jaroslav Kysela
On Wed, 17 Oct 2007, Linus Torvalds wrote: > On Wed, 17 Oct 2007, Jaroslav Kysela wrote: > > > > I didn't notice, too. I've fixed this commit in my git tree. > > More importantly, how did it get there in the first place? > > As mentioned, normal git tools will not

Re: suspicious ALSA empty commit

2007-10-17 Thread Jaroslav Kysela
p=linux/kernel/git/perex/alsa.git Thanks, Jaroslav - Jaroslav Kysela <[EMAIL PROTECTED]> Linux Kernel Sound Maintainer ALSA Project - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: suspicious ALSA empty commit

2007-10-17 Thread Jaroslav Kysela
On Wed, 17 Oct 2007, Linus Torvalds wrote: On Wed, 17 Oct 2007, Jaroslav Kysela wrote: I didn't notice, too. I've fixed this commit in my git tree. More importantly, how did it get there in the first place? As mentioned, normal git tools will not even *allow* you to create an empty

Re: suspicious ALSA empty commit

2007-10-17 Thread Jaroslav Kysela
, Jaroslav - Jaroslav Kysela [EMAIL PROTECTED] Linux Kernel Sound Maintainer ALSA Project - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[ALSA PATCH] alsa-git merge request

2007-10-16 Thread Jaroslav Kysela
d S/PDIF. [ALSA] snd-emu10k1:Implement SPDIF/ADAT status. [ALSA] snd-emu10k1:Unmute the Audio/Micro Dock after firmware load. [ALSA] snd-usb-audio: Add basic support for E-Mu USB devices. Jaroslav Kysela (3): [ALSA] SC6000 driver - add HAS_IOPORT dependency [ALSA] Chan

[ALSA PATCH] alsa-git merge request

2007-10-16 Thread Jaroslav Kysela
. [ALSA] snd-emu10k1:Implement SPDIF/ADAT status. [ALSA] snd-emu10k1:Unmute the Audio/Micro Dock after firmware load. [ALSA] snd-usb-audio: Add basic support for E-Mu USB devices. Jaroslav Kysela (3): [ALSA] SC6000 driver - add HAS_IOPORT dependency [ALSA] Changed

[ALSA PATCH] alsa-git merge request

2007-07-20 Thread Jaroslav Kysela
Audio. Jaroslav Kysela (1): [ALSA] version 1.0.14 Jaroslav Kysela [EMAIL PROTECTED] (1): [ALSA] remove duplicate Logitech Quickcam USB ID in usbquirks.h Jonathan Phenix (1): [ALSA] hda-codec - Output MFG information for HDA devices Kailang Yang (4): [ALSA] hda-codec - Add

[ALSA PATCH] alsa-git merge request

2007-07-20 Thread Jaroslav Kysela
Audio. Jaroslav Kysela (1): [ALSA] version 1.0.14 Jaroslav Kysela [EMAIL PROTECTED] (1): [ALSA] remove duplicate Logitech Quickcam USB ID in usbquirks.h Jonathan Phenix (1): [ALSA] hda-codec - Output MFG information for HDA devices Kailang Yang (4): [ALSA] hda-codec - Add

[ALSA PATCH] alsa-git merge request

2007-05-31 Thread Jaroslav Kysela
- Add quirk for MSI S420 Christian Rothlaender (1): [ALSA] hda-codec - Add support for ASUS A8J modem Daniel Drake (1): [ALSA] hda-intel: fix ASUS M2V detection Daniel T Chen (1): [ALSA] hda-codec - Add quirk for Supermicro PDSBA to alc883_cfg_tbl[] Jaroslav Kysela (1

[ALSA PATCH] alsa-git merge request

2007-05-31 Thread Jaroslav Kysela
- Add quirk for MSI S420 Christian Rothlaender (1): [ALSA] hda-codec - Add support for ASUS A8J modem Daniel Drake (1): [ALSA] hda-intel: fix ASUS M2V detection Daniel T Chen (1): [ALSA] hda-codec - Add quirk for Supermicro PDSBA to alc883_cfg_tbl[] Jaroslav Kysela (1

[ALSA PATCH] alsa-git merge request

2007-05-16 Thread Jaroslav Kysela
/soc/codecs/wm9712.c |1 + sound/soc/soc-core.c | 18 ++- sound/usb/usbquirks.h |9 + 8 files changed, 548 insertions(+), 24 deletions(-) The following things were done: Daniel Drake (1): [ALSA] usb-audio: another Logitech QuickCam ID Jaroslav Kysela (1

[ALSA PATCH] alsa-git merge request

2007-05-16 Thread Jaroslav Kysela
/soc/codecs/wm9712.c |1 + sound/soc/soc-core.c | 18 ++- sound/usb/usbquirks.h |9 + 8 files changed, 548 insertions(+), 24 deletions(-) The following things were done: Daniel Drake (1): [ALSA] usb-audio: another Logitech QuickCam ID Jaroslav Kysela (1

[ALSA PATCH] alsa-git merge request

2007-05-09 Thread Jaroslav Kysela
export AC97 DAI [ALSA] ASoC Samsung S3c24xx updates - audio DMA cleanup [ALSA] ASoC Samsung S3C24xx updates - i2s James Courtier-Dutton (1): [ALSA] snd-emu10k1: Prevent E-Mu 1010 Notebook card from hanging PC. Jaroslav Kysela (1): [ALSA] version 1.0.14rc4 Jean Delvare (1):

[ALSA PATCH] alsa-git merge request

2007-05-09 Thread Jaroslav Kysela
[ALSA] ASoC Samsung S3c24xx updates - audio DMA cleanup [ALSA] ASoC Samsung S3C24xx updates - i2s James Courtier-Dutton (1): [ALSA] snd-emu10k1: Prevent E-Mu 1010 Notebook card from hanging PC. Jaroslav Kysela (1): [ALSA] version 1.0.14rc4 Jean Delvare (1): [ALSA

[ALSA PATCH] alsa-git merge request

2007-05-03 Thread Jaroslav Kysela
[ALSA] ASoC Samsung S3C24xx updates - i2s James Courtier-Dutton (1): [ALSA] snd-emu10k1: Prevent E-Mu 1010 Notebook card from hanging PC. Jaroslav Kysela (1): [ALSA] version 1.0.14rc4 Jean Delvare (1): [ALSA] sound: strlcpy is smart enough Johannes Berg (2): [ALSA] aoa:

[ALSA PATCH] alsa-git merge request

2007-05-03 Thread Jaroslav Kysela
Samsung S3C24xx updates - i2s James Courtier-Dutton (1): [ALSA] snd-emu10k1: Prevent E-Mu 1010 Notebook card from hanging PC. Jaroslav Kysela (1): [ALSA] version 1.0.14rc4 Jean Delvare (1): [ALSA] sound: strlcpy is smart enough Johannes Berg (2): [ALSA] aoa: fix a sparse

Re: alsa was Re: ABI coupling to hypervisors via CONFIG_PARAVIRT

2007-03-14 Thread Jaroslav Kysela
and there are always probes to optimize things. We use standard file operations - open/close/ioctl/mmap, too. Jaroslav - Jaroslav Kysela <[EMAIL PROTECTED]> Linux Kernel Sound Maintainer ALSA Project, SUSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel&quo

[ALSA PATCH] alsa-git merge request

2007-03-14 Thread Jaroslav Kysela
-- sound/soc/Kconfig |2 + sound/soc/at91/Kconfig |3 +- sound/soc/pxa/Kconfig |3 +- 11 files changed, 76 insertions(+), 18 deletions(-) The following things were done: Jaroslav Kysela (1

[ALSA PATCH] alsa-git merge request

2007-03-14 Thread Jaroslav Kysela
-- sound/soc/Kconfig |2 + sound/soc/at91/Kconfig |3 +- sound/soc/pxa/Kconfig |3 +- 11 files changed, 76 insertions(+), 18 deletions(-) The following things were done: Jaroslav Kysela (1

Re: alsa was Re: ABI coupling to hypervisors via CONFIG_PARAVIRT

2007-03-14 Thread Jaroslav Kysela
ABI you should not even use unless you are libalsa. ouch. Pavel, calm down. World is not perfect and there are always probes to optimize things. We use standard file operations - open/close/ioctl/mmap, too. Jaroslav - Jaroslav Kysela [EMAIL

[ALSA PATCH] alsa-git merge request

2007-03-06 Thread Jaroslav Kysela
deletions(-) The following things were done: Jaroslav Kysela (1): [ALSA] version 1.0.14rc3 Joe Sauer (1): [ALSA] soc - Fix WM9712 register cache entry Liam Girdwood (1): [ALSA] soc - WM9712 PCM volume Takashi Iwai (7): [ALSA] hda-codec - Add LFE support on Dell M90

[ALSA PATCH] alsa-git merge request

2007-03-06 Thread Jaroslav Kysela
deletions(-) The following things were done: Jaroslav Kysela (1): [ALSA] version 1.0.14rc3 Joe Sauer (1): [ALSA] soc - Fix WM9712 register cache entry Liam Girdwood (1): [ALSA] soc - WM9712 PCM volume Takashi Iwai (7): [ALSA] hda-codec - Add LFE support on Dell M90

[PATCH] bonding: replace system timer with work queue

2007-02-28 Thread Jaroslav Kysela
threads (rtnl_lock is used also in linkwatch_event) - new bond workqueue thread is created. Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]> diff -rupN linux-2.6.20.orig/drivers/net/bonding/bond_3ad.c linux-2.6.20/drivers/net/bonding/bond_3ad.c --- linux-2.6.20.orig/drivers/net/bonding/bond

[PATCH] bonding: replace system timer with work queue

2007-02-28 Thread Jaroslav Kysela
threads (rtnl_lock is used also in linkwatch_event) - new bond workqueue thread is created. Signed-off-by: Jaroslav Kysela [EMAIL PROTECTED] diff -rupN linux-2.6.20.orig/drivers/net/bonding/bond_3ad.c linux-2.6.20/drivers/net/bonding/bond_3ad.c --- linux-2.6.20.orig/drivers/net/bonding/bond_3ad.c

[ALSA PATCH] alsa-git merge request

2007-02-13 Thread Jaroslav Kysela
files changed, 394 insertions(+), 227 deletions(-) The following things were done: Clemens Ladisch (2): [ALSA] emu10k1: fix typo [ALSA] usb-audio: add PCR-A PCM support Frank Mandarino (1): [ALSA] Change AT91 PDC register defines for 2.6.20 kernel Jaroslav Kysela (2

[ALSA PATCH] alsa-git merge request

2007-02-13 Thread Jaroslav Kysela
files changed, 394 insertions(+), 227 deletions(-) The following things were done: Clemens Ladisch (2): [ALSA] emu10k1: fix typo [ALSA] usb-audio: add PCR-A PCM support Frank Mandarino (1): [ALSA] Change AT91 PDC register defines for 2.6.20 kernel Jaroslav Kysela (2

Re: [ALSA PATCH] alsa-git merge request

2007-02-09 Thread Jaroslav Kysela
On Fri, 9 Feb 2007, Linus Torvalds wrote: > On Fri, 9 Feb 2007, Takashi Iwai wrote: > > > At Fri, 9 Feb 2007 15:02:05 +0100 (CET), > > Jaroslav Kysela wrote: > > > > > > Linus, please do an update from: > > > > > > http://www.kernel.org/

Re: [ALSA PATCH] alsa-git merge request

2007-02-09 Thread Jaroslav Kysela
On Fri, 9 Feb 2007, Takashi Iwai wrote: > At Fri, 09 Feb 2007 15:47:30 +0100, > I wrote: > > > > At Fri, 9 Feb 2007 15:40:21 +0100 (CET), > > Jaroslav Kysela wrote: > > > > > > On Fri, 9 Feb 2007, Takashi Iwai wrote: > > > > > >

Re: [ALSA PATCH] alsa-git merge request

2007-02-09 Thread Jaroslav Kysela
On Fri, 9 Feb 2007, Takashi Iwai wrote: > At Fri, 9 Feb 2007 15:02:05 +0100 (CET), > Jaroslav Kysela wrote: > > > > Linus, please do an update from: > > > > http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git > > (linus branch) > > Jaro

[ALSA PATCH] alsa-git merge request

2007-02-09 Thread Jaroslav Kysela
optical capture control for the Audigy 2 ZS [ALSA] ca0106: Fix sound capture on Audigy LS via AC97. [ALSA] emu10k1: Update registers defines for the Audigy 2/emu10k2.5 Jaroslav Kysela (4): [ALSA] hda_intel: increase maximum DMA buffer size to 1024MB [ALSA] pcm core: add

[ALSA PATCH] alsa-git merge request

2007-02-09 Thread Jaroslav Kysela
the digital optical capture control for the Audigy 2 ZS [ALSA] ca0106: Fix sound capture on Audigy LS via AC97. [ALSA] emu10k1: Update registers defines for the Audigy 2/emu10k2.5 Jaroslav Kysela (4): [ALSA] hda_intel: increase maximum DMA buffer size to 1024MB [ALSA] pcm

Re: [ALSA PATCH] alsa-git merge request

2007-02-09 Thread Jaroslav Kysela
On Fri, 9 Feb 2007, Takashi Iwai wrote: At Fri, 9 Feb 2007 15:02:05 +0100 (CET), Jaroslav Kysela wrote: Linus, please do an update from: http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git (linus branch) Jaroslav, as I wrote you many times, this tree includes

Re: [ALSA PATCH] alsa-git merge request

2007-02-09 Thread Jaroslav Kysela
On Fri, 9 Feb 2007, Takashi Iwai wrote: At Fri, 09 Feb 2007 15:47:30 +0100, I wrote: At Fri, 9 Feb 2007 15:40:21 +0100 (CET), Jaroslav Kysela wrote: On Fri, 9 Feb 2007, Takashi Iwai wrote: At Fri, 9 Feb 2007 15:02:05 +0100 (CET), Jaroslav Kysela wrote: Linus

Re: [ALSA PATCH] alsa-git merge request

2007-02-09 Thread Jaroslav Kysela
On Fri, 9 Feb 2007, Linus Torvalds wrote: On Fri, 9 Feb 2007, Takashi Iwai wrote: At Fri, 9 Feb 2007 15:02:05 +0100 (CET), Jaroslav Kysela wrote: Linus, please do an update from: http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git (linus branch) Jaroslav

[ALSA PATCH] alsa-git merge request

2007-01-23 Thread Jaroslav Kysela
Linus, please do an update from: http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git (linus branch) The GNU patch is available at: ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-git-2007-01-23.patch.gz The following files will be updated: sound/usb/usx2y/usbusx2yaudio.c |

[ALSA PATCH] alsa-git merge request

2007-01-23 Thread Jaroslav Kysela
Linus, please do an update from: http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git (linus branch) The GNU patch is available at: ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-git-2007-01-23.patch.gz The following files will be updated: sound/usb/usx2y/usbusx2yaudio.c |

[ALSA PATCH] alsa-git merge request

2007-01-09 Thread Jaroslav Kysela
(+), 12 deletions(-) The following things were done: Clemens Ladisch: [ALSA] usb-audio: work around wrong frequency in CM6501 descriptors Giuliano Pochini: [ALSA] Fix potential NULL pointer dereference in echoaudio midi Jaroslav Kysela: [ALSA] version 1.0.14rc1 Jason Gaston

[ALSA PATCH] alsa-git merge request

2007-01-09 Thread Jaroslav Kysela
(+), 12 deletions(-) The following things were done: Clemens Ladisch: [ALSA] usb-audio: work around wrong frequency in CM6501 descriptors Giuliano Pochini: [ALSA] Fix potential NULL pointer dereference in echoaudio midi Jaroslav Kysela: [ALSA] version 1.0.14rc1 Jason Gaston

[ALSA PATCH] alsa-git merge request

2006-12-20 Thread Jaroslav Kysela
CMI9761 chips. Jaroslav Kysela: [ALSA] ac97_codec (ALC655): add EAPD hack for MSI L725 laptop [ALSA] version 1.0.14rc1 Jean Delvare: [ALSA] sound: Don't include i2c-dev.h Nickolay V. Shmyrev: [ALSA] snd_hda_intel 3stack mode for ASUS P5P-L2 Remy Bruno: [ALSA] hdsp

[ALSA PATCH] alsa-git merge request

2006-12-20 Thread Jaroslav Kysela
CMI9761 chips. Jaroslav Kysela: [ALSA] ac97_codec (ALC655): add EAPD hack for MSI L725 laptop [ALSA] version 1.0.14rc1 Jean Delvare: [ALSA] sound: Don't include i2c-dev.h Nickolay V. Shmyrev: [ALSA] snd_hda_intel 3stack mode for ASUS P5P-L2 Remy Bruno: [ALSA] hdsp

Re: [ALSA PATCH] alsa-git merge request

2006-12-15 Thread Jaroslav Kysela
On Fri, 15 Dec 2006, Andrew Morton wrote: > On Fri, 15 Dec 2006 08:52:48 +0100 (CET) > Jaroslav Kysela <[EMAIL PROTECTED]> wrote: > > > Linus, please do an update from: > > > > http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git > >

Re: [ALSA PATCH] alsa-git merge request

2006-12-15 Thread Jaroslav Kysela
iew comments would be useful, too. > > > > > From: Andrew Morton <[EMAIL PROTECTED]> > > Fix the soc code after dhowells workqueue changes. I applied this patch to alsa-git tree. Thanks, Jaro

[ALSA PATCH] alsa-git merge request

2006-12-15 Thread Jaroslav Kysela
. [ALSA] ac97: Identify CMI9761 chips. [ALSA] emu10k1: Update registers defines for the Audigy 2/emu10k2.5 Jaroslav Kysela: [ALSA] ac97_codec (ALC655): add EAPD hack for MSI L725 laptop [ALSA] hda_intel: increase maximum DMA buffer size to 1024MB [ALSA] pcm core: add

  1   2   >