Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] nVidia HDMI sound device software volume control
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
GTXcube
n00b
n00b


Joined: 05 Apr 2012
Posts: 31

PostPosted: Mon Nov 19, 2012 6:01 pm    Post subject: [Solved] nVidia HDMI sound device software volume control Reply with quote

Hello guys, I have sound over HDMI and I use dmix but i have now idea how to also get control of this output in gnome-volume-control. This is my /etc/asound.conf
Code:
pcm.!default
{
   type      plug
   slave.pcm   "dmixer"
}

pcm.dmixer 
{
    type      dmix
    ipc_key      1024
    slave
   {
      pcm      "hw:1,7"
      period_time   0
      period_size   1024
      buffer_size   4096
      rate      44100
   }
   bindings
   {
      0 0
      1 1
   }
}

ctl.dmixer
{
   type      hw
   card      1
}


Any ideas ? Thanks

Edit: solution is here https://forums.gentoo.org/viewtopic-p-7219430.html#7219430
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum