diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-04-04 09:41:19 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-04-04 09:41:19 +0000 |
commit | 31a3adbb73dd4b629b19d87157a1731758ddcaa1 (patch) | |
tree | 9c6c3481f67a2e80862ff123baebd388262927b3 /audio/asound.conf | |
parent | e7bd84e89e0af0cd2c2390bf7a173f90a473fc62 (diff) |
Add example asound.conf file
Diffstat (limited to 'audio/asound.conf')
-rw-r--r-- | audio/asound.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/asound.conf b/audio/asound.conf new file mode 100644 index 00000000..ec97d46f --- /dev/null +++ b/audio/asound.conf @@ -0,0 +1,7 @@ +pcm.headset { + type bluetooth +} + +ctl.headset { + type bluetooth +} |