* Baytrail init file for alsa-utils @ 2014-11-03 9:51 Bastien Nocera 2014-11-03 11:11 ` Liam Girdwood 0 siblings, 1 reply; 6+ messages in thread From: Bastien Nocera @ 2014-11-03 9:51 UTC (permalink / raw) To: alsa-devel@alsa-project.org Hey, I've done some work on the community generated "alsa state" file for Baytrail tablets, and shrunk it massively: https://github.com/AdamWill/baytrail-m/blob/master/alsa/t100_B.state Are there any tools, or hints as to how I might convert that to an "init" file that alsactl could run to set the default state of the mixer? Or have any Intel folks already done that work? I'll have a few more sound-related questions for that tablet, for which I could do with a few hints as to where to direct the questions/bug reports: - no jack sensing support (driver problem?) - left/right headphones output is inverted (another driver bug?) - HDMI audio is not detected (Intel video driver bug?) Cheers ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Baytrail init file for alsa-utils 2014-11-03 9:51 Baytrail init file for alsa-utils Bastien Nocera @ 2014-11-03 11:11 ` Liam Girdwood 2014-11-03 13:03 ` Bastien Nocera 0 siblings, 1 reply; 6+ messages in thread From: Liam Girdwood @ 2014-11-03 11:11 UTC (permalink / raw) To: Bastien Nocera; +Cc: alsa-devel@alsa-project.org, Nikula, Jarkko On Mon, 2014-11-03 at 10:51 +0100, Bastien Nocera wrote: > Hey, > > I've done some work on the community generated "alsa state" file for > Baytrail tablets, and shrunk it massively: > https://github.com/AdamWill/baytrail-m/blob/master/alsa/t100_B.state > > Are there any tools, or hints as to how I might convert that to an > "init" file that alsactl could run to set the default state of the > mixer? "alsactl store" should write it to the correct system directory. > > Or have any Intel folks already done that work? > Jarkko has been working on Baytrail so best for him to answer. > I'll have a few more sound-related questions for that tablet, for which > I could do with a few hints as to where to direct the questions/bug > reports: > - no jack sensing support (driver problem?) > - left/right headphones output is inverted (another driver bug?) > - HDMI audio is not detected (Intel video driver bug?) > Liam ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Baytrail init file for alsa-utils 2014-11-03 11:11 ` Liam Girdwood @ 2014-11-03 13:03 ` Bastien Nocera 2014-11-18 12:05 ` Bastien Nocera 0 siblings, 1 reply; 6+ messages in thread From: Bastien Nocera @ 2014-11-03 13:03 UTC (permalink / raw) To: Liam Girdwood; +Cc: alsa-devel@alsa-project.org, Nikula, Jarkko On Mon, 2014-11-03 at 11:11 +0000, Liam Girdwood wrote: > On Mon, 2014-11-03 at 10:51 +0100, Bastien Nocera wrote: > > Hey, > > > > I've done some work on the community generated "alsa state" file for > > Baytrail tablets, and shrunk it massively: > > https://github.com/AdamWill/baytrail-m/blob/master/alsa/t100_B.state > > > > Are there any tools, or hints as to how I might convert that to an > > "init" file that alsactl could run to set the default state of the > > mixer? > > "alsactl store" should write it to the correct system directory. alsactl store doesn't use a format similar to the files installed in /usr/lib/alsa/init though, which is what I'm looking for. > > Or have any Intel folks already done that work? > > > > Jarkko has been working on Baytrail so best for him to answer. OK, thanks ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Baytrail init file for alsa-utils 2014-11-03 13:03 ` Bastien Nocera @ 2014-11-18 12:05 ` Bastien Nocera 2014-11-18 12:41 ` Jarkko Nikula 0 siblings, 1 reply; 6+ messages in thread From: Bastien Nocera @ 2014-11-18 12:05 UTC (permalink / raw) To: Liam Girdwood; +Cc: alsa-devel@alsa-project.org, Nikula, Jarkko On Mon, 2014-11-03 at 14:03 +0100, Bastien Nocera wrote: > On Mon, 2014-11-03 at 11:11 +0000, Liam Girdwood wrote: > > On Mon, 2014-11-03 at 10:51 +0100, Bastien Nocera wrote: > > > Hey, > > > > > > I've done some work on the community generated "alsa state" file for > > > Baytrail tablets, and shrunk it massively: > > > https://github.com/AdamWill/baytrail-m/blob/master/alsa/t100_B.state > > > > > > Are there any tools, or hints as to how I might convert that to an > > > "init" file that alsactl could run to set the default state of the > > > mixer? > > > > "alsactl store" should write it to the correct system directory. > > alsactl store doesn't use a format similar to the files installed > in /usr/lib/alsa/init though, which is what I'm looking for. > > > > Or have any Intel folks already done that work? > > > > > > > Jarkko has been working on Baytrail so best for him to answer. > > OK, thanks Jarkko? ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Baytrail init file for alsa-utils 2014-11-18 12:05 ` Bastien Nocera @ 2014-11-18 12:41 ` Jarkko Nikula 2014-11-20 4:56 ` Bastien Nocera 0 siblings, 1 reply; 6+ messages in thread From: Jarkko Nikula @ 2014-11-18 12:41 UTC (permalink / raw) To: Bastien Nocera, Liam Girdwood; +Cc: alsa-devel@alsa-project.org Hi On 11/18/2014 02:05 PM, Bastien Nocera wrote: > On Mon, 2014-11-03 at 14:03 +0100, Bastien Nocera wrote: >> On Mon, 2014-11-03 at 11:11 +0000, Liam Girdwood wrote: >>> On Mon, 2014-11-03 at 10:51 +0100, Bastien Nocera wrote: >>>> Hey, >>>> >>>> I've done some work on the community generated "alsa state" file for >>>> Baytrail tablets, and shrunk it massively: >>>> https://github.com/AdamWill/baytrail-m/blob/master/alsa/t100_B.state >>>> >>>> Are there any tools, or hints as to how I might convert that to an >>>> "init" file that alsactl could run to set the default state of the >>>> mixer? >>> >>> "alsactl store" should write it to the correct system directory. >> >> alsactl store doesn't use a format similar to the files installed >> in /usr/lib/alsa/init though, which is what I'm looking for. >> >>>> Or have any Intel folks already done that work? >>>> >>> >>> Jarkko has been working on Baytrail so best for him to answer. >> >> OK, thanks > > Jarkko? > Ah, sorry. No I have used just the alsamixer and alsactl. -- Jarkko --------------------------------------------------------------------- Intel Finland Oy Registered Address: PL 281, 00181 Helsinki Business Identity Code: 0357606 - 4 Domiciled in Helsinki This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Baytrail init file for alsa-utils 2014-11-18 12:41 ` Jarkko Nikula @ 2014-11-20 4:56 ` Bastien Nocera 0 siblings, 0 replies; 6+ messages in thread From: Bastien Nocera @ 2014-11-20 4:56 UTC (permalink / raw) To: Jarkko Nikula; +Cc: Liam Girdwood, alsa-devel@alsa-project.org On Tue, 2014-11-18 at 14:41 +0200, Jarkko Nikula wrote: > Hi > > On 11/18/2014 02:05 PM, Bastien Nocera wrote: > > On Mon, 2014-11-03 at 14:03 +0100, Bastien Nocera wrote: > >> On Mon, 2014-11-03 at 11:11 +0000, Liam Girdwood wrote: > >>> On Mon, 2014-11-03 at 10:51 +0100, Bastien Nocera wrote: > >>>> Hey, > >>>> > >>>> I've done some work on the community generated "alsa state" file for > >>>> Baytrail tablets, and shrunk it massively: > >>>> https://github.com/AdamWill/baytrail-m/blob/master/alsa/t100_B.state > >>>> > >>>> Are there any tools, or hints as to how I might convert that to an > >>>> "init" file that alsactl could run to set the default state of the > >>>> mixer? > >>> > >>> "alsactl store" should write it to the correct system directory. > >> > >> alsactl store doesn't use a format similar to the files installed > >> in /usr/lib/alsa/init though, which is what I'm looking for. > >> > >>>> Or have any Intel folks already done that work? > >>>> > >>> > >>> Jarkko has been working on Baytrail so best for him to answer. > >> > >> OK, thanks > > > > Jarkko? > > > Ah, sorry. No I have used just the alsamixer and alsactl. Could you answer this couple of questions though? * Is this trimmed down ALSA init state correct, can we trim more? https://github.com/AdamWill/baytrail-m/blob/master/alsa/t100_B.state If you have access to more hardware than me, I would appreciate if you could test it so I can be sure I didn't break anything, before writing the init file for alsactl. * Jack sensing doesn't seem to work, though I can switch manually to the headphones and Headphones Left and Right are inverted. Are those hardware issues (that could be quirked in the driver), driver issues or configuration issues? Cheers ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-11-20 4:57 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-11-03 9:51 Baytrail init file for alsa-utils Bastien Nocera 2014-11-03 11:11 ` Liam Girdwood 2014-11-03 13:03 ` Bastien Nocera 2014-11-18 12:05 ` Bastien Nocera 2014-11-18 12:41 ` Jarkko Nikula 2014-11-20 4:56 ` Bastien Nocera
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.