<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Jochen Kühner wrote:
<blockquote cite="mid20050525125502.542B9171186@www.mythtv.org"
type="cite">
<meta http-equiv="Content-Type" content="text/html; ">
<meta name="Generator" content="Microsoft Word 11 (filtered medium)">
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<div class="Section1">
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;" lang="EN-GB">I can enter
in MythTV Wich Volume control it sould
change!<o:p></o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;" lang="EN-GB"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial;" lang="EN-GB">Must I enter
here The Alsa name or the oss name of
the control?? Or is it the same???</span></font></p>
</div>
</blockquote>
Chocolate or Coffe? Well you forgot to tell if it is supposed to be
cold or hot.<br>
You have to look into the setup of your machine. Is it set up with Alsa?<br>
If not then the answer is obvious: You must use the /dev/dsp<br>
If Alsa is supported by your machine, then (sigh) it depends on how
Alsa is set up.<br>
Usually Alsa is set up to support the old OSS. You can see that by
doing a:<br>
lsmod | grep snd_<br>
If you see snd_pcm_oss then Alsa is setup for OSS emulation. In that
case you can still use /dev/dsp<br>
But you also have the choise to use Alsa directly, in which case you
may specify the Alsa device as<br>
ALSA:<devicename><br>
Most likely they will NOT react identically as Alsa requires separate
setup.<br>
<br>
<br>
Karsten<br>
</body>
</html>