Translations:Phonon/20/ca: Difference between revisions
(Created page with "Assegureu-vos que teniu configurat un ''nom «hint»'' per al dispositiu. Aquí teniu l'exemple d'una entrada completa per a un dispositiu, amb un «hint« és:
{{Output|1=pcm.s...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Assegureu-vos que teniu configurat un ''nom «hint»'' per al dispositiu. Aquí teniu l'exemple d'una entrada completa per a un dispositiu, amb un | Assegureu-vos que teniu configurat un ''nom «hint»'' per al dispositiu. Aquí teniu l'exemple d'una entrada completa per a un dispositiu, amb un «hint»: | ||
{{Output|1=pcm.softvolPhonon { | {{Output|1=pcm.softvolPhonon { | ||
type softvol | |||
slave.pcm "default:CARD=0" | |||
control { | |||
name "Phonon" | |||
card 0 | |||
} | |||
min_dB -51.0 | |||
max_dB 0.0 | |||
resolution 100 | |||
hint { | |||
show on | |||
description "La meva targeta de so amb control de volum extra" | |||
} | |||
} | } | ||
}} | }} |
Latest revision as of 17:53, 28 March 2011
Assegureu-vos que teniu configurat un nom «hint» per al dispositiu. Aquí teniu l'exemple d'una entrada completa per a un dispositiu, amb un «hint»:
pcm.softvolPhonon { type softvol slave.pcm "default:CARD=0" control { name "Phonon" card 0 } min_dB -51.0 max_dB 0.0 resolution 100 hint { show on description "La meva targeta de so amb control de volum extra" } }