Applescript to switch audio output

I am having a little trouble with this applescript which is intended to present a dialog with some choices and switch the audio output accordingly. Any help would be greatly appreciated. I've started a gist too.
tell application "System Preferences" to activate
tell application "System Events"
          get properties
          set asrc to choose from list {"Internal Speakers", "Living Room", "Girl's Room", "Master Bedroom"} with title "Sound Picker" default items {"Internal Speakers"}
          display dialog "src is: " & asrc
          tell process "System Preferences"
                    click menu item "Sound" of menu "View" of menu bar 1
  delay 2
                    set theRows to every row of table 1 of scroll area 1 of ¬
                              tab group 1 of window "sound"
                    set theOutputs to {} as list
                    repeat with aRow in theRows
                              if (value of text field 1 of aRow as text) ¬
                                        is equal to asrc then
                                        set selected of aRow to true
                                        exit repeat
                              end if
                    end repeat
          end tell
end tell
tell application "System Preferences" to quit

Hi,
The following script, tested under OS X 10.8.2, should do the trick.
set asrc to (choose from list {"Internal Speakers", "Living Room", "Girl's Room", "Master Bedroom"} with title "Sound Picker" default items {"Internal Speakers"}) as text
if result is "false" then return
display dialog "src is: " & asrc
tell application "System Preferences"
    reveal anchor "output" of pane id "com.apple.preference.sound"
    activate
    tell application "System Events"
        tell process "System Preferences"
            select (row 1 of table 1 of scroll area 1 of tab group 1 of window "Sound" whose value of text field 1 is asrc)
        end tell
    end tell
    quit
end tell
To have the script run in the background, just comment out the “activate” line above.
You might also have a look at this web page.
Message was edited by: Pierre L. (fixed the web link)

Similar Messages

  • Switching audio output device without pulseaudio

    I frequently use a USB sound card with a pair of headphones, which had been playing nicely with Gnome and Pulseaudio. Gnome provides a GUI to switch between output devices which seems to work well, but requires Pulseaudio. Long story short, I'm in the middle of switching away from Gnome to a lighter WM setup and I have everything working but am not able to figure out how to switch between sound cards on the fly. I don't want to keep a bunch of Gnome dependencies just for this.
    I tried a "slots" configuration (http://alsa.opensrc.org/MultipleCards#T … .22_method) which set my USB card to slot 0 and my built in Intel audio to slot 1. This got my USB card working when it's plugged in, but now I get no sound at all when it's unplugged. I've checked the volume settings with "alsamixer -c 1" and everything is unmuted and loud, but still nothing.
    Shouldn't the system fall back on card 1 if card 0 is unplugged? How can I make this happen?
    Thanks.

    GogglesGuy wrote:I use asoundconf: http://aur.archlinux.org/packages.php?ID=23382
    That still requires restarting running applications for the change to take effect, no?

  • [Gnome 3.10] Automatically switch audio output device

    Hi guys,
    (first post! )
    I just installed Arch linux + gnome. During the installation progress as described in the wiki, I skipped "unmuting channels" because I wasn't sure if it's necessary for use with gnome. And sound output works indeed out-of-the-box but there is one issue:
    When I choose "Speakers - Built-in Audio" as output device (in system settings), it works fine. But whenever I connect my thinkpad to a docking station with external speakers, I have to manually switch to "Analog Output - Built-in Audio". How can I tell gnome to switch automatically when connected to external speakers?
    Thanks for your help!

    custo wrote:How can I mark the thread as solved?
    Just edit your first post and change the title

  • Switching audio outputs when using optical cables

    I have an optical cable out to my main home stereo for listening to music. Sometimes I only want to use the iMac's internal speakers instead of the home stereo. Unfortunately, the System preferences does not seem to allow me to change output sources via the software. The only way that I can find to switch outputs is to physically unplug the optical cable. Given the reported frailty of optical cables, I would rather not have to do this. Is there a way to allow a software change from external to internal speakers without unplugging the cable?
    Thanks for any help that you can offer!

    Does not seem to be any software control of multiple outputs. Just have to unplug the output for the internal speakers to come back to life.

  • When switching audio outputs sound may stop working.

    First of all, I'm using a 2011 Mac Book Pro 13'' Running Lion 10.7.4
    If i'm just using the interal speakers, and plug in my headphones the sound may stop working all together. I've tried chaning stuff in the "Sound" system preferences. Is anyone else having this problem? It's not too big of a deal as restarting the mac fixes this. But if theres any other way than doesn't envolve a restart.
    Thanks,
          - Leithal

    Originally Posted by KaunOne
    I forgot to mention your sound volume now be controlled by What U Hear in windows sound under the recording tab.
    you just gave me a brilliant idea for next version of SBZ Switcher
    (which is real-time synchronization of what-u-hear to speakers/master volume).

  • How do I switch audio outputs?

    When ever I plug up my iPhone to the car charger it recognizes it as a dock station. This prevents sound to come from the speakers or Bluetooth. When I had ios6 I could just double tap the home button from the lock screen and easily change it to what I wanted. Since installing ios7 I can't find a way to do this. Any ideas?

    Is the option on the control panel.. push up from the bottom of the screen.
    AirPlay, Bluetooth, Wifi etc are there so here's hoping.

  • Switching Audio Output Software Solution

    Currently, I have to disconnect my headphones from my iMac to use the speakers. Or - if I want to use my headphones and not the speakers, I have to connect the headphones. This isn't that big a deal, but I'm wondering if it's possible to just leave my headphones in all the time but use a setting somewhere in the OS to tell my iMac to ignore the headphones when I want to listen from my speakers. This would save me the trouble of reaching behind my already crowded (though clean) desk and hunting for the headphone jack.
    Thanks for your time.

    GogglesGuy wrote:I use asoundconf: http://aur.archlinux.org/packages.php?ID=23382
    That still requires restarting running applications for the change to take effect, no?

  • Using a radio app to Airplay music through my Apple TV. Works, but after some minutes, the Airplay audio output setting switches back to iPad. Why? Solution?

    I want to use a FM radio app to Airplay music through my Apple TV (by using the synchronizing function). Works, but after some minutes, the Airplay audio output setting switches back to iPad. Why? Solution?
    Why don't use iTunes? Because this just needs to many handling in order to get it where i want it (in general, this whole idea of doing everything online just works likes... ). An app is easier (that's why it is invented).

    Hey AKfishgirl,
    Thanks for the question. The common variable here is your Wi-Fi router. Let’s check to see if the commonly used ports are being blocked by a firewall on your router:
    Apple TV: TCP and UDP ports and protocols used
    http://support.apple.com/kb/HT2463
    Well known TCP and UDP ports used by Apple software products
    http://support.apple.com/kb/HT6175
    Thanks,
    Matt M.

  • Audio output keeps switching to Apple TV

    My MacBook Pro 2.8 GHz doesn't support Airport Mirroring, yet every time I wake up my computer or come into range of my Apple TV it switches the audio output from my internal speakers to Apple TV. Only about 1 second of audio comes through the Apple TV, and then that stops too. I have to go into System Preferences, select a different output, then reselect "Internal Speakers" before I get audio back.
    It's getting really annoying to have to do this half a dozen times a day. Any tips? Thanks!

    If, If you use LogMeIn, blame their sound driver.
    http://community.logmein.com/t5/Free/Mac-restore-defaul-sound-output-device-on-d isconnect/m-p/88522/highlight/false#M8093

  • Hello!  I have an iMac that I lose the audio output for certain profiles.  The audio output will work on one profile, but when switching to another profile, I lose the audio output.  I've reset the NVRAM/PRAM and that hasn't solved the problem.  Help!

    Hello!
    I have an iMac (running iOS 10.6.8, not upgraded to Lion) that I'm having audio issues with.  I have 5 profiles on this machine.  The audio output will work fine out of one profile, then when switched to another, the profile will not have any audio output at all.  Rebooting the machine will occasionally solve the problem.  Administrator permissions are not the issue since this has also manifested itself on the administrator profile. I've also reset the NVRAM/PRAM and that hasn't helped.  All my software is up to date and I recently upgraded the RAM to 2x2GB sticks.  This problem was existing prior to the RAM upgrade. 
    Any suggestions?  Thanks in advance!

    Hi Tony,
    Long shot, but...
    Open Audio Midi Setup in Applications>Utilities, see the input & output options & KHz setting there, some things will change it for their own use, then not set it back.

  • Audio output switches randomly (MacBook Pro 13" 2010)

    Hi,
    I have recently bought my MacBook Pro. It works really good but unfortunately, there is a problem. When I'm listening to my music with my headphones (Koss Porta Pro), after about 20 minutes of listening, the sound keeps turning off and on. I found out that when this happens, the audio output randomly changes from Headphones to Digital output. When it switches, the sound is muted for a while. Really don't know how come is that. Could you please help me?
    Thanks for Your answers.

    .....and then I blew into the headphone socket. Instant success with sound restored. I can only assume that some dust particle was in some way mechanically interfering with a switch?
    Moral.. check the obvious, easiest and cheapest possibilities.

  • Default audio output has switched

    having only recently upgraded to tiger (yeah yeah i know i'm late) i have noticed that my internet browsers and also realplayer defaults to playing audio out of "built in audio" output and when i switch it back to my firewire 410 output it doesnt work.
    is there some OS related pref that i need to alter to get my browsers to recognise my audio interface? i dont know for sure that it is moving to Tiger that has done this but it seems likely as it never did anything like that prior to the upgrade...
    any ideas?

    thats the problem though, coz everytime i click it back to my firewire 410 in system prefs/sound/output i get no signal!
    it only outputs from the default mac output, which means i either listen through that tiny speaker on the front, or have to run a mini jack out of that socket back into my desk.
    the sound is awful though, really noisy and clipped. sounds like it was run through logics bitcrusher a couple of times..

  • How do I switch Playback Audio Output ?

    I see activity on the audio meters but FNCE is not communicating with audio device that I have selected on System Preferences Sound.
    How can I manually tell FNCE which device to use for AUDIO OUTPUT ?
    Please help

    What device are you trying to use? Specifics always help.

  • Asrock ION330/Nvidia HDMI - No audio output

    Machine was running archlinux and not been upgraded in over 6mths but HDMI audio worked fine. Decided to do a scratch build since all the changes in that time and have a nice clean system.
    If it helps, this is what I install. Ssed this exact same install process for another Asrock ION330 and Acer Revo3610 (both same hardware) but neither use HDMI at all. Both VGA with either optical or analog audio. Both work with no additional config.
    pacman -Sy nfs-utils screen ntp alsa-utils mlocate xorg-server xorg-xinit xorg-server-utils mesa nvidia ttf-dejavu xfce4 gamin slim mythtv unrar lirc xbmc wget
    Get no sound output but also zero errors on any of the following commands. I should add that the receiver does not detect any audio coming in, ie it usually identifies how many channels of audio and type it is receiving.
    aplay /usr/share/sounds/alsa/Front_Center.wav
    speaker-test -Dhdmi:NVidia -c 6
    aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav
    Output of devices and modules:
    [root@lounge ~]# aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 1: VT1708S Digital [VT1708S Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    [root@lounge ~]# aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    default:CARD=NVidia
    HDA NVidia, VT1708S Analog
    Default Audio Device
    sysdefault:CARD=NVidia
    HDA NVidia, VT1708S Analog
    Default Audio Device
    front:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    Front speakers
    surround40:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=NVidia,DEV=0
    HDA NVidia, VT1708S Digital
    IEC958 (S/PDIF) Digital Audio Output
    hdmi:CARD=NVidia,DEV=0
    HDA NVidia, HDMI 0
    HDMI Audio Output
    [root@lounge ~]# lsmod |grep "snd"
    snd_hda_codec_hdmi 27561 1
    snd_hda_codec_via 38667 1
    snd_hda_intel 27668 0
    snd_hda_codec 100743 3 snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_intel
    snd_hwdep 6429 1 snd_hda_codec
    snd_pcm 77827 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7427 2 snd_pcm,snd_hda_intel
    snd_timer 18935 1 snd_pcm
    snd 60157 7 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_via,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5443 1 snd
    Tried a couple different things either from the wiki or google searching, individually with a reboot between but no change.
    # Keep snd-pcsp from being loaded as first soundcard
    vi /etc/modprobe.d/alsa-base.conf
    options snd-pcsp index=-2
    # something i used on the old working system, doesn't help but not sure why I did it
    vi /etc/modprobe.d/alsa-base.conf
    options snd-pcsp index=2
    #no modprobe conf, try wiki
    vi ~/.asoundrc
    defaults.pcm.card 0
    defaults.pcm.device 3
    defaults.ctl.card 0
    Here is the output of alsa info script (http://www.alsa-project.org/main/index. … p_To_Debug) with all defaults, ie no modprobe changes etc.
    upload=true&script=true&cardinfo=
    !!ALSA Information Script v 0.4.61
    !!Script ran on: Fri Mar 1 02:42:57 UTC 2013
    !!Linux Distribution
    Arch Linux \r (\l) NAME="Arch Linux" ID=arch PRETTY_NAME="Arch Linux" HOME_URL="https://www.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/"
    !!DMI Information
    Manufacturer: To Be Filled By O.E.M.
    Product Name: To Be Filled By O.E.M.
    Product Version: To Be Filled By O.E.M.
    Firmware Version: P1.60
    !!Kernel Information
    Kernel release: 3.7.9-2-ARCH
    Operating System: GNU/Linux
    Architecture: x86_64
    Processor: unknown
    SMP Enabled: Yes
    !!ALSA Version
    Driver version: k3.7.9-2-ARCH
    Library version: 1.0.26
    Utilities version: 1.0.26
    !!Loaded ALSA modules
    snd_hda_intel
    !!Sound Servers on this system
    No sound servers found.
    !!Soundcards recognised by ALSA
    0 [NVidia ]: HDA-Intel - HDA NVidia
    HDA NVidia at 0xfae78000 irq 21
    !!PCI Soundcards installed in the system
    00:08.0 Audio device: NVIDIA Corporation MCP79 High Definition Audio (rev b1)
    !!Advanced information - PCI Vendor/Device/Subsystem ID's
    00:08.0 0403: 10de:0ac0 (rev b1)
    Subsystem: 1849:0397
    !!Loaded sound module options
    !!Module: snd_hda_intel
    align_buffer_size : -1
    bdl_pos_adj : 32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    beep_mode : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable_msi : -1
    id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    power_save : 0
    power_save_controller : Y
    probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    single_cmd : N
    snoop : Y
    !!HDA-Intel Codec information
    --startcollapse--
    Codec: VIA VT1708S
    Address: 0
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x11060397
    Subsystem Id: 0x18490397
    Revision Id: 0x100000
    No Modem Function Group found
    Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=1, o=0, i=0, unsolicited=1, wake=0
    IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    Node 0x10 [Audio Output] wcaps 0x41d: Stereo Amp-Out
    Control: name="Front Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Device: name="VT1708S Analog", type="Audio", device=0
    Amp-Out caps: ofs=0x2a, nsteps=0x2a, stepsize=0x05, mute=0
    Amp-Out vals: [0x2a 0x2a]
    Converter: stream=0, channel=0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Node 0x11 [Audio Output] wcaps 0x41d: Stereo Amp-Out
    Control: name="Surround Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x2a, nsteps=0x2a, stepsize=0x05, mute=0
    Amp-Out vals: [0x2a 0x2a]
    Converter: stream=0, channel=0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D3, actual=D3
    Node 0x12 [Audio Output] wcaps 0x611: Stereo Digital
    Control: name="IEC958 Playback Con Mask", index=0, device=0
    Control: name="IEC958 Playback Pro Mask", index=0, device=0
    Control: name="IEC958 Playback Default", index=0, device=0
    Control: name="IEC958 Playback Switch", index=0, device=0
    Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
    Device: name="VT1708S Digital", type="SPDIF", device=1
    Converter: stream=0, channel=0
    Digital: Enabled GenLevel
    Digital category: 0x2
    IEC Coding Type: 0x0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Node 0x13 [Audio Input] wcaps 0x10051b: Stereo Amp-In
    Control: name="Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Device: name="VT1708S Analog", type="Audio", device=0
    Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x00 0x00]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 1
    0x17
    Node 0x14 [Audio Input] wcaps 0x10051b: Stereo Amp-In
    Control: name="Capture Volume", index=1, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Capture Switch", index=1, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x00 0x00]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 1
    0x1e
    Node 0x15 [Audio Output] wcaps 0x611: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Node 0x16 [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
    Control: name="PCM Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="PCM Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=2, ofs=0
    Control: name="Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=2, ofs=0
    Control: name="Line Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=3, ofs=0
    Control: name="Line Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=3, ofs=0
    Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x19 0x19] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 7
    0x10 0x1f 0x1a 0x1b 0x1e 0x1d 0x25
    Node 0x17 [Audio Selector] wcaps 0x300501: Stereo
    Control: name="Input Source", index=0, device=0
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 6
    0x1f 0x1a* 0x1b 0x1e 0x1d 0x16
    Node 0x18 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
    Control: name="Surround Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Power states: D0 D1 D2 D3
    Power: setting=D3, actual=D3
    Connection: 1
    0x11
    Node 0x19 [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x00000014: OUT Detect
    Pin Default 0x410110f2: [N/A] Line Out at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x2
    Pin-ctls: 0x00:
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3
    Power: setting=D3, actual=D3
    Connection: 1
    0x18
    Node 0x1a [Pin Complex] wcaps 0x400581: Stereo
    Control: name="Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Mic Jack", index=0, device=0
    Pincap 0x00002334: IN OUT Detect
    Vref caps: HIZ 50 100
    Pin Default 0x01a19036: [Jack] Mic at Ext Rear
    Conn = 1/8, Color = Pink
    DefAssociation = 0x3, Sequence = 0x6
    Pin-ctls: 0x21: IN VREF_50
    Unsolicited: tag=02, enabled=1
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 1
    0x26
    Node 0x1b [Pin Complex] wcaps 0x400581: Stereo
    Control: name="Line Jack", index=0, device=0
    Pincap 0x00002334: IN OUT Detect
    Vref caps: HIZ 50 100
    Pin Default 0x0181303e: [Jack] Line In at Ext Rear
    Conn = 1/8, Color = Blue
    DefAssociation = 0x3, Sequence = 0xe
    Pin-ctls: 0x20: IN VREF_HIZ
    Unsolicited: tag=03, enabled=1
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 1
    0x18
    Node 0x1c [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
    Control: name="Front Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Control: name="Line Out Jack", index=0, device=0
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Pincap 0x0001001c: OUT HP EAPD Detect
    EAPD 0x2: EAPD
    Pin Default 0x01014010: [Jack] Line Out at Ext Rear
    Conn = 1/8, Color = Green
    DefAssociation = 0x1, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=01, enabled=1
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 1
    0x16
    Node 0x1d [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000233c: IN OUT HP Detect
    Vref caps: HIZ 50 100
    Pin Default 0x422140f0: [N/A] HP Out at Ext Front
    Conn = 1/8, Color = Green
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00: VREF_HIZ
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3
    Power: setting=D3, actual=D3
    Connection: 2
    0x16* 0x25
    Node 0x1e [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000233c: IN OUT HP Detect
    Vref caps: HIZ 50 100
    Pin Default 0x42a190f8: [N/A] Mic at Ext Front
    Conn = 1/8, Color = Pink
    DefAssociation = 0xf, Sequence = 0x8
    Pin-ctls: 0x00: VREF_HIZ
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3
    Power: setting=D3, actual=D3
    Connection: 2
    0x16* 0x25
    Node 0x1f [Pin Complex] wcaps 0x400401: Stereo
    Pincap 0x00000020: IN
    Pin Default 0x503701f7: [N/A] CD at Int N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x7
    Misc = NO_PRESENCE
    Pin-ctls: 0x00:
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Node 0x20 [Pin Complex] wcaps 0x400701: Stereo Digital
    Control: name="SPDIF Phantom Jack", index=0, device=0
    Pincap 0x00000010: OUT
    Pin Default 0x074511f0: [Jack] SPDIF Out at Ext Rear Panel
    Conn = Optical, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 1
    0x12
    Node 0x21 [Pin Complex] wcaps 0x400701: Stereo Digital
    Pincap 0x00000010: OUT
    Pin Default 0x474411f0: [N/A] SPDIF Out at Ext Rear Panel
    Conn = RCA, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x00:
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 1
    0x15
    Node 0x22 [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x00000014: OUT Detect
    Pin Default 0x410160f1: [N/A] Line Out at Ext Rear
    Conn = 1/8, Color = Orange
    DefAssociation = 0xf, Sequence = 0x1
    Pin-ctls: 0x00:
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3
    Power: setting=D3, actual=D3
    Connection: 1
    0x26
    Node 0x23 [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x00000014: OUT Detect
    Pin Default 0x410120f4: [N/A] Line Out at Ext Rear
    Conn = 1/8, Color = Grey
    DefAssociation = 0xf, Sequence = 0x4
    Pin-ctls: 0x00:
    Unsolicited: tag=00, enabled=0
    Power states: D0 D1 D2 D3
    Power: setting=D3, actual=D3
    Connection: 1
    0x27
    Node 0x24 [Audio Output] wcaps 0x41d: Stereo Amp-Out
    Control: name="Center Playback Volume", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
    Control: name="LFE Playback Volume", index=0, device=0
    ControlAmp: chs=2, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x2a, nsteps=0x2a, stepsize=0x05, mute=0
    Amp-Out vals: [0x2a 0x2a]
    Converter: stream=0, channel=0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D3, actual=D3
    Node 0x25 [Audio Output] wcaps 0x41d: Stereo Amp-Out
    Amp-Out caps: ofs=0x2a, nsteps=0x2a, stepsize=0x05, mute=0
    Amp-Out vals: [0x2a 0x2a]
    Converter: stream=0, channel=0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Node 0x26 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
    Control: name="Center Playback Switch", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
    Control: name="LFE Playback Switch", index=0, device=0
    ControlAmp: chs=2, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Power states: D0 D1 D2 D3
    Power: setting=D3, actual=D3
    Connection: 1
    0x24
    Node 0x27 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Power states: D0 D1 D2 D3
    Power: setting=D0, actual=D0
    Connection: 1
    0x25
    Codec: Nvidia MCP79/7A HDMI
    Address: 3
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x10de0007
    Subsystem Id: 0x10de0101
    Revision Id: 0x100100
    No Modem Function Group found
    Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x04 [Audio Output] wcaps 0x211: Stereo Digital
    Control: name="IEC958 Playback Con Mask", index=1, device=0
    Control: name="IEC958 Playback Pro Mask", index=1, device=0
    Control: name="IEC958 Playback Default", index=1, device=0
    Control: name="IEC958 Playback Switch", index=1, device=0
    Device: name="HDMI 0", type="HDMI", device=3
    Converter: stream=0, channel=0
    Digital: Enabled
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
    Node 0x05 [Pin Complex] wcaps 0x400381: Stereo Digital
    Control: name="HDMI/DP,pcm=3 Jack", index=0, device=0
    Pincap 0x00000014: OUT Detect
    Pin Default 0x18560110: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x04
    Node 0x06 [Audio Output] wcaps 0x211: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
    Node 0x07 [Pin Complex] wcaps 0x400381: Stereo Digital
    Pincap 0x00000014: OUT Detect
    Pin Default 0x58560121: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x1
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x06
    Node 0x08 [Audio Output] wcaps 0x211: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
    Node 0x09 [Pin Complex] wcaps 0x400381: Stereo Digital
    Pincap 0x00000014: OUT Detect
    Pin Default 0x58560122: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x2
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x08
    Node 0x0a [Audio Output] wcaps 0x211: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
    Node 0x0b [Pin Complex] wcaps 0x400381: Stereo Digital
    Pincap 0x00000014: OUT Detect
    Pin Default 0x58560123: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x3
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x0a
    Node 0x0c [Audio Output] wcaps 0x211: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0xc0]: 48000 88200
    bits [0xf]: 8 16 20 24
    formats [0x1]: PCM
    Node 0x0d [Pin Complex] wcaps 0x400381: Stereo Digital
    Pincap 0x00000014: OUT Detect
    Pin Default 0x58560124: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x4
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x0c
    --endcollapse--
    !!ALSA Device nodes
    crw-rw----+ 1 root audio 116, 8 Mar 1 13:41 /dev/snd/controlC0
    crw-rw----+ 1 root audio 116, 7 Mar 1 13:41 /dev/snd/hwC0D0
    crw-rw----+ 1 root audio 116, 6 Mar 1 13:41 /dev/snd/hwC0D3
    crw-rw----+ 1 root audio 116, 5 Mar 1 13:41 /dev/snd/pcmC0D0c
    crw-rw----+ 1 root audio 116, 4 Mar 1 13:41 /dev/snd/pcmC0D0p
    crw-rw----+ 1 root audio 116, 3 Mar 1 13:41 /dev/snd/pcmC0D1p
    crw-rw----+ 1 root audio 116, 2 Mar 1 13:41 /dev/snd/pcmC0D3p
    crw-rw---- 1 root audio 116, 1 Mar 1 13:41 /dev/snd/seq
    crw-rw----+ 1 root audio 116, 33 Mar 1 13:41 /dev/snd/timer
    /dev/snd/by-path:
    total 0
    drwxr-xr-x 2 root root 60 Mar 1 13:41 .
    drwxr-xr-x 3 root root 240 Mar 1 13:41 ..
    lrwxrwxrwx 1 root root 12 Mar 1 13:41 pci-0000:00:08.0 -> ../controlC0
    !!Aplay/Arecord output
    APLAY
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 1: VT1708S Digital [VT1708S Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    ARECORD
    **** List of CAPTURE Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
    Subdevices: 2/2
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    !!Amixer output
    !!-------Mixer controls for card 0 [NVidia]
    Card hw:0 'NVidia'/'HDA NVidia at 0xfae78000 irq 21'
    Mixer name : 'Nvidia MCP79/7A HDMI'
    Components : 'HDA:11060397,18490397,00100000 HDA:10de0007,10de0101,00100100'
    Controls : 43
    Simple ctrls : 17
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 42
    Mono: Playback 42 [100%] [0.00dB] [on]
    Simple mixer control 'PCM',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 25 [81%] [3.00dB] [on]
    Front Right: Playback 25 [81%] [3.00dB] [on]
    Simple mixer control 'Front',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 42
    Mono:
    Front Left: Playback 42 [100%] [0.00dB] [on]
    Front Right: Playback 42 [100%] [0.00dB] [on]
    Simple mixer control 'Surround',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 42
    Mono:
    Front Left: Playback 42 [100%] [0.00dB] [on]
    Front Right: Playback 42 [100%] [0.00dB] [on]
    Simple mixer control 'Center',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 42
    Mono: Playback 42 [100%] [0.00dB] [on]
    Simple mixer control 'LFE',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 42
    Mono: Playback 42 [100%] [0.00dB] [on]
    Simple mixer control 'Line',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Mic',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'IEC958 Default PCM',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'IEC958',1
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 31
    Front Left: Capture 0 [0%] [-16.50dB] [on]
    Front Right: Capture 0 [0%] [-16.50dB] [on]
    Simple mixer control 'Capture',1
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 31
    Front Left: Capture 0 [0%] [-16.50dB] [on]
    Front Right: Capture 0 [0%] [-16.50dB] [on]
    Simple mixer control 'Dynamic Power-Control',0
    Capabilities: enum
    Items: 'Disabled' 'Enabled'
    Item0: 'Disabled'
    Simple mixer control 'Input Source',0
    Capabilities: cenum
    Items: 'Mic' 'Line' 'Stereo Mixer'
    Item0: 'Mic'
    Simple mixer control 'Smart 5.1',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [off]
    !!Alsactl output
    --startcollapse--
    state.NVidia {
    control.1 {
    iface MIXER
    name 'Front Playback Volume'
    value.0 42
    value.1 42
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 42'
    dbmin -6300
    dbmax 0
    dbvalue.0 0
    dbvalue.1 0
    control.2 {
    iface MIXER
    name 'Front Playback Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.3 {
    iface MIXER
    name 'Surround Playback Volume'
    value.0 42
    value.1 42
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 42'
    dbmin -6300
    dbmax 0
    dbvalue.0 0
    dbvalue.1 0
    control.4 {
    iface MIXER
    name 'Surround Playback Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.5 {
    iface MIXER
    name 'Center Playback Volume'
    value 42
    comment {
    access 'read write'
    type INTEGER
    count 1
    range '0 - 42'
    dbmin -6300
    dbmax 0
    dbvalue.0 0
    control.6 {
    iface MIXER
    name 'Center Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.7 {
    iface MIXER
    name 'LFE Playback Volume'
    value 42
    comment {
    access 'read write'
    type INTEGER
    count 1
    range '0 - 42'
    dbmin -6300
    dbmax 0
    dbvalue.0 0
    control.8 {
    iface MIXER
    name 'LFE Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.9 {
    iface MIXER
    name 'PCM Playback Volume'
    value.0 25
    value.1 25
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -3450
    dbmax 1200
    dbvalue.0 300
    dbvalue.1 300
    control.10 {
    iface MIXER
    name 'PCM Playback Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.11 {
    iface MIXER
    name 'Capture Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -1650
    dbmax 3000
    dbvalue.0 -1650
    dbvalue.1 -1650
    control.12 {
    iface MIXER
    name 'Capture Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.13 {
    iface MIXER
    name 'Capture Volume'
    index 1
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -1650
    dbmax 3000
    dbvalue.0 -1650
    dbvalue.1 -1650
    control.14 {
    iface MIXER
    name 'Capture Switch'
    index 1
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.15 {
    iface MIXER
    name 'Input Source'
    value Mic
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 Mic
    item.1 Line
    item.2 'Stereo Mixer'
    control.16 {
    iface MIXER
    name 'Mic Playback Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -3450
    dbmax 1200
    dbvalue.0 -3450
    dbvalue.1 -3450
    control.17 {
    iface MIXER
    name 'Mic Playback Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.18 {
    iface MIXER
    name 'Line Playback Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 31'
    dbmin -3450
    dbmax 1200
    dbvalue.0 -3450
    dbvalue.1 -3450
    control.19 {
    iface MIXER
    name 'Line Playback Switch'
    value.0 false
    value.1 false
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.20 {
    iface MIXER
    name 'Mic Boost Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 3'
    dbmin 0
    dbmax 3075
    dbvalue.0 0
    dbvalue.1 0
    control.21 {
    iface MIXER
    name 'Smart 5.1'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.22 {
    iface MIXER
    name 'Dynamic Power-Control'
    value Disabled
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 Disabled
    item.1 Enabled
    control.23 {
    iface MIXER
    name 'IEC958 Playback Con Mask'
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.24 {
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.25 {
    iface MIXER
    name 'IEC958 Playback Default'
    value '0482000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access 'read write'
    type IEC958
    count 1
    control.26 {
    iface MIXER
    name 'IEC958 Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.27 {
    iface MIXER
    name 'IEC958 Default PCM Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.28 {
    iface MIXER
    name 'Master Playback Volume'
    value 42
    comment {
    access 'read write'
    type INTEGER
    count 1
    range '0 - 42'
    dbmin -6300
    dbmax 0
    dbvalue.0 0
    control.29 {
    iface MIXER
    name 'Master Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.30 {
    iface CARD
    name 'Line Out Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.31 {
    iface CARD
    name 'Mic Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.32 {
    iface CARD
    name 'Line Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.33 {
    iface CARD
    name 'SPDIF Phantom Jack'
    value true
    comment {
    access read
    type BOOLEAN
    count 1
    control.34 {
    iface PCM
    name 'Playback Channel Map'
    value.0 0
    value.1 0
    value.2 0
    value.3 0
    value.4 0
    value.5 0
    comment {
    access read
    type INTEGER
    count 6
    range '0 - 27'
    control.35 {
    iface PCM
    name 'Capture Channel Map'
    value.0 0
    value.1 0
    comment {
    access read
    type INTEGER
    count 2
    range '0 - 27'
    control.36 {
    iface PCM
    name 'Capture Channel Map'
    index 1
    value.0 0
    value.1 0
    comment {
    access read
    type INTEGER
    count 2
    range '0 - 27'
    control.37 {
    iface PCM
    device 1
    name 'Playback Channel Map'
    value.0 0
    value.1 0
    comment {
    access read
    type INTEGER
    count 2
    range '0 - 27'
    control.38 {
    iface MIXER
    name 'IEC958 Playback Con Mask'
    index 1
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.39 {
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    index 1
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.40 {
    iface MIXER
    name 'IEC958 Playback Default'
    index 1
    value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access 'read write'
    type IEC958
    count 1
    control.41 {
    iface MIXER
    name 'IEC958 Playback Switch'
    index 1
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.42 {
    iface CARD
    name 'HDMI/DP,pcm=3 Jack'
    value false
    comment {
    access read
    type BOOLEAN
    count 1
    control.43 {
    iface PCM
    device 3
    name 'Playback Channel Map'
    value.0 0
    value.1 0
    value.2 0
    value.3 0
    value.4 0
    value.5 0
    value.6 0
    value.7 0
    comment {
    access read
    type INTEGER
    count 8
    range '0 - 27'
    --endcollapse--
    !!All Loaded Modules
    Module
    nfsv4
    auth_rpcgss
    nvidia
    snd_hda_codec_hdmi
    ir_lirc_codec
    lirc_dev
    joydev
    ir_mce_kbd_decoder
    ir_sanyo_decoder
    ir_sony_decoder
    hid_generic
    ir_jvc_decoder
    usbhid
    ir_nec_decoder
    snd_hda_codec_via
    hid
    mceusb
    rc_core
    snd_hda_intel
    i2c_nforce2
    i2c_core
    snd_hda_codec
    snd_hwdep
    snd_pcm
    snd_page_alloc
    snd_timer
    forcedeth
    snd
    soundcore
    shpchp
    pci_hotplug
    evdev
    psmouse
    mperf
    serio_raw
    pcspkr
    button
    processor
    wmi
    coretemp
    microcode
    nfs
    lockd
    sunrpc
    fscache
    ext4
    crc16
    jbd2
    mbcache
    usb_storage
    sr_mod
    cdrom
    sd_mod
    ohci_hcd
    ahci
    libahci
    ehci_hcd
    libata
    scsi_mod
    usbcore
    usb_common
    !!Sysfs Files
    /sys/class/sound/hwC0D0/init_pin_configs:
    0x19 0x410110f2
    0x1a 0x01a19036
    0x1b 0x0181303e
    0x1c 0x01014010
    0x1d 0x422140f0
    0x1e 0x42a190f8
    0x1f 0x503701f7
    0x20 0x074511f0
    0x21 0x474411f0
    0x22 0x410160f1
    0x23 0x410120f4
    /sys/class/sound/hwC0D0/driver_pin_configs:
    /sys/class/sound/hwC0D0/user_pin_configs:
    /sys/class/sound/hwC0D0/init_verbs:
    /sys/class/sound/hwC0D3/init_pin_configs:
    0x05 0x18560110
    0x07 0x58560121
    0x09 0x58560122
    0x0b 0x58560123
    0x0d 0x58560124
    /sys/class/sound/hwC0D3/driver_pin_configs:
    /sys/class/sound/hwC0D3/user_pin_configs:
    /sys/class/sound/hwC0D3/init_verbs:
    !!ALSA/HDA dmesg
    [ 6.093571] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
    [ 6.093614] hda_intel: Disabling MSI
    [ 6.093710] snd_hda_intel 0000:00:08.0: setting latency timer to 64
    [ 6.743392] IR keymap rc-rc6-mce not found
    [ 7.150166] Disabling lock debugging due to kernel taint
    [ 7.450271] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.0/sound/card0/input7
    [ 7.450581] input: HDA NVidia Line as /devices/pci0000:00/0000:00:08.0/sound/card0/input8
    [ 7.450836] input: HDA NVidia Mic as /devices/pci0000:00/0000:00:08.0/sound/card0/input9
    [ 7.451099] input: HDA NVidia Line Out as /devices/pci0000:00/0000:00:08.0/sound/card0/input10
    [ 7.453217] ACPI: PCI Interrupt Link [LPMU] enabled at IRQ 20
    FWIW, I even tried changing the HDMI cable, turning the amp on before or after the PC etc. No change.
    Last edited by dave00 (2013-03-01 03:03:42)

    Default install, clean boot and I get this error but the info above indicates there is a sound device. Confused!
    [root@lounge ~]# systemctl status alsa-restore.service
    alsa-restore.service - Restore Sound Card State
    Loaded: loaded (/usr/lib/systemd/system/alsa-restore.service; static)
    Active: inactive (dead) since Fri 2013-03-01 18:01:19 EST; 1min 2s ago
    Process: 241 ExecStart=/usr/sbin/alsactl restore (code=exited, status=19)
    Mar 01 18:01:18 lounge systemd[1]: Starting Restore Sound Card State...
    Mar 01 18:01:19 lounge alsactl[241]: /usr/sbin/alsactl: load_state:1696: No soundcards found...
    Mar 01 18:01:19 lounge systemd[1]: Started Restore Sound Card State.
    [root@lounge ~]# systemctl status alsa-store.service
    alsa-store.service - Store Sound Card State
    Loaded: loaded (/usr/lib/systemd/system/alsa-store.service; static)
    Active: inactive (dead)
    Mar 01 13:41:03 lounge systemd[1]: Started Store Sound Card State.
    Mar 01 13:45:54 lounge systemd[1]: Starting Store Sound Card State...
    Mar 01 13:45:55 lounge systemd[1]: Started Store Sound Card State.
    Mar 01 14:04:19 lounge systemd[1]: Started Store Sound Card State.
    Mar 01 17:25:11 lounge systemd[1]: Starting Store Sound Card State...
    Mar 01 17:25:11 lounge systemd[1]: Started Store Sound Card State.
    Mar 01 17:39:05 lounge systemd[1]: Starting Store Sound Card State...
    Mar 01 17:39:05 lounge systemd[1]: Started Store Sound Card State.
    Mar 01 18:00:51 lounge systemd[1]: Starting Store Sound Card State...
    Mar 01 18:00:51 lounge systemd[1]: Started Store Sound Card State.
    Journal
    Mar 01 18:01:19 lounge kernel: hda_intel: Disabling MSI
    Mar 01 18:01:19 lounge kernel: snd_hda_intel 0000:00:08.0: setting latency timer to 64
    Mar 01 18:01:19 lounge alsactl[241]: /usr/sbin/alsactl: load_state:1696: No soundcards found...
    Mar 01 18:01:19 lounge systemd[1]: Started Restore Sound Card State.
    Mar 01 18:01:20 lounge systemd[1]: Started Linux Infrared Remote Control.
    Mar 01 18:01:22 lounge kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.0/sound/card0/input7
    Mar 01 18:01:22 lounge kernel: input: HDA NVidia Line as /devices/pci0000:00/0000:00:08.0/sound/card0/input8
    Mar 01 18:01:22 lounge kernel: input: HDA NVidia Mic as /devices/pci0000:00/0000:00:08.0/sound/card0/input9
    Mar 01 18:01:22 lounge kernel: input: HDA NVidia Line Out as /devices/pci0000:00/0000:00:08.0/sound/card0/input10
    Mar 01 18:01:22 lounge systemd[1]: Starting Sound Card.
    Mar 01 18:01:22 lounge systemd[1]: Reached target Sound Card.
    Edit: Am I correct in saying that the issue is because alsactl restore is running before the sound card?
    Last edited by dave00 (2013-03-01 07:30:12)

  • Help!  No Audio output In Logic Express 7

    I have been running logic 7 Express with a MOTU Traveler for over a year now (with very few problems), and just this morning i have encountered a very puzzling problem. When i opened the song i was working on last night, i found that there was no audio output--just intermitant digital beeps at very high pitches (10-15k). i tried opening other songs; same problem. this problem does not occur when using the built in audio driver, so i was thinking it must be a hardware issue, but iTunes seems to output as per usual THROUGH THE MOTU so i'm really scratching my head here. hard drives etc seem to mount so the firewire port seems to be ok. i'm getting the same results (no audio playback and high digital pitches in Quicktime and Live as well...
    has anyone with this setup ever experienced anything like this???!!!
    thanks for reading,
    dave
    PowerBook G4 12"   Mac OS X (10.4.6)   1.33 GHz, 1.25gb ram, MOTU Traveler

    Check you preferences in LE for what you have selected for output. Also, and I am not 100% sure, because for me this is always already set, make sure each track has Output 1-2 on the channel strip. On my setup, I have my Tascam US-122 set for both input and output, then my monitor system is connected to the US-122. Now I don't recall which, but I think it was Logic that wants both input and output to be the same device. I am pretty sure, because I know I have used both in GB. Also, on my US-122, there's a switch for mono, so my recording comes in both speakers, as well as a direct monitoring switch, with a separate volume control, so I can balance my recording with the tracks I am playing to, to my liking. I am not familiar with your unit, but I'd think it'd have some similar features. Hope this helps some, anyway.

Maybe you are looking for

  • How  to  look for  fi doc  number in cj88

    HI  expert:       when I  run cj88.   the system generate FI  doc number.   how to look for FI doc number. can you tell me ! thank you !!!!

  • Target file name using Dynamic Configuration

    Hi, Currently we have requirement Idoc to File interface.In this scenario if one field exists infile then we have to check and we need to create update directory and  if it is not exist then we should create one more  directory and upload files over

  • Import memory id

    Hi i need to import memory ID weather i need to declare the same structure for importing the memory id or same structure with different names because i am downloading the memory ID from a query report if i declare the same structure in the programe i

  • JSPM in high availability

    Dear Friends, I have installed PI 7.1 in High availability using Microsoft windows MNS based cluster. It was with initial patch level 04 of Netweaver 710. I have installed SCS, ASCS, Enque Replication Services etc in cluster mode. I have installed pr

  • Update Access to Web forms in Planning

    We have issues in all of our Planning applications, all databases on both production and development. We have had the applications in administrator mod since September. We are ready to start testing to prepare for this year's budget cycle. I created