All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ALSA: HDA VIA: Remove 48k sample rate limit for S/PDIF
@ 2009-10-14  2:10 Logan Li
  2009-10-14 15:43 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Logan Li @ 2009-10-14  2:10 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, HaraldWelte, LydiaWang

From: Logan Li <loganli@viatech.com.cn>
Subject: ALSA: HDA VIA: Remove 48k sample rate limit for S/PDIF

48 kHz limit is for slightly better stability, and sample rates other
than 48k (like 96k/192k) are for better sound quality.
We choose better quality, so remove the 48k limit.

Signed-off-by: Logan Li <loganli@viatech.com.cn>

---
 sound/pci/hda/patch_via.c |    4 ----
 1 file changed, 4 deletions(-)

--- a/sound/pci/hda/patch_via.c
+++ b/sound/pci/hda/patch_via.c
@@ -4626,7 +4626,6 @@
 	.substreams = 2,
 	.channels_min = 2,
 	.channels_max = 2,
-	.rates = SNDRV_PCM_RATE_48000,
 	/* NID is set in via_build_pcms */
 	.ops = {
 		.open = via_dig_playback_pcm_open,
@@ -5124,7 +5123,6 @@
 	.substreams = 2,
 	.channels_min = 2,
 	.channels_max = 2,
-	.rates = SNDRV_PCM_RATE_48000,
 	/* NID is set in via_build_pcms */
 	.ops = {
 		.open = via_dig_playback_pcm_open,
@@ -5561,7 +5559,6 @@
 	.substreams = 1,
 	.channels_min = 2,
 	.channels_max = 2,
-	.rates = SNDRV_PCM_RATE_48000,
 	/* NID is set in via_build_pcms */
 	.ops = {
 		.open = via_dig_playback_pcm_open,
@@ -5914,7 +5911,6 @@
 	.substreams = 1,
 	.channels_min = 2,
 	.channels_max = 2,
-	.rates = SNDRV_PCM_RATE_48000,
 	/* NID is set in via_build_pcms */
 	.ops = {
 		.open = via_dig_playback_pcm_open,

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

end of thread, other threads:[~2009-10-14 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14  2:10 [PATCH 1/1] ALSA: HDA VIA: Remove 48k sample rate limit for S/PDIF Logan Li
2009-10-14 15:43 ` 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.