diff options
Diffstat (limited to 'files/audio/asoundrc')
| -rw-r--r-- | files/audio/asoundrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/audio/asoundrc b/files/audio/asoundrc new file mode 100644 index 0000000..051a420 --- /dev/null +++ b/files/audio/asoundrc @@ -0,0 +1,12 @@ +#pcm.!spdif { +# type hw +# card 1 +# device 1 +#} +# +#pcm.!default { +# type plug +# slave { +# pcm "spdif" +# } +#} |