1# Please note that this ALSA configuration file fragment needs be enabled in 2# /etc/asound.conf or a similar configuration file with directives similar to 3# the following: 4# 5#@hooks [ 6# { 7# func load 8# files [ 9# "/etc/alsa/bluetooth.conf" 10# ] 11# errors false 12# } 13#] 14 15pcm.rawbluetooth { 16 @args [ ADDRESS ] 17 @args.ADDRESS { 18 type string 19 } 20 type bluetooth 21 device $ADDRESS 22} 23 24pcm.bluetooth { 25 @args [ ADDRESS ] 26 @args.ADDRESS { 27 type string 28 } 29 type plug 30 slave { 31 pcm { 32 type bluetooth 33 device $ADDRESS 34 } 35 } 36} 37