mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-20 07:31:23 +01:00
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
* Reimplemented the '--autogen' directive in rdalsaconfig(8). * Added a '--rewrite' directive in rdalsaconfig(8).
This commit is contained in:
@@ -38,6 +38,8 @@ class RDAlsaCard
|
||||
QString mixerName() const;
|
||||
int pcmQuantity() const;
|
||||
QString pcmName(int n) const;
|
||||
bool isEnabled(int pcm_num) const;
|
||||
void setEnabled(int pcm_num,bool state);
|
||||
QString dump() const;
|
||||
|
||||
private:
|
||||
@@ -48,6 +50,7 @@ class RDAlsaCard
|
||||
QString card_long_name;
|
||||
QString card_mixer_name;
|
||||
QStringList card_pcm_names;
|
||||
QList<bool> card_enableds;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user