Mercurial > audlegacy-plugins
changeset 3193:93cf4d0a0dde
alsa-ng: Prefer "PCM" volume control over "Wave" on systems that have both, for consistency with OSS plugin and maybe other apps (closes AUD-34 and AUD-36).
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Mon, 29 Jun 2009 23:05:56 -0400 |
parents | d1d9b159801a |
children | bbf2cd0df6c3 |
files | src/alsa-ng/alsa-core.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alsa-ng/alsa-core.c Sat Jun 27 14:53:36 2009 -0500 +++ b/src/alsa-ng/alsa-core.c Mon Jun 29 23:05:56 2009 -0400 @@ -71,7 +71,7 @@ static snd_mixer_elem_t * alsaplug_guess_mixer_elem(snd_mixer_t *mixer) { - gchar *elem_names[] = { "Wave", "PCM", "Front", "Master" }; + gchar * elem_names[] = {"PCM", "Wave", "Front", "Master"}; gint i; snd_mixer_elem_t *elem;