This commit is contained in:
parent
7da6e94f1d
commit
59863cae97
@ -104,6 +104,18 @@ index 80e3058..d744c54 100644
|
||||
- subdevice $SUBDEV
|
||||
- mmap_emulation on
|
||||
-}
|
||||
diff --git a/src/conf/cards/HDA-Intel.conf b/src/conf/cards/HDA-Intel.conf
|
||||
index bcbcb9b..800281e 100644
|
||||
--- a/src/conf/cards/HDA-Intel.conf
|
||||
+++ b/src/conf/cards/HDA-Intel.conf
|
||||
@@ -58,6 +58,7 @@ HDA-Intel.pcm.default {
|
||||
resolution 121
|
||||
}
|
||||
}
|
||||
+ hint.device 0
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
diff --git a/src/mixer/simple_none.c b/src/mixer/simple_none.c
|
||||
index 0f4dd3a..4802200 100644
|
||||
--- a/src/mixer/simple_none.c
|
||||
@ -124,7 +136,7 @@ index 0f4dd3a..4802200 100644
|
||||
return 0;
|
||||
values = n;
|
||||
diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c
|
||||
index 74d1d1a..b44956f 100644
|
||||
index 74d1d1a..209c5bb 100644
|
||||
--- a/src/pcm/pcm.c
|
||||
+++ b/src/pcm/pcm.c
|
||||
@@ -1430,7 +1430,7 @@ int snd_pcm_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int s
|
||||
@ -215,6 +227,15 @@ index 74d1d1a..b44956f 100644
|
||||
#if 0 /* very useful code to test poll related problems */
|
||||
{
|
||||
snd_pcm_sframes_t avail_update;
|
||||
@@ -7261,7 +7257,7 @@ int snd_pcm_recover(snd_pcm_t *pcm, int err, int silent)
|
||||
* \param channels required PCM channels
|
||||
* \param rate required sample rate in Hz
|
||||
* \param soft_resample 0 = disallow alsa-lib resample stream, 1 = allow resampling
|
||||
- * \param latency required overall latency in us (0 = optimum latency for players)
|
||||
+ * \param latency required overall latency in us
|
||||
* \return 0 on success otherwise a negative error code
|
||||
*/
|
||||
int snd_pcm_set_params(snd_pcm_t *pcm,
|
||||
diff --git a/src/pcm/pcm_file.c b/src/pcm/pcm_file.c
|
||||
index 82823a0..6ddf14f 100644
|
||||
--- a/src/pcm/pcm_file.c
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 14:21:47 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Fix HD-audio config file (bnc#469886)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 15:54:47 CET 2009 - tiwai@suse.de
|
||||
|
||||
|
@ -34,7 +34,7 @@ Obsoletes: alsa-64bit
|
||||
#
|
||||
Summary: Advanced Linux Sound Architecture
|
||||
Version: 1.0.18
|
||||
Release: 14
|
||||
Release: 15
|
||||
Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{package_version}.tar.bz2
|
||||
Source8: 40-alsa.rules
|
||||
Source11: alsasound
|
||||
@ -244,6 +244,8 @@ exit 0
|
||||
%{_datadir}/alsa
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 tiwai@suse.de
|
||||
- Fix HD-audio config file (bnc#469886)
|
||||
* Tue Feb 03 2009 tiwai@suse.de
|
||||
- Fix the automatic mmap-emul conversion in plug plugin
|
||||
- Fix off_t in kernel struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user