SEARCH  

NEWS

2010.10.06:11:36:28
Apple zapłaci 625,5 mln USD za naruszenie patentów?
Sąd uznał winę firmy Stevea Jobsa i nakazał jej wypłatę ogromnego odszkodowania. Ta jednak uważa, że racja jest po jej stronie i zapowiada dalszą walkę.

 

194825004583_584860007533Daniel Mack
Let git do the job. Signed-off-by: Daniel Mack <daniel@xxxxxxxx --- sound/usb/caiaq/device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/usb/caiaq/devi

 
116225834886_541460007063Daniel Mack
At Fri, 10 Sep 2010 16:12:35 +0800, Daniel Mack wrote: This patch adds support for the new Traktor Kontrol S4 by Native Instruments. It features a new audio data streaming model, MIDI in and

 
189324984578_580660007996Takashi Iwai
On Fri, Sep 10, 2010 at 10:58:46AM +0200, Takashi Iwai wrote: At Fri, 10 Sep 2010 16:12:35 +0800, Daniel Mack wrote: This patch adds support for the new Traktor Kontrol S4 by Native

 
139927124043_519660007239Jassi Brar
From: Jassi Brar <jassi.brar@xxxxxxxxxxx The PCM controller platform devices are registered by the name samsung-pcm, so use the same in the CPU driver. Signed-off-by: Jassi Brar <jassi.brar@

 
126826074722_590860007525Jassi Brar
On Fri, Sep 10, 2010 at 04:41:05PM +0900, Jassi Brar wrote: struct snd_soc_dai_driver s3c_pcm_dai[] = { - S3C_PCM_DAI_DECLARE, - S3C_PCM_DAI_DECLARE, + [0] = { + .name = "samsung-pc

 
192022914024_550260007295Matti J Aaltonen
Hi. This patch changes the error handling in the FM radio codec so that its always permissible to set the audio routing to the previous value/ B.R. Matti J. Aaltonen (1): ASoC: WL1273 FM Radio:

 
103523014879_592260007167Jan Nikitenko
On Fri, Sep 10, 2010 at 10:41:29AM +0300, Matti J. Aaltonen wrote: This patch changes the error handling in the FM radio codec so that its always permissible to set the audio routing to the prev

 
198526084666_5563600076936275 kson
Hello, I am working on a usb audio device and Im having trouble getting it to show up as an output device in Ubuntus sound preferences. The device is working well with other OSs. My syslog shows t

 
155928144405_560260007752Clemens Ladisch
On Wed, Sep 08, 2010 at 02:40:55PM -0500, 6275 kson wrote: up as an output device in Ubuntus (10.4) sound preferences. The device is working well with other OSs. My syslog shows this error.

 
184222774358_556460007702Daniel Mack
Well I basically understand what is wrong. Usbaudio is expecting the packet size to be 4 and the value to be encoded as 16.16 because the device is operating at high speed. I made the change and my

 
108821044994_511360007133Dan Carpenter
6275 kson wrote: Well I basically understand what is wrong. Usbaudio is expecting the packet size to be 4 and the value to be encoded as 16.16 because the device is operating at high speed. I

 
140926424435_528760007150Dan Carpenter
Dan Carpenter wrote: Im doing an audit to find integer overflows and my static checker complained that in the original code "device + 1" could overflow. The overflow is harmless, but

 
145525484759_512160007172Jaroslav Kysela
At Wed, 8 Sep 2010 21:36:41 +0200, Dan Carpenter wrote: If we pass in a device which is higher than SNDRV_RAWMIDI_DEVICES then this function just returns device + 1 which isnt helpful. Ive

 
181526704986_521960007995Dan Carpenter
At Wed, 8 Sep 2010 23:29:14 +0200 (CEST), Jaroslav Kysela wrote: On Wed, 8 Sep 2010, Takashi Iwai wrote: At Wed, 8 Sep 2010 21:36:41 +0200, Dan Carpenter wrote: If we pass i

 
197221134272_532960007457Jaroslav Kysela
At Thu, 9 Sep 2010 00:11:41 +0200, Dan Carpenter wrote: If we pass in a device which is higher than SNDRV_RAWMIDI_DEVICES then the "next device" should be -1. This function just ret

 
103127654561_502460007167Clemens Ladisch
Dan Carpenter schrieb: If we pass in a device which is higher than SNDRV_RAWMIDI_DEVICES then the "next device" should be -1. This function just returns device + 1. But the main

 
115722874810_559260007372Daniel Mack
On Thu, Sep 09, 2010 at 09:44:52AM +0200, Clemens Ladisch wrote: Dan Carpenter wrote: If we pass in a device which is higher than SNDRV_RAWMIDI_DEVICES then this function just returns devic

 
174320304921_550160007031Clemens Ladisch
Calling prepare() on a stream which is already active shouldnt touch the sample pointer positions. This code belongs into the trigger callback, so move it there. Signed-off-by: Daniel Mack <danie

 
167329674702_565860007974Daniel Mack
On Fri, Sep 10, 2010 at 09:27:48AM +0200, Clemens Ladisch wrote: Daniel Mack wrote: Calling prepare() on a stream which is already active ... would be a bug; snd_pcm_pre_prepare() in sound

 
165321574086_592560007764Felix Homann
Current SND_FSI_xxx menu attributes were bool, but it should be tristate. This patch solve below report from Guennadi "bool" means, if someone is linking the whole ASoC into the kernel, th

 
138225174528_594460007407Felix Homann
Felix Homann wrote: after some struggle I managed to get the mixer in the M-Audio working. Before I submit a patch I would like to know if theres an way to test the dB information for the contr

 
111127004695_592160007269Jonathan Woithe
Felix Homann wrote: Well, according to alsamixer the mixer values are mapped to a range from 0 to -128 dB. amixer contents show entries of the form | unk-4-0xffffce00,0x00000000

 
129320344300_521360007451Tom Corner
Ive been going around and around on this. The surround sound 5.1 is playing fine except channel 0 (front-left) is playing on the woofer. I have a Terratec Aureon fun - CMI8738-MC6. I can redirect

 
124522084417_594860007603Message not availabl
Tom Corner wrote: The surround sound 5.1 is playing fine except channel 0 (front-left) is playing on the woofer. And the softwares front left channel is also playing on the front left speaker?

 
192125194760_500760007246David Henningsson
Tom Corner wrote: On 09/10/10 09:10, Clemens Ladisch wrote: Tom Corner wrote: The surround sound 5.1 is playing fine except channel 0 (front-left) is playing on the woofer. And t

 
177128264763_529960007304Kuninori Morimoto
At Thu, 09 Sep 2010 09:04:10 +0200, David Henningsson wrote: By adding the subwoofer as a speaker pin, it is treated correctly when auto-muting. Applied now. Im a little unsure of whether

 
170628814004_540060007296Kuninori Morimoto
This patch solve below report from Guennadi 1) - hdmi_write(hdmi, 0x00, HDMI_AUDIO_SETTING_1); + switch (pdata- flags & HDMI_SRC_MASK) { + default: + /* FALL THROUGH */ Im not sure I

 
167020934330_597060007866Kuninori Morimoto
This patch solve below report from Guennadi +static struct snd_soc_dai_driver sh_hdmi_dai = { + .name = "sh_mobile_hdmi-hifi", + .playback = { + .stream_name = "Playback&quo

 
142125534073_583960007940Kuninori Morimoto
This patch solve below report from Guennadi /* External video parameter settings */ static void hdmi_external_video_param(struct sh_hdmi *hdmi) { @@ -804,6 +862,11 @@ static int __init s

 
144224204458_520260007902Kuninori Morimoto
Hello Morimoto-san Thanks for your patches! But what about this my comment: <quote Besides, I think, this will not link without CONFIG_SND_SOC. </quote ? Or is it wrong? If this is right,

 
144821984728_521160007497Kuninori Morimoto
On Thu, 9 Sep 2010, Kuninori Morimoto wrote: Dear Guennadi <quote Besides, I think, this will not link without CONFIG_SND_SOC. </quote ? Or is it wrong? If this

 
151622034377_552060007177Jassi Brar
When PCM capture, sound recorded abnormally because of RX FIFO threshold settings are missing. So, This patch modify PCM RX FIFO setting codes same as TX. Signed-off-by: Seungwhan Youn <sw.youn@x

 
181622734271_514660007579Seungwhan Youn
On Wed, Sep 8, 2010 at 6:48 PM, Jassi Brar <jassisinghbrar@xxxxxxxxx wrote: On Wed, Sep 8, 2010 at 5:51 PM, Seungwhan Youn <sw.youn@xxxxxxxxxxx wrote: When PCM capture, sound recorded ab

 
101126654131_508460007632Dan Carpenter
When PCM capture, sound recorded abnormally because of RX FIFO threshold settings are missing. So, This patch modify PCM RX FIFO setting codes same as TX. And for DMA, if PCM RXFIFO_DIPSTICK is not 0

 
102429474051_548260007479walter harms
At Wed, 8 Sep 2010 09:26:32 +0200, Dan Carpenter wrote: We dont want "pre_event_timeout" to be negative because that would result in a stack traces in dmesg when we schedule a negati

 
138425974678_511260007174Peter Ujfalusi
This patch fixes sparse warning due non declaration of static function sound/soc/omap/omap-mcbsp.c:783:5: warning: symbol omap_mcbsp_st_info_volsw was not declared. Should it be static? Signed-off-

 
160923254377_598760007981Mark Brown
On Wed, 8 Sep 2010 09:03:09 +0300 Peter Ujfalusi <peter.ujfalusi@xxxxxxxxx wrote: On Wednesday 08 September 2010 06:23:43 ext G, Manjunath Kondaiah wrote: This patch fixes sparse warning d

 
116426614254_543660007498Frank Becker
On Wed, 2010-09-08 at 08:53 +0530, G, Manjunath Kondaiah wrote: This patch fixes sparse warning due non declaration of static function sound/soc/omap/omap-mcbsp.c:783:5: warning: symbol omap_m

 
101428194163_514660007667Frank Becker
At Tue, 7 Sep 2010 00:45:48 +0200, Jens Taprogge wrote: On Mon, Sep 06, 2010 at 07:04:21PM +0200, Frank Becker wrote: Hi, Please always CC me since Im not subscribed to the mailing

 
177829284613_583060007762Frank Becker
At Tue, 7 Sep 2010 11:02:20 +0200, Frank Becker wrote: Takashi Iwai [2010-09-07, 08:17 +0200]: At Tue, 7 Sep 2010 00:45:48 +0200, Jens Taprogge wrote: On Mon, Sep 06, 2010 a

 
130927944359_598760007167Frank Becker
At Tue, 7 Sep 2010 11:40:41 +0200, Frank Becker wrote: Takashi Iwai [2010-09-07, 11:20 +0200]: At Tue, 7 Sep 2010 11:02:20 +0200, Frank Becker wrote: Takashi Iwai [2010-09-0

 
116025154492_553860007337Frank Becker
At Tue, 7 Sep 2010 11:53:00 +0200, Frank Becker wrote: Takashi Iwai [2010-09-07, 11:44 +0200]: At Tue, 7 Sep 2010 11:40:41 +0200, Frank Becker wrote: Takashi Iwai [2010-09-0

 
151926664999_577460007806Message not availabl
On Tue, Sep 07, 2010 at 11:53:00AM +0200, Frank Becker wrote: Takashi Iwai [2010-09-07, 11:44 +0200]: At Tue, 7 Sep 2010 11:40:41 +0200, Frank Becker wrote: Takashi Iwai [2010-

 
127121164624_543460007528IOhannes m zmoelnig
Jens Taprogge [2010-09-07, 01:18 +0200]: On Mon, Sep 06, 2010 at 07:04:21PM +0200, Frank Becker wrote: Hi, I have a problem since commit id 7b2bfdb (about 2.6.35-rc2) up to the latest HEA

 
110120394455_571560007866IOhannes m zmoelnig
On 2010-09-07 18:05, IOhannes m zmoelnig wrote: hi all, is this a bug? in alsa-lib? in the debian-packages? it seems like debian compiles the package without explicitely adding the "

 
147621774659_583560007565IOhannes m zmoelnig
IOhannes m zmoelnig wrote: im requesting my "plughw" device with 44100Hz the request is done with something like: rate=44100; err = snd_pcm_hw_params_set_rate_min(handle, params,

 
100223244080_549460007583IOhannes m zmoelnig
2010/9/8 IOhannes m zmoelnig <zmoelnig@xxxxxx On 2010-09-07 19:06, Clemens Ladisch wrote: IOhannes m zmoelnig wrote: im requesting my "plughw" device with 44100Hz the r

 
183223814248_583060007350Clemens Ladisch
2010/9/9 IOhannes m zmoelnig <zmoelnig@xxxxxx On 2010-09-09 03:30, Raymond Yau wrote: rel="nofollow" www.alsa-project.org/alsa-doc/alsa-lib/group___p_c_m___h_w___params.htm www.a

 
163524264467_525960007729Timur Tabi
Not needed with multi-component. Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx --- sound/soc/codecs/cs4270.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --

 
178729624768_524260007637Vasily Khoruzhick
On Tue, 2010-09-07 at 11:34 -0500, Timur Tabi wrote: Mark Brown wrote: Not needed with multi-component. Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx Acked-by