This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PCM2706C: master volume control

Part Number: PCM2706C

Hello,

I am designing a custom USB to Audio interface board that will be installed in the embedded system running Linux.

I would like to make sure that the chip I have selected (PCM2706CPJTR) will work with Linux and the audio volume will be controlled from the OS.

The board will not implement any elements of HID.

The board will use only this chip (working as 16 bit DAC ) and an analog power amplifier.

Thanks

Volodimir

  • Enable the options listed in the right to Y in defconfig file, in case of USB audio driver

    CONFIG_USB=y
    CONFIG_USB_HID=y
    CONFIG_SND_USB=y
    CONFIG_SND_PCM=y
    CONFIG_BITREVERSE=y
    CONFIG_SND_HWDEP=y
    CONFIG_SND_RAWMIDI=y
    CONFIG_SND_USB_AUDIO=y
    CONFIG_SND_USB_AUDIO_USE_MEDIA_CONTROLLER=y