All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pmac 48kHz sample rate not function -> disable
@ 2004-07-30 14:56 Rene Rebe
  2004-08-02 10:49 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Rene Rebe @ 2004-07-30 14:56 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

Hi all,

48kHz sample rate is not functional - at least with all iBook2s I have 
access to. The hardware just does 44.1kHz instead. I have cross checking 
the Darwin source - but as far as I have seen it also does not support 
higher rates then 44.1kHz. Strange is, that any bit combination written 
does result in 44.1kHz. Maybe someone with access to the spec can 
implement it correctly - if the hardware does support something different.

Have fun,
  René Rebe

[-- Attachment #2: alsa-pmac3.patch --]
[-- Type: text/plain, Size: 602 bytes --]

--- ppc/pmac.c.orig	2004-08-01 01:09:36.820879352 +0200
+++ ppc/pmac.c	2004-07-31 17:40:45.512859128 +0200
@@ -53,7 +53,7 @@
 };
 /* fixed frequency table for tumbler */
 static int tumbler_freqs[2] = {
-	48000, 44100
+	/*48000,*/ 44100
 };
 
 /*
@@ -494,14 +494,14 @@
 	snd_pcm_runtime_t *runtime = subs->runtime;
 	int i, j, fflags;
 	static int typical_freqs[] = {
-		48000,
+		/*48000,*/
 		44100,
 		22050,
 		11025,
 		0,
 	};
 	static int typical_freq_flags[] = {
-		SNDRV_PCM_RATE_48000,
+		/*SNDRV_PCM_RATE_48000,*/
 		SNDRV_PCM_RATE_44100,
 		SNDRV_PCM_RATE_22050,
 		SNDRV_PCM_RATE_11025,



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-08-04  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-30 14:56 [PATCH] pmac 48kHz sample rate not function -> disable Rene Rebe
2004-08-02 10:49 ` Takashi Iwai
2004-08-03 21:49   ` Niklas Werner
2004-08-04  9:38     ` Takashi Iwai

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.