[haiku-bugs] Re: [Haiku] #14581: no audio on T410 (8086/3b56) - mixer not insertable in output path

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Sun, 21 Oct 2018 17:41:46 -0000

#14581: no audio on T410 (8086/3b56) - mixer not insertable in output path
---------------------------------+----------------------------
   Reporter:  ttcoder            |      Owner:  korli
       Type:  bug                |     Status:  new
   Priority:  normal             |  Milestone:  R1/beta2
  Component:  Drivers/Audio/HDA  |    Version:  R1/Development
 Resolution:                     |   Keywords:
 Blocked By:                     |   Blocking:
Has a Patch:  0                  |   Platform:  All
---------------------------------+----------------------------

Comment (by ttcoder):

 I tried to do the equivalent of AC_VERB_SET_CONNECT_SEL by sending this


 {{{
                                 if( widget.node_id == 31 )
                                 {
                                         uint32 mux = 0;
                                         uint32 verb = MAKE_VERB(
                                                 audioGroup->codec->addr,
                                                 widget.node_id,
                                                 VID_SET_CONNECTION_SELECT,
                                                 mux
                                                 );
                                         if
 (hda_send_verbs(audioGroup->codec, &verb, NULL, 1) != B_OK) ......
 }}}

 But no joy.

 Also tried playing with the "send verbs: 16..." part but no luck either.

 I should probably look at
 
[https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/tree/sound/pci/hda/patch_conexant.c]
 as a whole, rather than just the change-set excerpts.

-- 
Ticket URL: <https://dev.haiku-os.org/ticket/14581#comment:5>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: