summaryrefslogtreecommitdiffstats
path: root/.alsa/x1-bluetooth
blob: 51fb3f431fef4230555b2689eb44b33043a601b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pcm.btspeaker {
  type plug
  slave {
    pcm {
      type bluealsa
      interface hci0
      device 00:11:67:01:1C:9B
      profile "a2dp"
    }
  }
  hint {
    show on
    description "BT Headset"
  }
}

pcm.!default {
    type plug
    slave.pcm "btspeaker"
}