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ę.

 

141722424457_505160007171Daniel 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

 
129422674699_520660007042Daniel 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

 
174925324557_599760007394Takashi 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

 
147329494096_551060007361Jassi 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@

 
196429024871_537960007785Jassi 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

 
138826864027_584560007690Matti 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:

 
101520324957_571560007256Jan 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

 
175829874788_5314600077296275 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

 
170924574678_580560007284Clemens 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.

 
116529324185_503660007455Daniel 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

 
182226984141_584960007879Dan 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

 
153825584911_549560007149Dan 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

 
175120314136_553960007119Jaroslav 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

 
126720544577_594560007544Dan 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

 
122920244475_541560007786Jaroslav 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

 
187028834484_501160007026Clemens 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

 
189122694585_580260007858Daniel 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

 
195125154890_508660007235Clemens 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

 
120623214289_578460007148Daniel 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

 
132724954173_580360007234Felix 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

 
158927794116_507260007847Felix 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

 
109826804116_568460007880Jonathan 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

 
154124324394_543160007448Tom 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

 
166627254769_595560007034Message 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?

 
110328364529_527660007438David 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

 
151022274217_562660007007Kuninori 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

 
147323984687_559060007168Kuninori 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

 
146926234600_586460007119Kuninori 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

 
131127204844_508060007352Kuninori 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

 
111427784188_564360007827Kuninori 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,

 
108125644054_529860007354Kuninori 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

 
130526644753_599360007835Jassi 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

 
116127234457_576260007512Seungwhan 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

 
188128984231_572560007906Dan 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

 
107620924684_526560007738walter 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

 
109228174301_514660007492Peter 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-

 
150024214155_525260007409Mark 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

 
108625754131_554460007718Frank 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

 
105522174616_528760007594Frank 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

 
119320184686_587760007422Frank 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

 
161423754238_591660007354Frank 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

 
140720214775_556360007188Frank 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

 
197223604764_510360007099Message 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-

 
182229614316_543860007258IOhannes 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

 
103124414276_571860007559IOhannes 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 "

 
113929324935_537860007456IOhannes 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,

 
173222544477_550760007751IOhannes 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

 
169527894111_545860007016Clemens 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

 
155827134978_587560007225Timur 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 --

 
113221824666_540960007983Vasily 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